chiark / gitweb /
actually discover if builds break
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 22 Aug 2010 21:09:08 +0000 (22:09 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 22 Aug 2010 21:09:08 +0000 (22:09 +0100)
build-sh

index 51c5dd1b267a418f448b6d44ce3ef48fc4d076f2..4613ba5bda9f74502bc0881a4e33387fcc793626 100755 (executable)
--- 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 "