Skip to content

Commit 0550da4

Browse files
authored
Merge pull request #2291 from conda-forge/move-allow
feat: move outputs allow list
2 parents 0ab41e8 + 03ee10b commit 0550da4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/maintainer/infrastructure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ you will need to request that the new package name be added to your feedstock vi
652652
[admin-requests repo](https://github.com/conda-forge/admin-requests?tab=readme-ov-file#add-a-package-output-to-a-feedstock).
653653

654654
In rare cases, the package name may change regularly in a well-defined way (e.g., `libllvm18`, `libllvm19`, etc.).
655-
In this case, please submit a PR updating our [list of feedstocks with allowed glob patterns](https://github.com/conda-forge/admin-requests/blob/main/.feedstock_outputs_autoreg_allowlist.yml). Output packages that match
655+
In this case, please submit a PR updating our [list of feedstocks with allowed glob patterns](https://github.com/conda-forge/feedstock-outputs/blob/main/feedstock_outputs_autoreg_allowlist.yml). Output packages that match
656656
these patterns will be automatically registered for your feedstock.
657657

658658
## Stages of package building and involved infrastructure

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ 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
88
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/admin-requests/blob/main/.feedstock_outputs_autoreg_allowlist.yml). These feedstocks will have any outputs matching their glob patterns
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
1010
added automatically. If you would like to add your feedstock to this list, please submit a PR. 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)