chiark / gitweb /
Improve publication instructions
[jarrg-ian.git] / build-sh
index 0f565b5a95029965f69c4f6c141f1b932a1d2bd3..9c57874100e11f669d03c3ba249645f0b4662daf 100755 (executable)
--- a/build-sh
+++ b/build-sh
@@ -63,6 +63,11 @@ pubdir="${JARRG_PUBLISH_DIR-/home/yarrgweb/public-html/download/jarrg}"
 echo "
 Revision: $revision
 
-Install with:
- RSYNC_RSH=ssh rsync -vP $files $pubbase:$pubdir/test/
+Publish as test with:
+  RSYNC_RSH=ssh rsync -vP $files $pubbase:$pubdir/test/
+
+To actually publish a release, on $pubbase:
+  mkdir $revision
+  ln tests/* $revision/.
+  ln -f tests/* .
 "