+2008-08-26 Philipp Kern <pkern@debian.org>
+
+ * dak/process_new.py (do_accept): do not try to free the unchecked
+ lockfile in no-action mode
+
2008-08-16 Joerg Jaspert <joerg@debian.org>
* config/debian/cron.dinstall: We dont want i18n to ever fail
Upload.accept(summary, short_summary)
os.unlink(Upload.pkg.changes_file[:-8]+".dak")
finally:
- os.unlink(Cnf["Process-New::AcceptedLockFile"])
+ if not Options["No-Action"]:
+ os.unlink(Cnf["Process-New::AcceptedLockFile"])
def check_status(files):
new = byhand = 0