From dae81c58e7e09151fca52419482600ad33666695 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Sat, 16 Mar 2013 18:01:23 +0100 Subject: [PATCH] dak/import.py: commit after each imported package --- dak/import.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dak/import.py b/dak/import.py index d3bb957b..36d965ee 100644 --- a/dak/import.py +++ b/dak/import.py @@ -139,6 +139,8 @@ def import_dump(log, transaction, suite, component, fh, fingerprint=fingerprint, changed_by=changed_by, keyrings=keyrings, require_signature=require_signature, add_overrides=add_overrides) + transaction.commit() + _export_query = r""" WITH tmp AS -- 2.39.2