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

no edit summary
No edit summary
Line 93: Line 93:
= Show which revisions are checked out=
= Show which revisions are checked out=
<pre>
<pre>
fab -f production_masters.py -R build,scheduler show_revisions
python manage_masters.py -f production_masters.json -R build,scheduler show_revisions
bm3            94b7596a2523 632937d89dd7
bm3            94b7596a2523 632937d89dd7
pm02-sm        94b7596a2523 632937d89dd7
pm02-sm        94b7596a2523 632937d89dd7
Line 105: Line 105:
= Checkconfig =
= Checkconfig =
<pre>
<pre>
fab -f production_masters.py -R build,scheduler checkconfig
python manage_masters.py -f production_masters.json -R build,scheduler checkconfig
bm3            OK
bm3            OK
pm02-sm        OK
pm02-sm        OK
Line 121: Line 121:
= Reconfigure =
= Reconfigure =
<pre>
<pre>
fab -f production_masters.py -R build reconfig     
python manage_masters.py -f production_masters.json -R build reconfig     
[buildbot-master1.build.mozilla.org] put: buildbot-wrangler.py -> /builds/buildbot/build_master3/master/buildbot-wrangler.py
[buildbot-master1.build.mozilla.org] put: buildbot-wrangler.py -> /builds/buildbot/build_master3/master/buildbot-wrangler.py
[buildbot-master1.build.mozilla.org] run: rm -f *.pyc
[buildbot-master1.build.mozilla.org] run: rm -f *.pyc
Confirmed users
2,456

edits