aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-06-10 01:42:01 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-06-11 12:14:40 +0200
commitdfe395e8faf5ea8899c1dafe18ff6b1d455744b9 (patch)
treeeac06a2ca04964dec6f61e9f7870bfed38d18bdd
parent9b0359f69ae7c51e35da3800e02bf31596ce5393 (diff)
downloadaports-dfe395e8faf5ea8899c1dafe18ff6b1d455744b9.tar.bz2
aports-dfe395e8faf5ea8899c1dafe18ff6b1d455744b9.tar.xz
test: fix invalid SYSREPO with http://nl.a.o
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 6557fc5e9a..2b721a52f6 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -8,7 +8,7 @@ testroot = $(tmproot)/$(basename $@)
SUDO := sudo
APK := ../src/apk --keys-dir /etc/apk/keys
-SYSREPO ?= http://alpinelinux.org/cgi-bin/dl.cgi/edge/main
+SYSREPO ?= http://nl.alpinelinux.org/alpine/edge/main
LD_LIBRARY_PATH = ../src
export LD_LIBRARY_PATH SYSREPO