Age | Commit message (Collapse) | Author | Files | Lines |
|
Majority of this change is fixing the syntax to use '..code::' blocks,
wrapping text >80 characters, and fixing indentation which cause things
to show up as quote blocks.
The other main change was updating the link to support when requesting
the server be connected - helpdesk@ has been replaced by
support.linuxfoundation.org
Change-Id: Iee4d1152edc519b7299ffe3f8e9c11b6209559b2
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
2.0.3 is the current JJB version being used by OPNFV.
This removes 'jjb/global' from the positional arguments as overriding
with '-- jjb' will throw errors files are included twice.
Change-Id: If9014fd8a5b92ade89d97994ea1b58f0b227c65a
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
This fixes the two error types being output by a Sphinx docs build:
- numbered - This is already included in the root toctree
(docs/index.rst) and doesn't need to be repeated
- List spacing - Only in infra/jenkins/connect-to-jenkins.rst, the
enumerated list of steps was missing spaces after each item
Change-Id: I55555821a35a3d248f3a347e8e4d9c851254cf08
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
This allows using the command to only test one project's changes. For
example:
tox -e jjb -- jjb/releng
Will only test jobs under 'jjb/releng'. If jobs have dependencies, of
multiple project jobs need to be tested, they can be included using the
jjb ':' syntax, as anything after '--' is passed directly to jjb:
tox -e jjb -- jjb/doctor:jjb/functest
Change-Id: I4b71803a1d6ed4f62d50cdca87183a68b20fae5a
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
Provides a new organizational structure for release engineering
documentation:
/ci | Job/Gate structures and CI requirements
/infra | Software Infrastructure documentation
/component | Documentation specific to a component (Gerrit, etc.)
/release | Release documentation (ex. stable branch policy)
Change-Id: I8d24435d4d2f5ab797ad90309ee2246fb9b74c8e
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|