[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.42-45-g3a90b05

Holger Levsen holger at layer-acht.org
Mon Mar 5 11:29:39 UTC 2012


The following commit has been merged in the develop branch:
commit 3a90b056b4f71dd16e2af1db8cdd948fbe3c565c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Mar 5 12:29:24 2012 +0100

    disable calling 'bts found' again, until we sorted out the problems

diff --git a/piuparts-analyze.py b/piuparts-analyze.py
index 6b3d91c..1066678 100644
--- a/piuparts-analyze.py
+++ b/piuparts-analyze.py
@@ -146,7 +146,7 @@ def mark_bugged_version(failed_log, bugged_log):
 
 
 def bts_update_found(bugnr, newversion):
-    subprocess.check_call(('bts', 'found', bugnr, newversion))
+    #subprocess.check_call(('bts', 'found', bugnr, newversion))
     print(' '.join(('bts', 'found', str(bugnr), newversion)))
 
 

-- 
piuparts git repository



More information about the Piuparts-commits mailing list