chiark / gitweb /
Version numbers are only baked-in now, not in filename
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 22 Aug 2010 22:02:45 +0000 (23:02 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 22 Aug 2010 22:02:45 +0000 (23:02 +0100)
README
build-sh

diff --git a/README b/README
index 6feb43981af0cca60c8598640fa2f61c1b654cfd..c588d9867de4d58107cd1fc8ffb30f04de884d5b 100644 (file)
--- 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
index 1c0a975f1b12620db510f8f1040122fa1a1f9aec..a58670428bcec4f3d8ec0e162e816a5927daa85f 100755 (executable)
--- 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/
 "