about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohannes Brechtmann <johannes@jnbr.me>2019-01-01 13:40:31 +0100
committerToyam Cox <aviator45003@gmail.com>2019-01-01 12:28:39 -0500
commit9f4faddbc8ed328cca1f092e48df3c334090f1c4 (patch)
treea2dbd0c1c06f6057af3e57cab414ee75e038cc38
parent0645e7470851ac3ba8b387422523b97cd80a098e (diff)
downloadxtools-9f4faddbc8ed328cca1f092e48df3c334090f1c4.tar.gz
xtools-9f4faddbc8ed328cca1f092e48df3c334090f1c4.tar.xz
xtools-9f4faddbc8ed328cca1f092e48df3c334090f1c4.zip
switch from voidlinux.eu to voidlinux.org
-rwxr-xr-xxbuildbarf2
-rwxr-xr-xxlocate2
-rwxr-xr-xxrecent12
-rwxr-xr-xxvoidstrap4
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}