ReleaseEngineering/How To/Manage Buildbot with Fabric: Difference between revisions

no edit summary
(added graceful_restart option)
No edit summary
Line 5: Line 5:


[http://docs.fabfile.org/0.9.3/ Fabric] is a pre-requisite for running these tools.  It is easy-installable into a virtual environment. Setup of <tt>ssh-agent</tt> is strongly recommended (see [[#Hosts_and_role_groups|below]] for details.
[http://docs.fabfile.org/0.9.3/ Fabric] is a pre-requisite for running these tools.  It is easy-installable into a virtual environment. Setup of <tt>ssh-agent</tt> is strongly recommended (see [[#Hosts_and_role_groups|below]] for details.
= Setup =
hg clone ssh://hg.mozilla.org/build/tools
cd tools
mkvirtualenv tools
pip install fabric


= Usage =
= Usage =
Bots, Confirmed users
270

edits