Comment 1 for bug 487357

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

Aaron suggested a lo-fi way of fixing this: have the worker exit with a distinct exit code in each of the "success, new revisions", "success, no new revisions" and "error" cases. The way Python is, we more-or-less have to have exit == 1 for the error case, but we can us anything we like for the other cases.