From aba7e8468ad20b22891aa25e69600f6f60431cc3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 Apr 2023 10:34:02 +0100 Subject: [PATCH] Improve publication instructions --- build-sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build-sh b/build-sh index 0f565b5..9c57874 100755 --- 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/* . " -- 2.30.2