From 9f4faddbc8ed328cca1f092e48df3c334090f1c4 Mon Sep 17 00:00:00 2001 From: Johannes Brechtmann Date: Tue, 1 Jan 2019 13:40:31 +0100 Subject: switch from voidlinux.eu to voidlinux.org --- xbuildbarf | 2 +- xlocate | 2 +- xrecent | 12 ++++++------ xvoidstrap | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/xbuildbarf b/xbuildbarf index 12473a0..764cbf8 100755 --- a/xbuildbarf +++ b/xbuildbarf @@ -2,4 +2,4 @@ # xbuildbarf [ARCH] - spy on current buildbot output arch=${1:-$(xbps-uhelper arch)} -curl -sL "http://build.voidlinux.eu/builders/${arch}_builder/builds/-1/steps/shell_3/logs/stdio/text" +curl -sL "http://build.voidlinux.org/builders/${arch}_builder/builds/-1/steps/shell_3/logs/stdio/text" diff --git a/xlocate b/xlocate index a4f013f..6600a60 100755 --- a/xlocate +++ b/xlocate @@ -2,7 +2,7 @@ # xlocate [-g | -S | PATTERN] - locate files in all XBPS packages : ${XLOCATE_GIT:=~/.cache/xlocate.git} -: ${XLOCATE_REPO:=https://repo.voidlinux.eu/xlocate/xlocate.git} +: ${XLOCATE_REPO:=https://alpha.de.repo.voidlinux.org/xlocate/xlocate.git} if command -v pv >/dev/null; then PROGRESS="pv -l" diff --git a/xrecent b/xrecent index e94021a..c492146 100755 --- a/xrecent +++ b/xrecent @@ -3,24 +3,24 @@ case "$(xbps-uhelper arch)" in aarch64*) - repo=https://repo.voidlinux.eu/current/aarch64/;; + repo=https://alpha.de.repo.voidlinux.org/current/aarch64/;; *-musl) - repo=https://repo.voidlinux.eu/current/musl/;; + repo=https://alpha.de.repo.voidlinux.org/current/musl/;; *) - repo=https://repo.voidlinux.eu/current/;; + repo=https://alpha.de.repo.voidlinux.org/current/;; esac case "$1" in */*) repo=$1;; aarch64*) - repo=https://repo.voidlinux.eu/current/aarch64/ + repo=https://alpha.de.repo.voidlinux.org/current/aarch64/ export "XBPS_TARGET_ARCH=$1";; *-musl) - repo=https://repo.voidlinux.eu/current/musl/ + repo=https://alpha.de.repo.voidlinux.org/current/musl/ export "XBPS_TARGET_ARCH=$1";; ?*) - repo=https://repo.voidlinux.eu/current/ + repo=https://alpha.de.repo.voidlinux.org/current/ export "XBPS_TARGET_ARCH=$1";; esac diff --git a/xvoidstrap b/xvoidstrap index 4b93759..4ef270a 100755 --- a/xvoidstrap +++ b/xvoidstrap @@ -37,8 +37,8 @@ if [ -d /var/db/xbps/keys ]; then fi xbps-install \ - -R ${XVOIDSTRAP_MIRROR:-https://repo.voidlinux.eu/current} \ - -R ${XVOIDSTRAP_MIRROR:-https://repo.voidlinux.eu/current}/musl \ + -R ${XVOIDSTRAP_MIRROR:-https://alpha.de.repo.voidlinux.org/current} \ + -R ${XVOIDSTRAP_MIRROR:-https://alpha.de.repo.voidlinux.org/current}/musl \ -S -r "$CHROOT" \ ${@:-base-system lvm2 cryptsetup grub} -- cgit 1.4.1