Merge pull request #2075 from coreos-inc/remove-trollius-debug
Remove trollius debug now that we have the proper stack traces
This commit is contained in:
commit
a3c540efcb
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ monit
|
||||||
|
|
||||||
# Run the build manager.
|
# Run the build manager.
|
||||||
cd /
|
cd /
|
||||||
exec TROLLIUSDEBUG=1 venv/bin/python -m buildman.builder 2>&1
|
exec venv/bin/python -m buildman.builder 2>&1
|
||||||
|
|
||||||
echo 'Internal build manager exited'
|
echo 'Internal build manager exited'
|
Reference in a new issue