aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/common.sh
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-09-23 01:17:05 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-09-23 01:17:05 +0200
commit5840a4815fb4e34c957a0edca4d0563f5b06d8ff (patch)
tree7b32a28ff2bdecb6353a376578cb8cfc7d5ecd18 /.travis/common.sh
parent170b830d22fffe1073f3cfc32a8c08e89b4a6cdd (diff)
downloadaports-5840a4815fb4e34c957a0edca4d0563f5b06d8ff.tar.bz2
aports-5840a4815fb4e34c957a0edca4d0563f5b06d8ff.tar.xz
travis: use only repositories at same or higher level than target repo
Diffstat (limited to '.travis/common.sh')
-rw-r--r--.travis/common.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/common.sh b/.travis/common.sh
index bf4b2ff945..27260128aa 100644
--- a/.travis/common.sh
+++ b/.travis/common.sh
@@ -3,6 +3,7 @@
readonly ALPINE_ROOT='/mnt/alpine'
readonly ALPINE_USER='alpine'
readonly CLONE_DIR="${CLONE_DIR:-$(pwd)}"
+readonly MIRROR_URI='http://dl-cdn.alpinelinux.org/alpine/edge'
# Runs commands inside the Alpine chroot.
alpine_run() {