]> git.decadent.org.uk Git - dak.git/blobdiff - dak/process_unchecked.py
Don't call check_* due when we are running with No-Action
[dak.git] / dak / process_unchecked.py
index 48c3839b4dacb394e05a2c8465907edaa7cf5465..f7caf303192ec07993888dd5b6aff94fe609fa4e 100755 (executable)
@@ -497,9 +497,9 @@ def process_it(changes_file):
                 u.check_distributions()
                 u.check_files(not Options["No-Action"])
                 valid_dsc_p = u.check_dsc(not Options["No-Action"])
-                if valid_dsc_p:
+                if valid_dsc_p and not Options["No-Action"]:
                     u.check_source()
-                    u.check_lintian()
+                    u.check_lintian()
                 u.check_hashes()
                 u.check_urgency()
                 u.check_timestamps()