[Piuparts-commits] rev 618 - piatti/home/piupartsm/bin

Holger Levsen holger at alioth.debian.org
Sun Jan 3 23:44:42 UTC 2010


Author: holger
Date: 2010-01-03 23:44:42 +0000 (Sun, 03 Jan 2010)
New Revision: 618

Modified:
   piatti/home/piupartsm/bin/detect_piuparts_issues
Log:
delete (and thus reschedule) detected logfiles

Modified: piatti/home/piupartsm/bin/detect_piuparts_issues
===================================================================
--- piatti/home/piupartsm/bin/detect_piuparts_issues	2009-12-29 18:36:13 UTC (rev 617)
+++ piatti/home/piupartsm/bin/detect_piuparts_issues	2010-01-03 23:44:42 UTC (rev 618)
@@ -42,18 +42,13 @@
 	echo "(By grep'ing for 'tar: .*.tar.gz: Cannot open: No such file or directory'"
 	echo "in failed logs.)"
 	echo 
-	echo "Please review the following logfiles and most likely remove them." 
-        echo
-	echo "If it is always the same package failing, it's likely to be an issue in the"
+	echo "Please review the following logfiles/packages."
+        echo "If it is always the same package failing, it's likely to be an issue in the"
 	echo "package."
 	echo
-	sort -u $FILE | sed -e "s#$MASTER#http://piuparts.debian.org/#g"
+		sort -u $FILE | xargs rm -v
 	echo
-	sort -u $FILE | sed -e "s#$MASTER#less $MASTER#"
+        echo "----------------------------------------------------------------------"
 	echo
-	echo "----------------------------------------------------------------------"
-	echo
-	sort -u $FILE | sed -e "s#$MASTER#rm $MASTER#"
-	echo
 fi
 rm $FILE




More information about the Piuparts-commits mailing list