Skip to content

Commit 2954003

Browse files
authored
Update 2024-09-08-output-validation-changes.md
1 parent 133ae53 commit 2954003

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

news/2024-09-08-output-validation-changes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ adding new packages to existing feedstocks (e.g., when a new output is added), w
55
require that maintainers submit a PR to add the new output via our
66
[admin-requests repository](https://github.com/conda-forge/admin-requests?tab=readme-ov-file#add-a-package-output-to-a-feedstock).
77
New feedstocks created via `staged-recipes` will have their outputs added automatically. If you maintain a feedstock
8-
that regularly adds new outputs (e.g., `llvmdev` has `libllvm18`, `libllvm19`, etc.), we have created a
9-
[list of feedstocks with allowed glob patterns](https://github.com/conda-forge/feedstock-outputs/blob/main/feedstock_outputs_autoreg_allowlist.yml). These feedstocks will have any outputs matching their glob patterns
10-
added automatically. If you would like to add your feedstock to this list, please submit a PR. Further
8+
that regularly adds new outputs (e.g., `llvmdev` has `libllvm18`, `libllvm19`, etc.), you can use the `admin-requsts` repo
9+
to add a glob pattern that matches the pattern of your new outputs. We test these patterns aginst new outputs from the feedstock
10+
using the Python `fnmatch` module. Outputs from the feedstock that match a glob pattern will added automatically. Further
1111
details on package output validation can be found in our [documentation](https://conda-forge.org/docs/maintainer/infrastructure/#output-validation-and-feedstock-tokens).

0 commit comments

Comments
 (0)