diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2020-09-25 15:40:07 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2020-09-25 15:40:07 -0300 |
| commit | 726998af923b353a858624bdb718a77c0d653a75 (patch) | |
| tree | 20d24ee8fd641a698ce7fa12effa13951c3899e7 | |
| parent | 24383929f1381ca65094f622bc4f4d1f37d521c7 (diff) | |
| download | luarocks-726998af923b353a858624bdb718a77c0d653a75.tar.gz luarocks-726998af923b353a858624bdb718a77c0d653a75.tar.bz2 luarocks-726998af923b353a858624bdb718a77c0d653a75.zip | |
publishrelease: update URLs
| -rwxr-xr-x | publishrelease | 6 |
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 |
| 154 | else | 154 | else |
| 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 |
| 158 | fi | 158 | fi |
| 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 | ||
| 177 | if [ -e ../luarocks.wiki ] | 177 | if [ -e ../luarocks.wiki ] |
| @@ -180,7 +180,7 @@ then | |||
| 180 | git pull | 180 | git pull |
| 181 | else | 181 | else |
| 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 |
| 185 | fi | 185 | fi |
| 186 | 186 | ||
