common/travis: switch CI scripts to repo-ci

This commit is contained in:
classabbyamp 2022-06-14 20:29:44 -04:00 committed by Michael Aldridge
parent e2417ae6b2
commit a2ffebc11e
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ TAR=tar
command -v bsdtar >/dev/null && TAR=bsdtar command -v bsdtar >/dev/null && TAR=bsdtar
ARCH=$(uname -m)-musl ARCH=$(uname -m)-musl
VERSION=0.59_5 VERSION=0.59_5
URL="https://repo-default.voidlinux.org/static/xbps-static-static-${VERSION}.${ARCH}.tar.xz" URL="https://repo-ci.voidlinux.org/static/xbps-static-static-${VERSION}.${ARCH}.tar.xz"
FILE=${URL##*/} FILE=${URL##*/}
mkdir -p /tmp/bin mkdir -p /tmp/bin

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
TRAVIS_PROTO=http TRAVIS_PROTO=http
TRAVIS_MIRROR=repo-us.voidlinux.org TRAVIS_MIRROR=repo-ci.voidlinux.org
for _i in etc/xbps.d/repos-remote*.conf ; do for _i in etc/xbps.d/repos-remote*.conf ; do
/bin/echo -e "\x1b[32mUpdating $_i...\x1b[0m" /bin/echo -e "\x1b[32mUpdating $_i...\x1b[0m"