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

Line 26: Line 26:


  # in case it is not clear; Run each one on a different window
  # in case it is not clear; Run each one on a different window
  fab -f production_masters.py -R scheduler reconfigure
  python manage_masters.py -f production_masters.json -R scheduler reconfigure
  fab -f production_masters.py -R build reconfigure
  python manage_masters.py -f production_masters.json -R build reconfigure
  fab -f production_masters.py -R try reconfigure
  python manage_masters.py -f production_masters.json -R try reconfigure
  fab -f production_masters.py -R tests reconfigure
  python manage_masters.py -f production_masters.json -R tests reconfigure


= Hosts and role groups =
= Hosts and role groups =
Confirmed users
2,456

edits