aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2025-06-05 17:26:38 -0300
committerHisham Muhammad <hisham@gobolinux.org>2025-06-05 17:26:38 -0300
commit0bb72c491c435c353923cd8e7ec7680e315d36c2 (patch)
treeb7b5e2a9bef83014c95c268c538b0c5950733657
parent7c3a2ec75e970a701ed0aa0728998270d73b40aa (diff)
downloadluarocks-0bb72c491c435c353923cd8e7ec7680e315d36c2.tar.gz
luarocks-0bb72c491c435c353923cd8e7ec7680e315d36c2.tar.bz2
luarocks-0bb72c491c435c353923cd8e7ec7680e315d36c2.zip
scripts: further instructions
-rwxr-xr-xmakedist2
-rwxr-xr-xpublishrelease2
2 files changed, 2 insertions, 2 deletions
diff --git a/makedist b/makedist
index 8b65a62e..481f0b0e 100755
--- a/makedist
+++ b/makedist
@@ -2,7 +2,7 @@
2 2
3if ! [ "$1" ] 3if ! [ "$1" ]
4then 4then
5 echo "usage: $0 <version> <lua54dir>" 5 echo "usage: $0 <version> <lua54dir> [branch] [binary] [sign]"
6 exit 1 6 exit 1
7fi 7fi
8 8
diff --git a/publishrelease b/publishrelease
index 808202e4..1bad13fe 100755
--- a/publishrelease
+++ b/publishrelease
@@ -5,7 +5,7 @@
5 echo "example...: $0 3.1.1" 5 echo "example...: $0 3.1.1"
6 echo 6 echo
7 echo "Before running this, make sure the packages were built:" 7 echo "Before running this, make sure the packages were built:"
8 echo " makedist 3.1.1 /opt/lua54/ binary sign" 8 echo " makedist 3.1.1 /opt/lua54/ branch binary sign"
9 echo "And the tag was merged:" 9 echo "And the tag was merged:"
10 echo " mergerelease 3.1.1" 10 echo " mergerelease 3.1.1"
11 echo 11 echo