From 5bab5c7e060fefbd14ff4fb7b05855dbf15ad302 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 6 Dec 2004 21:55:21 +0000 Subject: [PATCH] - nightly build is not updating the planetlab-alpha symlink for some unknown reason; set -x to find out why --- build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.0