Skip to content

Commit 9a77c61

Browse files
committed
update admin-requests bits
1 parent 017ba91 commit 9a77c61

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1859,12 +1859,11 @@ higher than the package uploaded with the ``dev`` label.
18591859
18601860
How to update your feedstock token?
18611861
====================================
1862-
To reset your feedstock token and fix issues with uploads, follow these steps:
18631862
1864-
1. Create a new text file in the ``token_reset`` directory of the ``conda-forge/admin-requests`` repo.
1865-
2. Add the name of your feedstock in the text file. While adding the name, don't add "-feedstock" to the end of it. For example: for ``python-feedstock``, just add ``python``.
1863+
To reset your feedstock token and fix issues with uploads, follow these steps:
18661864
1867-
See `token_reset/example.txt <https://github.com/conda-forge/admin-requests/blob/main/token_reset/example.txt>`__ for an example.
1865+
1. Go to the ``conda-forge/admin-requests`` repo and copy `examples/example-broken.yml <https://github.com/conda-forge/admin-requests/blob/main/examples/example-broken.yml>`__ to the ``requests/`` folder.
1866+
2. Add the name of your feedstock in the YML file. While adding the name, don't add "-feedstock" to the end of it. For example: for ``python-feedstock``, just add ``python``.
18681867
18691868
.. _using_arch_rebuild:
18701869

src/maintainer/updating_pkgs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ If instead the actual contents of the package are broken, the following steps wi
255255
remove broken packages from the ``main`` channel:
256256

257257
1. Locate the paths to broken files on `anaconda.org <https://anaconda.org>`__, by searching for the conda-forge package and switching to the files tab.
258-
2. Fork `conda-forge/admin-requests <https://github.com/conda-forge/admin-requests>`__ and add a new text file in the ``broken`` directory.
259-
3. Add the broken files to the new text file, one path per line. See `broken/example.txt <https://github.com/conda-forge/admin-requests/blob/main/broken/example.txt>`__ for an example file.
258+
2. Fork `conda-forge/admin-requests <https://github.com/conda-forge/admin-requests>`__ and add a new YML file in the ``requests`` directory.
259+
3. Add the broken files to the new YML document.See `examples/example-broken.yml <https://github.com/conda-forge/admin-requests/blob/main/examples/example-broken.yml>`__ for an example file.
260260
4. Open a new PR. Once merged, a bot will label all listed files as broken, thus effectively removing them from the channel.
261261

262262

0 commit comments

Comments
 (0)