r1953 - people/goneri/update-pkg-games

Gonéri Le Bouder goneri-guest at alioth.debian.org
Sun Oct 29 02:54:15 CET 2006


Author: goneri-guest
Date: 2006-10-29 02:54:14 +0100 (Sun, 29 Oct 2006)
New Revision: 1953

Modified:
   people/goneri/update-pkg-games/update_all.sh
Log:
nothing really important changed


Modified: people/goneri/update-pkg-games/update_all.sh
===================================================================
--- people/goneri/update-pkg-games/update_all.sh	2006-10-29 01:53:33 UTC (rev 1952)
+++ people/goneri/update-pkg-games/update_all.sh	2006-10-29 01:54:14 UTC (rev 1953)
@@ -1,9 +1,15 @@
 #!/bin/sh
 
+. etc/config 
+while true; do
 echo "pbuilder create:" >> $LOGDIR/pbuilder_create.log
-sudo pbuilder create --configfile $PBUILDERRC >> $LOGDIR/pbuilder_create.log 2>&1
+sudo pbuilder create --configfile $PBUILDERRC > $LOGDIR/pbuilder_create.log 2>&1
 
 for line in `cat etc/packages|grep -v ^#`; do
 echo $line
 ./update_pkg.sh $line
 done
+
+./refresh.pl
+sleep 1200
+done




More information about the Pkg-games-commits mailing list