X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fbinary.py;h=37176e86b53f696ba5ba568a32403499f2ae257b;hb=6445ecb02a492dfe2d24b691e8aca6f98d60f9f5;hp=4b6618ea6b34f9ac1984f6e6901a4487bad512a1;hpb=20fb9f02f5a8bb60a92d1d76d98916203c04ecbe;p=dak.git diff --git a/daklib/binary.py b/daklib/binary.py index 4b6618ea..37176e86 100755 --- a/daklib/binary.py +++ b/daklib/binary.py @@ -306,6 +306,7 @@ def copy_temporary_contents(package, version, archname, deb, reject, session=Non sql = """DELETE from pending_content_associations WHERE package=:package AND version=:version AND architecture=:archid""" session.execute(sql, vals) + session.commit() return exists