- specify URL base of packages
authorMark Huang <mlhuang@cs.princeton.edu>
Sat, 30 Oct 2004 16:01:03 +0000 (16:01 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Sat, 30 Oct 2004 16:01:03 +0000 (16:01 +0000)
build.sh

index bbae3a1..65b382b 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -4,7 +4,7 @@
 # crontabs to build nightly releases (default). Can also be invoked
 # manually to build a tagged release (-r) in the current directory.
 #
-# $Id: build.sh,v 1.16 2004/10/05 01:44:36 mlhuang Exp $
+# $Id: build.sh,v 1.17 2004/10/27 19:39:45 mlhuang Exp $
 #
 
 # Set defaults
@@ -92,7 +92,7 @@ if [ $rc -ne 0 ] ; then
 fi
 
 # Create package manifest
-${BASE}/packages.sh ${BASE}/SRPMS > ${BASE}/SRPMS/packages.xml
+${BASE}/packages.sh -b "http://build.planet-lab.org/${BASE##$HOME/}/SRPMS" ${BASE}/SRPMS > ${BASE}/SRPMS/packages.xml
 
 # Usually only the nightly build specifies -x
 if [ -n "$BUILDS" ] ; then