From 6f52c02e33e37078d595eb03b29332e6aaf0dce9 Mon Sep 17 00:00:00 2001 From: Jonathan Goble Date: Fri, 22 Jan 2016 03:17:34 -0500 Subject: Update repo URLs to luarocks.org instead of rocks.moonscript.org Previously, this used an old URL and downloaded over HTTP, in cleartext. This commit updates to the URL that the old one redirects to, and changes to HTTPS encryption for security. HTTPS is currently impossible on rocks.moonscript.org because the security certificate for that domain expired in May 2015. --- test/testing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/testing.sh') diff --git a/test/testing.sh b/test/testing.sh index dc7912bf..44e78205 100755 --- a/test/testing.sh +++ b/test/testing.sh @@ -225,7 +225,7 @@ luarocks_admin_nocov="run_lua --nocov luarocks-admin" mkdir -p "$testing_server" ( cd "$testing_server" - luarocks_repo="http://rocks.moonscript.org" + luarocks_repo="https://luarocks.org" get() { [ -e `basename "$1"` ] || wget -c "$1"; } get "$luarocks_repo/luacov-${verrev_luacov}.src.rock" get "$luarocks_repo/luacov-${verrev_luacov}.rockspec" -- cgit v1.2.3-55-g6feb