Author: eddyp-guest
Date: 2007-03-07 20:49:59 +0000 (Wed, 07 Mar 2007)
New Revision: 2484

Modified:
   people/goneri/update-pkg-games/etc/config
   people/goneri/update-pkg-games/update_pkg.sh
Log:
do not push your specific pbuilder options down my throat, let me choose what I 
want

Modified: people/goneri/update-pkg-games/etc/config
===================================================================
--- people/goneri/update-pkg-games/etc/config   2007-03-07 20:37:06 UTC (rev 
2483)
+++ people/goneri/update-pkg-games/etc/config   2007-03-07 20:49:59 UTC (rev 
2484)
@@ -27,3 +27,6 @@
 
 #do not stop building the package is SVN didn't change (0/1)
 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";

Modified: people/goneri/update-pkg-games/update_pkg.sh
===================================================================
--- people/goneri/update-pkg-games/update_pkg.sh        2007-03-07 20:37:06 UTC 
(rev 2483)
+++ people/goneri/update-pkg-games/update_pkg.sh        2007-03-07 20:49:59 UTC 
(rev 2484)
@@ -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 
--svn-override=origDir=http://pkg-games.alioth.debian.org/tarballs 
--svn-builder $PDEBUILD --use-pdebuild-internal --buildresult 
$HTTPRESULT/$pkgname >> $LOG 2>&1
+$SVNBUILDPACKAGE --svn-override=buildArea=$HTTPRESULT/$pkgname 
$PBUILDEREXTRAPARAMS --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

Reply via email to