[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.46-27-g960eea7

Andreas Beckmann debian at abeckmann.de
Fri Sep 21 08:17:24 UTC 2012


The following commit has been merged in the piatti branch:
commit 7a7f70329b6e0825f904966b0f3942c7d174d5e3
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Wed Sep 19 08:15:54 2012 +0200

    detect_piuparts_issues: detect incomplete logfiles
    
    marked with "PIUPARTS OUTPUT INCOMPLETE" by piuparts-slave
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/debian/changelog b/debian/changelog
index 1e2c8a3..e984535 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ piuparts (0.47) UNRELEASED; urgency=low
     - Fix duplicate variable name usage that sometimes prevented recycling.
     - Support a [global] auto-reschedule=no setting.
   * detect_well_known_errors: Unclassified logs may still be bugged.
+  * detect_piuparts_issues: Detect incomplete logfiles.
 
  -- Andreas Beckmann <debian at abeckmann.de>  Sat, 15 Sep 2012 06:25:05 +0200
 
diff --git a/master-bin/detect_piuparts_issues b/master-bin/detect_piuparts_issues
index 3697fcd..1ac9e95 100755
--- a/master-bin/detect_piuparts_issues
+++ b/master-bin/detect_piuparts_issues
@@ -49,6 +49,7 @@ for SECTION in $SECTIONS ; do
 	test -d $MASTER/$SECTION || continue
 	for subdir in fail bugged affected ; do
 		test -d $MASTER/$SECTION/$subdir || continue
+		rgrep -l 'PIUPARTS OUTPUT INCOMPLETE' $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -E "tar( \(child\))?: .*.tar.gz: Cannot open: No such file or directory" $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e "tar: .*: No space left on device" $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e "gzip: stdin: invalid compressed data--crc error" $MASTER/$SECTION/$subdir >> $FILE

-- 
piuparts git repository



More information about the Piuparts-commits mailing list