Skip to content

Commit 4b65433

Browse files
committed
1 parent eb99892 commit 4b65433

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/maintainer/adding_pkgs.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,14 @@ staged-recipes in a single pull request (in separate directories). If the
121121
packages are interdependent (i.e. one package being added lists one or more of
122122
the other packages being added as a requirement), the build script will be able to
123123
locate the dependencies that are only present within staged-recipes as long as
124-
the builds finish in the dependencies order. Using a single pull request
125-
allows you to quickly get packages set up without waiting for each package in a
126-
dependency chain to be reviewed, built, and added to the conda-forge channel
127-
before starting the process over with the next recipe in the chain.
124+
the builds finish in the dependencies order. Note that due to a bug in that script,
125+
only simple PRs will pass and it is recommended to split the recipes into multiple
126+
PRs in that case.
127+
128+
Using a single pull request allows you to quickly get packages set up without
129+
waiting for each package in a dependency chain to be reviewed, built, and
130+
added to the conda-forge channel before starting the process over with the
131+
next recipe in the chain.
128132

129133
.. note::
130134

0 commit comments

Comments
 (0)