X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fgenerate_releases.py;h=137c84472beb08369230b444e97687ffba563366;hb=28034de51f4a896773545e90041476aba700efbf;hp=983c8573f17aacde6f3a8721fb38028db3206f2a;hpb=75c6aa6b7329057ea1aa06ec6bf76eb2dc09bff7;p=dak.git diff --git a/dak/generate_releases.py b/dak/generate_releases.py index 983c8573..137c8447 100755 --- a/dak/generate_releases.py +++ b/dak/generate_releases.py @@ -159,7 +159,7 @@ def main (): print "Processing: " + suite SuiteBlock = Cnf.SubTree("Suite::" + suite) - if SuiteBlock.has_key("Untouchable") and not Options["Force-Touch"]: + if database.get_suite_untouchable(suite) and not Options["Force-Touch"]: print "Skipping: " + suite + " (untouchable)" continue