r2495 - people/goneri/update-pkg-games
Eddy Petrisor
eddyp-guest at alioth.debian.org
Fri Mar 9 17:36:54 CET 2007
Author: eddyp-guest
Date: 2007-03-09 16:36:54 +0000 (Fri, 09 Mar 2007)
New Revision: 2495
Modified:
people/goneri/update-pkg-games/update_all.sh
Log:
we can safely assume that the tarball is there and only needs update
Modified: people/goneri/update-pkg-games/update_all.sh
===================================================================
--- people/goneri/update-pkg-games/update_all.sh 2007-03-08 23:11:28 UTC (rev 2494)
+++ people/goneri/update-pkg-games/update_all.sh 2007-03-09 16:36:54 UTC (rev 2495)
@@ -3,7 +3,7 @@
. etc/config
while true; do
echo "pbuilder create:" >> $LOGDIR/pbuilder_create.log
-sudo /usr/sbin/pbuilder create --configfile $PBUILDERRC > $LOGDIR/pbuilder_create.log 2>&1
+sudo /usr/sbin/pbuilder update --configfile $PBUILDERRC > $LOGDIR/pbuilder_create.log 2>&1
for line in `cat etc/packages|grep -v ^#`; do
echo $line
More information about the Pkg-games-commits
mailing list