[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] update7



urgs. not exactly the thing i asked for.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 dak/dakdb/update7.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/dakdb/update7.py b/dak/dakdb/update7.py
index 1c59707..c882853 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)
-- 
1.5.6.5


Reply to: