[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.51

David Steele dsteele at gmail.com
Wed May 15 10:09:35 UTC 2013


The following commit has been merged in the master branch:
commit 0cad8c7a530565cb5903a1b2dc9cfe888a5623c1
Author: David Steele <dsteele at gmail.com>
Date:   Wed Jan 9 22:32:50 2013 -0500

    detect_well_known_errors.py - Change ext's to create kpr and tpl files.
    
    The script can now replace the bash version

diff --git a/master-bin/detect_well_known_errors.py b/master-bin/detect_well_known_errors.py
index daff582..67fdb14 100755
--- a/master-bin/detect_well_known_errors.py
+++ b/master-bin/detect_well_known_errors.py
@@ -11,11 +11,10 @@ from collections import namedtuple
 CONFIG_FILE = "/etc/piuparts/piuparts.conf"
 KPR_DIRS = ( 'pass', 'bugged', 'affected', 'fail' )
 
-# tmp-use new extensions, so python script can be developed alongside the bash
-KPR_EXT = '.kprn'
+KPR_EXT = '.kpr'
 BUG_EXT = '.bug'
 LOG_EXT = '.log'
-TPL_EXT = '.tpln'
+TPL_EXT = '.tpl'
 
 # note that there is an extra /tr in here
 PROB_TPL = \

-- 
piuparts git repository



More information about the Piuparts-commits mailing list