]> git.donarmstrong.com Git - dak.git/commitdiff
p-n
authorJoerg Jaspert <joerg@debian.org>
Sun, 15 Nov 2009 22:33:48 +0000 (23:33 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 15 Nov 2009 22:33:48 +0000 (23:33 +0100)
cleanup holding dir

Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/process_new.py

index ee5d61cf004dc6d67b5081546ace585685f0a4ba..4b2cff3ea157c8cc8f8b44b60b23d221b6ba68aa 100755 (executable)
@@ -909,17 +909,17 @@ def do_pkg(changes_file, session):
                 if not recheck(u, session):
                     return
 
-            # FIXME: This does need byhand checks added!
-            new = determine_new(u.pkg.changes, files)
-            if new:
-                do_new(u, session)
-            else:
-                try:
-                    check_daily_lock()
-                    do_accept(u, session)
-                except CantGetLockError:
-                    print "Hello? Operator! Give me the number for 911!"
-                    print "Dinstall in the locked area, cant process packages, come back later"
+                # FIXME: This does need byhand checks added!
+                new = determine_new(u.pkg.changes, files)
+                if new:
+                    do_new(u, session)
+                else:
+                    try:
+                        check_daily_lock()
+                        do_accept(u, session)
+                    except CantGetLockError:
+                        print "Hello? Operator! Give me the number for 911!"
+                        print "Dinstall in the locked area, cant process packages, come back later"
 #             (new, byhand) = check_status(files)
 #             if new or byhand:
 #                 if new: