From: Mike O'Connor Date: Fri, 13 Mar 2009 19:29:22 +0000 (-0400) Subject: OOPS rollback, not commit, dummy X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=cf312784bd90cf23b3db2208a72872feb38ba8f1;p=dak.git OOPS rollback, not commit, dummy Signed-off-by: Mike O'Connor --- 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 )