From: Ian Jackson Date: Sun, 22 Aug 2010 21:09:08 +0000 (+0100) Subject: actually discover if builds break X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=jarrg-owen.git;a=commitdiff_plain;h=e0601f4768465f8ec5cf2df8d5281751e4847277 actually discover if builds break --- diff --git a/build-sh b/build-sh index 51c5dd1..4613ba5 100755 --- a/build-sh +++ b/build-sh @@ -13,7 +13,9 @@ esac : ${JAVA_HOME:=/usr/lib/jvm/java-6-sun} export JAVA_HOME -(set -e; cd src; ant -f PCTB.xml) +cd src +ant -f PCTB.xml +cd .. echo " Building tarball @@ -31,7 +33,7 @@ Generated OK: ls -al $files pubbase="${JPCTB_PUBLISH_BASE-login.chiark.greenend.org.uk}" -pubdir="${JPCTB_PUBLISH_DIR-/home/yarrgweb/public-html/jpctb}" +pubdir="${JPCTB_PUBLISH_DIR-/home/yarrgweb/public-html/download/jpctb}" revision=`git describe --always` echo "