aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2020-09-25 15:40:07 -0300
committerHisham Muhammad <hisham@gobolinux.org>2020-09-25 15:40:07 -0300
commit726998af923b353a858624bdb718a77c0d653a75 (patch)
tree20d24ee8fd641a698ce7fa12effa13951c3899e7
parent24383929f1381ca65094f622bc4f4d1f37d521c7 (diff)
downloadluarocks-726998af923b353a858624bdb718a77c0d653a75.tar.gz
luarocks-726998af923b353a858624bdb718a77c0d653a75.tar.bz2
luarocks-726998af923b353a858624bdb718a77c0d653a75.zip
publishrelease: update URLs
-rwxr-xr-xpublishrelease6
1 files changed, 3 insertions, 3 deletions
diff --git a/publishrelease b/publishrelease
index 9c7d4610..067f2f72 100755
--- a/publishrelease
+++ b/publishrelease
@@ -153,7 +153,7 @@ then
153 git pull 153 git pull
154else 154else
155 cd .. 155 cd ..
156 git clone https://github.com/luarocks/luarocks-site 156 git clone ssh://git@github.com/luarocks/luarocks-site
157 cd luarocks-site 157 cd luarocks-site
158fi 158fi
159 159
@@ -171,7 +171,7 @@ git push
171 171
172[ -e ../luarocks.wiki ] || { 172[ -e ../luarocks.wiki ] || {
173 cd .. 173 cd ..
174 git clone https://github.com/luarocks/luarocks.wiki.git 174 git clone ssh://git@github.com/luarocks/luarocks.wiki.git
175} 175}
176 176
177if [ -e ../luarocks.wiki ] 177if [ -e ../luarocks.wiki ]
@@ -180,7 +180,7 @@ then
180 git pull 180 git pull
181else 181else
182 cd .. 182 cd ..
183 git clone https://github.com/luarocks/luarocks.wiki.git 183 git clone ssh://git@github.com/luarocks/luarocks.wiki.git
184 cd luarocks.wiki 184 cd luarocks.wiki
185fi 185fi
186 186