unrelated fixes

This commit is contained in:
Mike McLean 2024-01-31 11:56:42 -05:00 committed by Tomas Kopecek
parent 430a58a4f7
commit ce575c15e3
3 changed files with 4 additions and 2 deletions

View file

@ -81,5 +81,5 @@ before.
Documentation/DevTools Changes Documentation/DevTools Changes
------------------------------ ------------------------------
* `Add long description to setup.py <https:/pagure.io/koji/pull-request/3374`_ * `Add long description to setup.py <https:/pagure.io/koji/pull-request/3374>`_
* `CGRefundBuild description in CG docs <https://pagure.io/koji/pull-request/3411`_ * `CGRefundBuild description in CG docs <https://pagure.io/koji/pull-request/3411>`_

View file

@ -433,6 +433,7 @@ environment follows:
* ``mock.module_setup_commands`` - commands for configuring the modules active * ``mock.module_setup_commands`` - commands for configuring the modules active
in a buildroot. Available in `mock 2.4 in a buildroot. Available in `mock 2.4
<https://github.com/rpm-software-management/mock/wiki/Release-Notes-2.4>`__. <https://github.com/rpm-software-management/mock/wiki/Release-Notes-2.4>`__.
- Example of how to enable a module: - Example of how to enable a module:
:: ::

View file

@ -737,6 +737,7 @@ For py2 instances:
You can use containers for the tests. Dockerfiles are placed in `devtools/containers` directory. You can use containers for the tests. Dockerfiles are placed in `devtools/containers` directory.
Supported Dockerfiles: Supported Dockerfiles:
* ``Dockerfile.centos7`` * ``Dockerfile.centos7``
* ``Dockerfile.centos8`` * ``Dockerfile.centos8``
* ``Dockerfile.centos9`` * ``Dockerfile.centos9``