Skip to content

Commit

Permalink
Revert "- rely on automatic numbered lists"
Browse files Browse the repository at this point in the history
This reverts commit d0c9c1b.
  • Loading branch information
dataflake committed Sep 3, 2024
1 parent d0c9c1b commit b54766f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,25 +111,25 @@ The script does the following steps:

1. Add the package name to ``packages.txt`` of the selected configuration type
if it is not yet added.
1. Copy ``setup.cfg``, ``tox.ini``, ``tests.yml``, ``MANIFEST.in``,
2. Copy ``setup.cfg``, ``tox.ini``, ``tests.yml``, ``MANIFEST.in``,
``.readthedocs.yaml`` (if needed), and ``.gitignore`` to the repository.
1. Create or update a ``pyproject.toml`` project configuration file.
1. Remove a possibly existing ``.coveragerc`` and ``bootstrap.py``. (Coverage
3. Create or update a ``pyproject.toml`` project configuration file.
4. Remove a possibly existing ``.coveragerc`` and ``bootstrap.py``. (Coverage
is now configured in ``tox.ini`` for packages which are no buildout
recipes.)
1. Run the tests via: ``tox``. The ``tox`` script may be either on the current
5. Run the tests via: ``tox``. The ``tox`` script may be either on the current
``$PATH`` or in the ``bin`` subfolder of the current working directory.
1. Create a branch and a pull request. (Prevent an automatic commit of all
6. Create a branch and a pull request. (Prevent an automatic commit of all
changes with the command line switch ``--no-commit``, or an automatic push
to GitHub using the command line switch ``--no-push``.)

After running the script you should manually do the following steps:

1. Check for changes in the updated repository and for the need of a change log
entry over there.
1. Make sure the package is activated on https://coveralls.io by trying to add
2. Make sure the package is activated on https://coveralls.io by trying to add
the repository name and making it active.
1. Check in possible changes in the zopefoundation/meta repository.
3. Check in possible changes in the zopefoundation/meta repository.


CLI arguments
Expand Down Expand Up @@ -696,10 +696,10 @@ The script does the following steps:

1. It does the following steps for each line in the given ``packages.txt``
which does not start with ``#``.
1. Check if there is a repository in ``<path-to-clones>`` with the name of the
2. Check if there is a repository in ``<path-to-clones>`` with the name of the
repository. If it does not exist: clone it. If it exists: clean the clone
from changes, switch to ``master`` branch and pull from origin.
1. Call the given script with the package name and arguments for the script.
3. Call the given script with the package name and arguments for the script.

.. caution::

Expand Down

0 comments on commit b54766f

Please sign in to comment.