Bug#570425: rebuildd and rebuildd-job silently fail for many errors

2012-03-08 Thread Raphael Hertzog
Hi, On Thu, 18 Feb 2010, Julien Danjou wrote: If an exception occurs, such as No such file or directory, the Job will silently fail and get stuck in the BUILDING state. To fix this, I inserted code so that it looked like this: try: proc = subprocess.Popen(cmd.split(),

Bug#570425: rebuildd and rebuildd-job silently fail for many errors

2010-02-18 Thread Kyle Moffett
Package: rebuildd Version: 0.3.4 Severity: important When using rebuildd-job, it will completely silently fail for many different kinds of syntax or data errors. For example, if an architecture is specified which is not enabled in the config file, it will accept the input and exit without doing

Bug#570425: rebuildd and rebuildd-job silently fail for many errors

2010-02-18 Thread Julien Danjou
Kyle Moffett kyle.d.moff...@boeing.com writes: When using rebuildd-job, it will completely silently fail for many different kinds of syntax or data errors. For example, if an architecture is specified which is not enabled in the config file, it will accept the input and exit without doing