]> git.decadent.org.uk Git - dak.git/blobdiff - dak/generate_packages_sources2.py
And also catch double-sign-edit-failure-sign-whatever files
[dak.git] / dak / generate_packages_sources2.py
index 86a321e7763b7801ee4e9c9e839a8f1b73a16537..e746019d0c970fc8723fc674403172496fc457c6 100755 (executable)
@@ -360,6 +360,7 @@ def main():
 
     for s in suites:
         if s.untouchable and not force:
+            import utils
             utils.fubar("Refusing to touch %s (untouchable and not forced)" % s.suite_name)
         for c in component_ids:
             pool.apply_async(generate_sources, [s.suite_id, c], callback=parse_results)