Entering edit mode
I successfully pushed updates of package RiboDiPA to bioconductor with version bump, but didn't receive automatic notification from bioconductor. Any clues on why?
I successfully pushed updates of package RiboDiPA to bioconductor with version bump, but didn't receive automatic notification from bioconductor. Any clues on why?
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Thanks for input. For example, the following was what I received after submission the package:
"Dear Package contributor,
This is the automated single package builder at bioconductor.org.
Your package has been built on Linux, Mac, and Windows.
Congratulations! The package built without errors or warnings on all platforms.
Please see the build report for more details. This link will be active for 21 days.
Remember: if you submitted your package after July 7th, 2020, when making changes to your repository push to..."
or something like
"Received a valid push on git.bioconductor.org; starting a build for commit id: 93b588adba022eaf14549e97a53f45c89d19a8f9" etc from bioc-issue-bot@bioconductor.org
You will definitely know if you were able to push. And if you incremented your version, it will build. But the builder doesn't just fire up because you updated. It runs every day and re-builds all the packages that have incremented versions.
If I'm not mistaken that's for just-contributed packages rather than existing ones. Once your package has been accepted it gets built by the 'regular' package builder, and so far as I know there isn't any report sent to you. Although I believe you can get an RSS feed? But anyway, you can just check directly to see it's OK '
RSS feed
Thanks so much for prompt help. That makes sense.