[Bioc-devel] A question about r package update

Xiaowen Chen X|@owen@Chen @end|ng |rom j@x@org
Fri Oct 16 15:49:54 CEST 2020


Hi bioc-devel,
I am sorry for email you so often, this morning I checked the check report website, it did not change.
And I noticed that the data is “This page was generated on 2020-10-14 11:07:41 -0400 (Wed, 14 Oct 2020).”

Indeed I pushed my package on 2020-10-14. But its version is 1.5.2, not 1.5.1 shown in the website.
Even it is not the one I pushed, now it have been two days.

So this morning I push epihet again. The command is as following
(base) [chenx using helix epihet]$ git remote add upstream git using git.bioconductor.org:packages/epihet.git
(base) [chenx using helix epihet]$ git fetch --all
Fetching origin
Fetching upstream
Enter passphrase for key '/home/c-chenx/.ssh/id_rsa':
From git.bioconductor.org:packages/epihet
* [new branch]      RELEASE_3_10 -> upstream/RELEASE_3_10
* [new branch]      RELEASE_3_11 -> upstream/RELEASE_3_11
* [new branch]      RELEASE_3_9 -> upstream/RELEASE_3_9
* [new branch]      master     -> upstream/master
(base) [chenx using helix epihet]$ git checkout master
Already on 'master'
(base) [chenx using helix epihet]$ git merge origin/master
Already up-to-date.
(base) [chenx using helix epihet]$ git merge upstream/master
Already up-to-date.
(base) [chenx using helix epihet]$ git push upstream master
Enter passphrase for key '/home/c-chenx/.ssh/id_rsa':
Everything up-to-date
(base) [chenx using helix epihet]$ git push origin master
Everything up-to-date


Previously, when I typed “git merge upstream/master”, it returned something like this
Merge made by recursive.
DESCRIPTION |    2 +-
NEWS        |    7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
mode change 100755 => 100644 DESCRIPTION

So I am curious whether epihet1.5.2 successfully push to upstream?
Could you help me to check? Since tomorrow is weekend.
Thank you pretty much.
Best,
Xiaowen
---

The information in this email, including attachments, may be confidential and is intended solely for the addressee(s). If you believe you received this email by mistake, please notify the sender by return email as soon as possible.

	[[alternative HTML version deleted]]



More information about the Bioc-devel mailing list