Author: eddyp-guest Date: 2007-03-08 13:44:06 +0000 (Thu, 08 Mar 2007) New Revision: 2485
Modified: people/goneri/update-pkg-games/etc/config people/goneri/update-pkg-games/update_pkg.sh Log: correct the name of the variable for extra params Modified: people/goneri/update-pkg-games/etc/config =================================================================== --- people/goneri/update-pkg-games/etc/config 2007-03-07 20:49:59 UTC (rev 2484) +++ people/goneri/update-pkg-games/etc/config 2007-03-08 13:44:06 UTC (rev 2485) @@ -29,4 +29,4 @@ FORCE_BUILD=0 # any params you might need to pass to pbuilder; recommended for overrides -PBUILDEREXTRAPARAMS="--svn-override=origDir=http://pkg-games.alioth.debian.org/tarballs" +BUILDEREXTRAPARAMS="--svn-override=origDir=http://pkg-games.alioth.debian.org/tarballs" Modified: people/goneri/update-pkg-games/update_pkg.sh =================================================================== --- people/goneri/update-pkg-games/update_pkg.sh 2007-03-07 20:49:59 UTC (rev 2484) +++ people/goneri/update-pkg-games/update_pkg.sh 2007-03-08 13:44:06 UTC (rev 2485) @@ -51,7 +51,7 @@ touch "$HTTPLOG/$pkgname/building-stamp" # write a list of the packages build from this source #$SVNBUILDPACKAGE --svn-dont-clean --svn-override=buildArea=$HTTPRESULT/$pkgname --svn-override=origDir=http://pkg-games.alioth.debian.org/tarballs --svn-builder "$PDEBUILD --buildresult $HTTPRESULT/$pkgname --configfile $PBUILDERRC" >> $LOG 2>&1 -$SVNBUILDPACKAGE --svn-override=buildArea=$HTTPRESULT/$pkgname $PBUILDEREXTRAPARAMS --svn-builder $PDEBUILD --use-pdebuild-internal --buildresult $HTTPRESULT/$pkgname >> $LOG 2>&1 +$SVNBUILDPACKAGE --svn-override=buildArea=$HTTPRESULT/$pkgname $BUILDEREXTRAPARAMS --svn-builder $PDEBUILD --use-pdebuild-internal --buildresult $HTTPRESULT/$pkgname >> $LOG 2>&1 # purge of the builddir find $HTTPRESULT/$pkgname -mindepth 1 -type d -exec rm -rf {} \; # purge of the previous packages _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

