Skip to content
Prev 15323 / 21307 Next

[Bioc-devel] banocc: Bioconductor BUILD error

Hello,


The package was failing in release and devel.  There are two separate branches in Bioconductor.


The master branch of a package is always the devel branch of Bioconductor where you pushed "1.9.1".  We do see this clean report.

http://bioconductor.org/checkResults/devel/bioc-LATEST/banocc/



You will also have to make and push changes to the RELEASE_3_9  branch on bioconductor and bump the version to "1.8.1".

http://bioconductor.org/checkResults/release/bioc-LATEST/banocc/



This help page references fixes on a RELEASE branch:

http://bioconductor.org/developers/how-to/git/bug-fix-in-release-and-devel/


Summary:


git fetch --all

git checkout -b RELEASE_3_9  upstream/RELEASE_3_9
# or if you have already done this once
# git checkout RELEASE_3_9

git pull

# make necessary changes to code
# add and commit with a valid version bump (1.8.1)
# git add / git commit

git push upstream RELEASE_3_9


Hope this helps!  If you have further git issues for pushing to release I suggest checking out the help pages and then asking on the bioc-devel at r-project.org mailing list so that others may assist as well.


Cheers,


Lori Shepherd

Bioconductor Core Team

Roswell Park Cancer Institute

Department of Biostatistics & Bioinformatics

Elm & Carlton Streets

Buffalo, New York 14263
Message-ID: <BN8PR12MB3460CA3E0D385484329E88C2F9D90@BN8PR12MB3460.namprd12.prod.outlook.com>
In-Reply-To: <CANVg-yjdUN62VXrKmi8CGxJpUMOq-6WH0E4Qf--D1TKVw42NSQ@mail.gmail.com>