From: Joerg Jaspert Date: Wed, 16 Dec 2009 22:41:43 +0000 (+0100) Subject: queue_install X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=02ab667baabe24ed8fc1d1daa797c2ad966ea23d;hp=72b669eda72931eae11e7fd2651496e60cd9a4c1;p=dak.git queue_install make autobyhand work again Signed-off-by: Joerg Jaspert --- diff --git a/daklib/queue_install.py b/daklib/queue_install.py old mode 100644 new mode 100755 index b4b0ee3c..627df436 --- a/daklib/queue_install.py +++ b/daklib/queue_install.py @@ -166,7 +166,7 @@ def is_autobyhand(u): def do_autobyhand(u, summary, short_summary, chg, session): print "Attempting AUTOBYHAND." - byhandleft = True + byhandleft = False for f, entry in u.pkg.files.items(): byhandfile = f @@ -188,7 +188,7 @@ def do_autobyhand(u, summary, short_summary, chg, session): if result == 0: os.unlink(byhandfile) - del entry + del u.pkg.files[f] else: print "Error processing %s, left as byhand." % (f) byhandleft = True