X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_suite.py;h=7ec321f0a8474f2962dd4d47b1d95bf2e324f8f1;hb=c8dddd950800e46332cd82ed8ad8706a88597886;hp=c1c29dc29e096663148aa6819c52ac7b1e6a5695;hpb=2a76a705c2236604e703884c6420b57efa60a9c9;p=dak.git diff --git a/dak/control_suite.py b/dak/control_suite.py index c1c29dc2..7ec321f0 100755 --- a/dak/control_suite.py +++ b/dak/control_suite.py @@ -43,6 +43,7 @@ import sys import apt_pkg +import os from daklib.config import Config from daklib.dbconn import * @@ -372,7 +373,7 @@ def main (): # Safety/Sanity check # XXX: This should be stored in the database - if action == "set" and suite_name not in ["testing"]: + if action == "set" and suite_name not in ["testing", "squeeze-updates"]: utils.fubar("Will not reset suite %s" % (suite_name)) britney = False