You are pushing to the master repo, but then are checking the build results 
from the RELEASE_3_14 branch. Are you also checking out the release branch and 
making changes/pushing there as well? 
http://bioconductor.org/developers/how-to/git/bug-fix-in-release-and-devel/

Best,

Jim





-----Original Message-----
From: Bioc-devel <bioc-devel-boun...@r-project.org> On Behalf Of Kort, Eric
Sent: Friday, September 17, 2021 2:15 PM
To: bioc-devel@r-project.org
Subject: [Bioc-devel] Bioconductor build system using old commit

Good day. I have made updates to my package, slinky. I pushed my changes both 
to my github rep, and the Bioconductor git repository.

My remotes are set up as follows:

> git remote -v
origin     https://github.com/vanandelinstitute/slinky (fetch)
origin     https://github.com/vanandelinstitute/slinky (push)
upstream             g...@git.bioconductor.org:packages/slinky.git (fetch)
upstream             g...@git.bioconductor.org:packages/slinky.git (push)

Following directions here: 
https://bioconductor.org/developers/how-to/git/maintain-github-bioc/

I then did

git fetch upstream
git merge upstream/master
git push origin master

But on the build system 
(https://bioconductor.org/checkResults/3.13/bioc-LATEST/) where errors are 
being encountered, the git_last_commit shows an old commit and commit date.

Do I have the wrong remote? Or is there another mistake I am making?

-Eric




        [[alternative HTML version deleted]]

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to