[Bioc-devel] Bioconductor build system using old commit

Kort, Eric Er|c@Kort @end|ng |rom v@|@org
Fri Sep 17 20:14:36 CEST 2021


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             git using git.bioconductor.org:packages/slinky.git (fetch)
upstream             git using 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]]



More information about the Bioc-devel mailing list