Hi Giridhar,
On 2008-06-12 10:51:32.00 Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
wrote:
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.
Well, maybe we just inserting removal of the appropriate two files
(if they exist) before 190 is another option. That would gain us
compatibility with older devscripts.
Kind regards
T.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]