From f343be3d344a4303cce0507d513f7cfab4d25ab1 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 11 Jan 2005 17:04:27 +0000 Subject: [PATCH] - change web path --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index f8f24a75..5c1ddeb7 100755 --- 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.21 2004/12/06 21:55:21 mlhuang Exp $ +# $Id: build.sh,v 1.22 2004/12/07 22:41:56 mlhuang Exp $ # # Set defaults @@ -101,11 +101,11 @@ ${BASE}/packages.sh -b ${URLBASE} ${BASE}/SRPMS > ${BASE}/SRPMS/packages.xml # Upload packages to boot server SERVER=build@boot.planet-lab.org -ARCHIVE=/www/planetlab/install-rpms/archive +ARCHIVE=/var/www/html/install-rpms/archive # Put nightly alpha builds in a subdirectory if [ "$TAG" = "HEAD" ] ; then ARCHIVE=$ARCHIVE/planetlab-alpha - REPOS=/www/planetlab/install-rpms/planetlab-alpha + REPOS=/var/www/html/install-rpms/planetlab-alpha fi # Remove old runs -- 2.47.0