ReleaseEngineering/How To/Restart BuildAPI: Difference between revisions
< ReleaseEngineering | How To
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
{{Release Engineering How To|Restart BuildAPI}} | {{Release Engineering How To|Restart BuildAPI}} | ||
= Restarting the buildapi web app = | = Restarting the buildapi web app = | ||
As root@buildapi01.build.mozilla.org | |||
service buildapi restart | service buildapi restart | ||
tail -n 300 -f ~buildapi/buildapi.log | tail -n 300 -f ~buildapi/buildapi.log | ||
Revision as of 20:03, 11 August 2012
Restarting the buildapi web app
As root@buildapi01.build.mozilla.org
service buildapi restart tail -n 300 -f ~buildapi/buildapi.log
Use the tail to verify that buildapi restarted cleanly.
Restarting the agent
As root@buildbot-master36
service selfserve-agent restart