From 02ab667baabe24ed8fc1d1daa797c2ad966ea23d Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Wed, 16 Dec 2009 23:41:43 +0100 Subject: [PATCH 1/1] queue_install make autobyhand work again Signed-off-by: Joerg Jaspert --- daklib/queue_install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 daklib/queue_install.py 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 -- 2.39.2