[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 4/5] Don't call check_* due when we are running with No-Action



Signed-off-by: Chris Lamb <lamby@debian.org>
---
 dak/process_unchecked.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py
index 3402020..f7caf30 100755
--- a/dak/process_unchecked.py
+++ b/dak/process_unchecked.py
@@ -497,7 +497,7 @@ 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_hashes()
-- 
1.6.3.3



Reply to: