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

Holger Levsen holger at alioth.debian.org
Sat Apr 2 12:24:51 UTC 2011


Author: holger
Date: 2011-04-02 12:24:49 +0000 (Sat, 02 Apr 2011)
New Revision: 895

Modified:
   piatti/home/piupartsm/bin/reschedule_oldest_logs
Log:
fix typo

Modified: piatti/home/piupartsm/bin/reschedule_oldest_logs
===================================================================
--- piatti/home/piupartsm/bin/reschedule_oldest_logs	2011-04-02 11:57:55 UTC (rev 894)
+++ piatti/home/piupartsm/bin/reschedule_oldest_logs	2011-04-02 12:24:49 UTC (rev 895)
@@ -39,7 +39,7 @@
 		cd $MASTER/$SECTION
 		# we ignore bugged here - ptyhon-bts is really the way to go
 	        find pass fail -name "*.log" -mtime +180 | xargs -n99999 -s999999 ls -dtl |tail -200
-		find pass fail -name "*.log" -mtime +180 | xargs -n99999 -s999999 ls -dt |tail -200 | xargs rm 2 > /dev/null
+		find pass fail -name "*.log" -mtime +180 | xargs -n99999 -s999999 ls -dt |tail -200 | xargs rm 2> /dev/null
 		echo
 		echo "#########################################################"
 		echo




More information about the Piuparts-commits mailing list