X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_overrides.py;h=01eee0ed359646d7d13fbaa9792b72bebbe9e801;hb=55e563755c9f2a08950b2d46000ae8a800c5b579;hp=69949e244f1589df8d6d19c59eb5152e7b4cf829;hpb=6a9b1e1dcf6049992b31cd74a16821bed7c51160;p=dak.git diff --git a/dak/control_overrides.py b/dak/control_overrides.py index 69949e24..01eee0ed 100755 --- a/dak/control_overrides.py +++ b/dak/control_overrides.py @@ -282,6 +282,9 @@ def main (): if action == "list": list(suite, component, type) else: + if Cnf.has_key("Suite::%s::Untouchable" % suite) and Cnf["Suite::%s::Untouchable" % suite] != 0: + daklib.utils.fubar("%s: suite is untouchable" % suite) + Logger = daklib.logging.Logger(Cnf, "control-overrides") if file_list: for file in file_list: