chiark / gitweb /
Improve publication instructions
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 9 Apr 2023 09:34:02 +0000 (10:34 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 9 Apr 2023 09:35:13 +0000 (10:35 +0100)
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/* .
 "