Skip to content

Commit

Permalink
add command line docs for buildbot checkconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
thedylman committed Jan 25, 2015
1 parent 8d760b0 commit 9e1dc0f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions master/docs/manual/cmdline.rst
Expand Up @@ -129,6 +129,19 @@ sighup
This sends a SIGHUP to the buildmaster running in the given directory, which causes it to re-read its :file:`master.cfg` file.

.. bb:cmdline:: checkconfig
checkconfig
+++++++++++

.. code-block:: none
buildbot checkconfig {BASEDIR|CONFIG_FILE}
This checks if the buildmaster configuration is well-formed and contains no deprecated or invalid elements.
If no arguments are used or the base directory is passed as the argument the config file specified in :file:`buildbot.tac` is checked.
If the argument is the path to a config file then it will be checked without using the :file:`buildbot.tac` file.

Developer Tools
~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 9e1dc0f

Please sign in to comment.