Merge lp://staging/~kgoetz/merge-o-matic/mom-errorcatching into lp://staging/merge-o-matic
Proposed by
KarlGoetz
Status: | Merged |
---|---|
Merge reported by: | Loïc Minier |
Merged at revision: | not available |
Proposed branch: | lp://staging/~kgoetz/merge-o-matic/mom-errorcatching |
Merge into: | lp://staging/merge-o-matic |
Diff against target: |
119 lines (+36/-7) 7 files modified
deb/controlfile.py (+5/-1) momlib.py (+8/-1) publish-patches.py (+5/-1) stats-graphs.py (+5/-1) syndicate.py (+6/-1) update-pool.py (+5/-1) update-sources.py (+2/-1) |
To merge this branch: | bzr merge lp://staging/~kgoetz/merge-o-matic/mom-errorcatching |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Core Development Team | Pending | ||
Review via email: mp+20203@code.staging.launchpad.net |
To post a comment you must log in.
This branch houses a couple of changes to improve error catching. The scripts should all exit(1) without backtracing when they are run from a 'cold start'. I've tried to make sure these changes are split out from the other branches I'm working on, sorry if I've missed a few things.