Author: eddyp-guest Date: 2007-03-08 13:51:32 +0000 (Thu, 08 Mar 2007) New Revision: 2486
Modified: people/goneri/update-pkg-games/update_pkg.sh Log: quoting the builder command is necessary; this seems to be a regression in svn-buildpackage - see #405437 Modified: people/goneri/update-pkg-games/update_pkg.sh =================================================================== --- people/goneri/update-pkg-games/update_pkg.sh 2007-03-08 13:44:06 UTC (rev 2485) +++ people/goneri/update-pkg-games/update_pkg.sh 2007-03-08 13:51:32 UTC (rev 2486) @@ -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 $BUILDEREXTRAPARAMS --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

