X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_accepted.py;h=97c5d0d512d5f0c9e692a0fee54abd587d350e97;hb=11dce36cabea5fa916ef6da415b4669898ba9ff7;hp=3d97473fb3ae6255d373af4991fa190ff73e6597;hpb=4bb2ccf4b89fa3310af4bdc68d8aac0e7147c42d;p=dak.git diff --git a/dak/process_accepted.py b/dak/process_accepted.py index 3d97473f..97c5d0d5 100755 --- a/dak/process_accepted.py +++ b/dak/process_accepted.py @@ -392,7 +392,7 @@ def install (): if not database.copy_temporary_contents(package, version, newfile, reject): print "REJECT\n" + reject_message, - projectB.query("COMMIT WORK") + projectB.query("ROLLBACK") raise MissingContents, "No contents stored for package %s, and couldn't determine contents of %s" % (package, newfile )