From 086ce8d4f031ac2769dde44e82d188819716b377 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Wed, 19 May 2021 14:54:41 -0400 Subject: [PATCH 1/3] remove duplicate substitution --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0399bd45..53ce66a6 100644 --- a/README.rst +++ b/README.rst @@ -904,8 +904,7 @@ the following rules (all of them are evaluated from top to bottom): value, DevConfiguration is forced and ``config.py`` is used directly from the MBS's develop instance. For more information see |docs/CONTRIBUTING.rst|_. -.. |docs/CONTRIBUTING.rst| replace:: ``docs/CONTRIBUTING.rst`` -.. _docs/CONTRIBUTING.rst: docs/CONTRIBUTING.rst +.. substitutions for CONTRIBUTING defined above Setting Up Kerberos + LDAP Authentication From 9c738500e3d2f7a918fa614ce9d0d162bb0bfee9 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Wed, 19 May 2021 14:31:30 -0400 Subject: [PATCH 2/3] drop internal section links --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 53ce66a6..3bff1384 100644 --- a/README.rst +++ b/README.rst @@ -65,7 +65,7 @@ MBS is able to perform local module builds by directing local Mock. MBS supports threaded Mock builds which utilizes performance and significantly speeds up local module builds. -_`Client tooling` +Client tooling ================= ``mbs-manager`` @@ -82,7 +82,7 @@ Client-side API The MBS implements a RESTful interface for module build submission and state querying. Not all REST methods are supported. See below for details. For client -tooling which utilizes the API, please refer to `Client tooling`_ section. +tooling which utilizes the API, please refer to "Client tooling" section above. Module build submission ----------------------- @@ -213,7 +213,7 @@ The response includes: - ``scmurl`` - the source control URL used to build the module. - ``state`` - the numerical state of the module build. - ``state_name`` - the named state of the module build. See the section called - `Module Build States`_ for more information. + "Module Build States" for more information. - ``state_reason`` - the reason why the module build is in this state. This is useful when the build fails. - ``stream`` - the module's stream. @@ -776,8 +776,8 @@ Possible response codes are for various requests include: implemented yet. - HTTP 503 Service Unavailable - The service is down, possibly for maintanance. -_`Module Build States` ----------------------- +Module Build States +------------------- You can see the list of possible states with:: @@ -855,7 +855,7 @@ The message body is a dictionary with these fields: ~~~~~~~~~ This is the current state of the module, corresponding with the states -described above in `Module Build States`_. +described above in "Module Build States". ``name``, ``version``, ``release`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From 95a6ff9efef75e670bdfb9780aa10f15f6b0410d Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Wed, 19 May 2021 15:10:49 -0400 Subject: [PATCH 3/3] remove problematic license link --- README.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 3bff1384..861331fd 100644 --- a/README.rst +++ b/README.rst @@ -933,10 +933,7 @@ For help on setting up a development environment, see |docs/CONTRIBUTING.rst|_. License ======= -MBS is licensed under MIT license. See |LICENSE|_ file for details. - -.. |LICENSE| replace:: ``LICENSE`` -.. _LICENSE: LICENSE +MBS is licensed under MIT license. See LICENSE file for details. Parts of MBS are licensed under 3-clause BSD license from: https://github.com/projectatomic/atomic-reactor/blob/master/LICENSE