From 75c6aa6b7329057ea1aa06ec6bf76eb2dc09bff7 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Fri, 13 Mar 2009 22:48:53 +0100 Subject: [PATCH] update7 urgs. not exactly the thing i asked for. Signed-off-by: Joerg Jaspert --- dak/dakdb/update7.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/dakdb/update7.py b/dak/dakdb/update7.py index 1c597078..c8828535 100755 --- a/dak/dakdb/update7.py +++ b/dak/dakdb/update7.py @@ -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) -- 2.39.2