Skip to content

Commit 24f77e5

Browse files
authored
Update infrastructure.md
1 parent 2954003 commit 24f77e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/maintainer/infrastructure.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ the following things:
643643
- Rerender the feedstock in a PR from a fork of the feedstock and merge.
644644
- Request a feedstock token reset via our [admin-requests repo](https://github.com/conda-forge/admin-requests?tab=readme-ov-file#reset-your-feedstock-token).
645645
- Request that any new packages be added to the allowed outputs for the feedstock
646-
via our [admin-requests-repo](https://github.com/conda-forge/admin-requests?tab=readme-ov-file#add-a-package-output-to-a-feedstock).
646+
via our [admin-requests repo](https://github.com/conda-forge/admin-requests?tab=readme-ov-file#add-a-package-output-to-a-feedstock).
647647

648648
New packages that are added to existing feedstocks are not registered automatically in order to prevent
649649
typo squatting and other malicious activities. Package outputs are added during feedstock creation.
@@ -652,8 +652,9 @@ 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/feedstock-outputs/blob/main/feedstock_outputs_autoreg_allowlist.yml). Output packages that match
656-
these patterns will be automatically registered for your feedstock.
655+
In this case, you can use our [admin-requests repo](https://github.com/conda-forge/admin-requests?tab=readme-ov-file#add-a-package-output-to-a-feedstock)
656+
to add a glob pattern that matches the new package name pattern. We use the Python `fnmatch` module syntax.
657+
Output packages that match these patterns will be automatically registered for your feedstock.
657658

658659
## Stages of package building and involved infrastructure
659660

0 commit comments

Comments
 (0)