You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/maintainer/infrastructure.rst
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Staging area for recipes
10
10
------------------------
11
11
12
12
`conda-forge/staged-recipes <https://github.com/conda-forge/staged-recipes>`_ is the entry point for new packages to join the conda-forge package collection.
13
-
You can find a detailed guide to submitting new package recipes in :ref:`creating_recipes`.
13
+
You can find the detailed guide for submitting new package recipes in :ref:`creating_recipes`.
14
14
15
15
Smithy
16
16
------
@@ -19,11 +19,11 @@ Smithy contains maintenance code for conda-forge, which is used by the ``conda-s
19
19
20
20
``conda-forge/conda-smithy`` is the right repository to report bugs for
21
21
22
-
- the rerendering process
23
-
- the recipe linter
22
+
- The rerendering process
23
+
- The recipe linter
24
24
- :term:`CI` support utils
25
25
26
-
``conda-smithy`` also contains the command line tool that you will use if you rerender manually from the command line (see :ref:`dev_update_rerender`).
26
+
``conda-smithy`` also contains the command line tool that you should use if you rerender manually from the command line (see :ref:`dev_update_rerender`).
27
27
28
28
29
29
Web services
@@ -50,7 +50,7 @@ The documentation lives in `conda-forge/conda-forge.github.io <https://github.co
50
50
51
51
The documentation is built with ``Sphinx`` and the sources files are located in the `src <https://github.com/conda-forge/conda-forge.github.io/tree/master/src>`__ directory of the repository.
52
52
53
-
If you found a typo, unclear explanations or new topics that could be covered, you can suggest changes to the documentation. For more details, please refer to :ref:`improve_docs`.
53
+
If you found any typo error, unclear explanations or new topics that can be covered, you can suggest changes to the documentation. For more details, please refer to :ref:`improve_docs`.
54
54
55
55
56
56
@@ -72,7 +72,7 @@ The webservice also listens to issues and PR comments, so that you can ask for t
72
72
-----------------------------------
73
73
74
74
Entering the above phrase in a PR of a feedstock will rerender the feedstock and push the changes to your PR.
75
-
Make sure to tick the ``Allow edits from maintainers.`` button locate at the bottom of the right side bar of
75
+
Make sure to tick the ``Allow edits from maintainers`` button located at the bottom of the right side bar of
76
76
the PR. If you enter this phrase in the comment for an issue, the bot will create a new pull request, with the requested
77
77
re-rendering being completed.
78
78
@@ -162,7 +162,7 @@ Azure is used to build packages for OSX, Linux (x86_64, native), Linux (ARMv8, e
162
162
The build queue on Azure is substantially larger than on all the other providers.
163
163
Azure builds have a maximum duration of 6 hours.
164
164
165
-
To see all builds on Azure go to `<https://dev.azure.com/conda-forge/feedstock-builds/_build>`_.
165
+
To see all builds on Azure, visit `<https://dev.azure.com/conda-forge/feedstock-builds/_build>`_.
166
166
167
167
Restarting builds
168
168
.................
@@ -355,7 +355,7 @@ Output Validation and Feedstock Tokens
355
355
As of writing, ``anaconda.org`` does not support generating API tokens that are scoped
356
356
to allow uploads for some packages but not others. In order to secure feedstock uploads,
357
357
so that, e.g., the maintainers of the ``numpy`` feedstock cannot push a ``python`` version,
358
-
we use a package staging process and issue secret tokens unique to each feedback. This process
358
+
we use a package staging process and issue secret tokens, unique to each feedback. This process
359
359
works as follows.
360
360
361
361
1. When a CI job on a feedstock is building packages to be uploaded to ``anaconda.org``, it
@@ -371,5 +371,5 @@ We attempt to report errors in this process to users via comments on commits/iss
371
371
Note however that sometimes these fail. If you think you are having trouble with uploads, make
372
372
sure ``conda_forge_output_validation: true`` is set in your ``conda-forge.yml`` and rerender
373
373
your feedstock with the latest version of ``conda-smithy``. Finally, new packages that are added to
374
-
feedstocks are registered automatically and once uploaded successfully once, no other feedstock
374
+
feedstocks are registered automatically and once uploaded successfully, no other feedstock
375
375
will be able to upload packages with the same name.
0 commit comments