X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_new.py;h=b8550fd10714bc6c1cba83fc19209a44d423e345;hb=f634a4b19d5ec88a368914a6068d4d78cde886a2;hp=5a88ffcfab435fd1bb281b0e3d625044870caf16;hpb=0933fbc6c1cb7f84f143aaa6ca0aedfb83fb628c;p=dak.git diff --git a/dak/process_new.py b/dak/process_new.py index 5a88ffcf..b8550fd1 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -769,21 +769,7 @@ def do_pkg(changes_file, 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: -# do_new(u, session) -# if byhand: -# do_byhand(u, session) -# (new, byhand) = check_status(files) - -# if not new and not byhand: -# try: -# check_daily_lock() -# do_accept(u) -# except CantGetLockError: -# print "Hello? Operator! Give me the number for 911!" -# print "Dinstall in the locked area, cant process packages, come back later" + except AlreadyLockedError, e: print "Seems to be locked by %s already, skipping..." % (e)