From: Joerg Jaspert Date: Thu, 18 Jun 2015 20:16:43 +0000 (+0200) Subject: Merge remote-tracking branch 'nthykier/auto-decruft' X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=7694f70728c238b5e00ddfdcf3cd511d8bb546e5;hp=57ab3a0d9a3eafaadd407ab5c1473d5b75397b70;p=dak.git Merge remote-tracking branch 'nthykier/auto-decruft' * nthykier/auto-decruft: daklib/rm: Fix boolean inversion on partial removals --- diff --git a/daklib/rm.py b/daklib/rm.py index e20cb5c1..e6940d53 100644 --- a/daklib/rm.py +++ b/daklib/rm.py @@ -465,7 +465,7 @@ def remove(session, reason, suites, removals, session.execute("DELETE FROM bin_associations WHERE bin = :packageid AND suite = :suiteid", {'packageid': package_id, 'suiteid': suite_id}) # Delete from the override file - if partial: + if not partial: if architecture == "source": type_id = dsc_type_id else: