Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Jan 6, 2025
1 parent 906e319 commit 4bb2dd4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions source/developer/bulk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ Managing a bulk run

* For pinning updates, see :ref:`update-pinnings`
* For Bioconductor releases, see :ref:`update-bioconductor`
* If a Bioconductor release *also* uses a new R version, complete a pinning migration first.
* If a Bioconductor release *also* uses a new R version, complete a pinning
migration first. You will need to wait for (or better yet, help out with)
conda-forge building packages for the new R version. See
:ref:`update-bioconductor` for more details.
* For other changes, you will likely need to write your own tooling.

#. **Commit and push** these changes to bulk.
Expand Down Expand Up @@ -82,8 +85,7 @@ Managing a bulk run
to the same version of bioconda-utils that the ``bulk`` branch has been
using.

#. **Merge bulk into master.** Working locally, merge bulk into master. Push
the changes directly to master.
#. **Merge bulk into master.** Open a PR to merge bulk into master and merge it.

#. **Work on fixing skiplisted recipes.** Shortly afterwards, you will find all
remaining build failures in the `bioconda-recipes wiki
Expand Down

0 comments on commit 4bb2dd4

Please sign in to comment.