[Piuparts-commits] rev 529 - piatti/home/piupartss/bin

Holger Levsen holger at alioth.debian.org
Tue Nov 10 10:44:27 UTC 2009


Author: holger
Date: 2009-11-10 10:44:27 +0000 (Tue, 10 Nov 2009)
New Revision: 529

Modified:
   piatti/home/piupartss/bin/slave_run
Log:
silently start the slave

Modified: piatti/home/piupartss/bin/slave_run
===================================================================
--- piatti/home/piupartss/bin/slave_run	2009-11-09 11:35:37 UTC (rev 528)
+++ piatti/home/piupartss/bin/slave_run	2009-11-10 10:44:27 UTC (rev 529)
@@ -1,4 +1,4 @@
-#!/bin/sh -x
+#!/bin/sh
 
 # Copyright 2009 Holger Levsen (holger at layer-acht.org)
 # 
@@ -31,6 +31,7 @@
 
 screen -L -d -m -S piuparts-slave-screen su - piupartss -c "cd /org/piuparts.debian.org/slave && python ../share/piuparts/piuparts-slave"
 
-rm $MONITORDIR/screenlog.new $MONITORDIR/screenlog.old
+rm -f $MONITORDIR/screenlog.new $MONITORDIR/screenlog.old
 touch $MONITORDIR/screenlog.new
 chmod 775 $MONITORDIR/screenlog.new
+echo "piuparts-slave has been started."




More information about the Piuparts-commits mailing list