X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=build-sh;h=3aae4b23d512d61beadcc65df5586bede739081c;hb=c56c85f4c7bad2b61823984f987b26dd51f97a99;hp=572996e02398a2458957b299cdc69fa783e28bac;hpb=ed11a51af17849a5cb3cb3bfa9342d7c26d15856;p=jarrg-ian.git diff --git a/build-sh b/build-sh index 572996e..3aae4b2 100755 --- a/build-sh +++ b/build-sh @@ -29,7 +29,7 @@ rm -f src/build/com/tedpearson/ypp/market/ControlPanel.class rm -f *.jar cd src -ant -f PCTB.xml +ant -f Jarrg.xml cd .. echo " @@ -37,20 +37,22 @@ Building tarball " GZIP='-9v --rsyncable' tar --exclude=\*{~,.tar.gz,.exe} --exclude='#*#' \ - --transform='s/^./jpctb/' --exclude=jpctb/{src/build,tmp} \ - -zcf jpctb.tar.gz . + --transform='s/^./jarrg/' --exclude=jarrg/{src/build,tmp} \ + -zcf jarrg.tar.gz . -files='jpctb.tar.gz jpctb-setup.exe' +files='jarrg.tar.gz jarrg-setup.exe' echo " Generated OK: " ls -al $files -pubbase="${JPCTB_PUBLISH_BASE-login.chiark.greenend.org.uk}" -pubdir="${JPCTB_PUBLISH_DIR-/home/yarrgweb/public-html/download/jpctb}" +pubbase="${JARRG_PUBLISH_BASE-login.chiark.greenend.org.uk}" +pubdir="${JARRG_PUBLISH_DIR-/home/yarrgweb/public-html/download/jarrg}" echo " +Revision: $revision + Install with: RSYNC_RSH=ssh rsync -vP $files $pubbase:$pubdir/test/ "