X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_new.py;h=4b2cff3ea157c8cc8f8b44b60b23d221b6ba68aa;hb=bfb0bebe865f73949ff67c0156fdd9d63282c318;hp=ee5d61cf004dc6d67b5081546ace585685f0a4ba;hpb=354eb46e1a15183f94adb20f020ad9ab89f8c754;p=dak.git diff --git a/dak/process_new.py b/dak/process_new.py index ee5d61cf..4b2cff3e 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -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: