]> git.decadent.org.uk Git - dak.git/commitdiff
update7
authorJoerg Jaspert <joerg@debian.org>
Fri, 13 Mar 2009 21:48:53 +0000 (22:48 +0100)
committerJoerg Jaspert <joerg@debian.org>
Fri, 13 Mar 2009 21:48:53 +0000 (22:48 +0100)
urgs. not exactly the thing i asked for.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/dakdb/update7.py

index 1c59707857a5d929472e2a170151ce492ac11684..c8828535b021f29edcf23c979c42e9b2fc9bc146 100755 (executable)
@@ -48,7 +48,7 @@ def do_update(self):
         c.execute("ALTER TABLE suite ADD COLUMN untouchable BOOLEAN NOT NULL DEFAULT FALSE;")
         query = "UPDATE suite SET untouchable = TRUE WHERE suite_name = %s"  #: Update query
         for suite in Cnf.SubTree("Suite").List():
-            untouchable = Cnf.Find("Suite::%s::Announce" % (suite))
+            untouchable = Cnf.Find("Suite::%s::Untouchable" % (suite))
             if not untouchable:
                 continue
             print "[Untouchable] Processing suite %s" % (suite)