From: Mark Huang Date: Mon, 6 Dec 2004 21:55:21 +0000 (+0000) Subject: - nightly build is not updating the planetlab-alpha symlink for some X-Git-Tag: planetlab-3_1-branch-point~37 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5bab5c7e060fefbd14ff4fb7b05855dbf15ad302;p=build.git - nightly build is not updating the planetlab-alpha symlink for some unknown reason; set -x to find out why --- diff --git a/build.sh b/build.sh index 888fcc6e..4aca2559 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.19 2004/11/08 18:28:13 mlhuang Exp $ +# $Id: build.sh,v 1.20 2004/12/01 03:23:48 mlhuang Exp $ # # Set defaults @@ -86,6 +86,9 @@ if [ $rc -ne 0 ] ; then exit $rc fi +# XXX For debugging +set -x + # XXX Should check out a tagged version of yumgroups.xml cvs -d ${CVSROOT} checkout -p alpina/groups/v3_yumgroups.xml > ${BASE}/RPMS/yumgroups.xml