On 08/06/11 18:24 +0530, Y Giridhar Appaji Nag said ...
> The problem is that, in write_commands we have ...
> 
> 188   if os.system(debsign_cmdline):
> 189     print >> sys.stderr, "Error: debsign failed."
> 190     sys.exit(1)
> 191   return filename

We could os.unlink(filename) before sys.exit but that would remove only one of
the two files that are left behind in the tempdir.  The other one seems to be
created by debsign and IMO debsign should clean it up.

I will file a bug against devscripts for debsign.

Giridhar

-- 
Y Giridhar Appaji Nag | http://appaji.net/

Attachment: signature.asc
Description: Digital signature

Reply via email to