From 7123e1d34f67a8613926f3bc18691a77db040d42 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 22 Aug 2010 23:02:45 +0100 Subject: [PATCH] Version numbers are only baked-in now, not in filename --- README | 5 ++--- build-sh | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README b/README index 6feb439..c588d98 100644 --- a/README +++ b/README @@ -44,9 +44,8 @@ sets JAVA_HOME to /usr/lib/jvm/java-6-sun. If that's not what you want, set JAVA_HOME yourself. To make shipping the files a bit easier it prints a rune for rsyncing -the files to the distribution site with a pathname based on the output -from "git-describe". You can set JPCTB_PUBLISH_BASE and ..._DIR to -control the exact output. +the files to the test version on the distribution site. You can set +JPCTB_PUBLISH_BASE and ..._DIR to control the exact output. If you want to clean out the build directory to make sure you get a rebuild from scratch, say diff --git a/build-sh b/build-sh index 1c0a975..a586704 100755 --- a/build-sh +++ b/build-sh @@ -45,5 +45,5 @@ pubdir="${JPCTB_PUBLISH_DIR-/home/yarrgweb/public-html/download/jpctb}" echo " Install with: - RSYNC_RSH=ssh rsync -vP $files $pubbase:$pubdir/$revision/ + RSYNC_RSH=ssh rsync -vP $files $pubbase:$pubdir/test/ " -- 2.30.2