Skip to content
Prev 12257 / 21312 Next

[Bioc-devel] Package update not showing on Bioc 3.6 webpage

Hi Herve,

Thanks for clarifying on the matter. I followed your instructions and did *git
cherry-pick* to make the following changes

- fix a bug in one of the functions
- add a citation
- fix the readme

I bumped the version number from 1.4.0 to 1.4.1 and tried to push to the
release branch, but I when I run the command,

git push upstream RELEASE_3_6

I meet with the following error

*fatal: remote error: FATAL: W any packages/CountClust nobody DENIED by
fallthru*

*(or you mis-spelled the reponame)*


You can check the branch I want to push on my Github



*https://github.com/kkdey/CountClust/tree/RELEASE_3_6
<https://github.com/kkdey/CountClust/tree/RELEASE_3_6>*


This is my output from *git remote -v *

*origin https://github.com/kkdey/CountClust.git
<https://github.com/kkdey/CountClust.git> (fetch)*

*origin https://github.com/kkdey/CountClust.git
<https://github.com/kkdey/CountClust.git> (push)*

*upstream https://git.bioconductor.org/packages/CountClust
<https://git.bioconductor.org/packages/CountClust> (fetch)*

*upstream https://git.bioconductor.org/packages/CountClust
<https://git.bioconductor.org/packages/CountClust> (push)*


Can you please let me know what I am doing wrong here and how I can update
the release version?


Thank you so much!


Kushal
On 30 October 2017 at 17:50, Herv? Pag?s <hpages at fredhutch.org> wrote: