Jürgen Gmach has proposed merging ~jugmac00/launchpad:add-how-to-get-overview-of-buildfarm into launchpad:master.
Commit message: Add how-to get overview of Launchpad's buildfarm Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/433932 -- Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:add-how-to-get-overview-of-buildfarm into launchpad:master.
diff --git a/doc/how-to/getting-overview-of-buildfarm.rst b/doc/how-to/getting-overview-of-buildfarm.rst new file mode 100644 index 0000000..f14362e --- /dev/null +++ b/doc/how-to/getting-overview-of-buildfarm.rst @@ -0,0 +1,26 @@ +============================================ +Getting an overview of Launchpad's buildfarm +============================================ + +In order to get an overview of Launchpad's buildfarm, +you can either use a web view or a command line application. + +Overview via web view +===================== + +https://launchpad.net/builders + +.. note: + + The web view is public. + +Overview via CLI application +============================ + +Call... + +.. code:: bash + + $ ./manage-builders -v + +from the `ubuntu-archive-tools <https://launchpad.net/ubuntu-archive-tools>`_. diff --git a/doc/how-to/index.rst b/doc/how-to/index.rst index 80a4c6d..99b6c5f 100644 --- a/doc/how-to/index.rst +++ b/doc/how-to/index.rst @@ -47,3 +47,4 @@ Operating Canonical's instances restarting-services-on-dogfood deploying-configuration-changes checking-availability-of-launchpad-frontends + getting-overview-of-buildfarm
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

