Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] various: Reset default mirror to repo-fi.voidlinux.org
@ 2022-04-06 20:05 the-maldridge
  2022-04-06 20:10 ` [PR REVIEW] " classabbyamp
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: the-maldridge @ 2022-04-06 20:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 499 bytes --]

There is a new pull request by the-maldridge against master on the void-packages repository

https://github.com/the-maldridge/void-packages mirror-defaults
https://github.com/void-linux/void-packages/pull/36547

various: Reset default mirror to repo-fi.voidlinux.org
I'd like to retire the alpha.de.repo.voidlinux.org name.  The first step of this is removing it from documentation and active automated use.

A patch file from https://github.com/void-linux/void-packages/pull/36547.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mirror-defaults-36547.patch --]
[-- Type: text/x-diff, Size: 15428 bytes --]

From 9b7be134ff288c467fc0860d62880b1e5ba86f34 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Wed, 6 Apr 2022 14:52:04 -0500
Subject: [PATCH] various: Reset default mirror to repo-fi.voidlinux.org

---
 .github/issue_template.md                    |  2 +-
 README.md                                    |  2 +-
 common/travis/fetch-xbps.sh                  |  2 +-
 etc/xbps.d/repos-remote-aarch64-musl.conf    |  6 +++---
 etc/xbps.d/repos-remote-aarch64.conf         |  6 +++---
 etc/xbps.d/repos-remote-musl.conf            |  6 +++---
 etc/xbps.d/repos-remote-x86_64-multilib.conf |  4 ++--
 etc/xbps.d/repos-remote.conf                 |  6 +++---
 srcpkgs/9base/template                       |  2 +-
 srcpkgs/cargo-bootstrap/template             |  2 +-
 srcpkgs/fastttyrec/template                  |  2 +-
 srcpkgs/ghc-bin/template                     |  8 ++++----
 srcpkgs/libfetch/template                    |  2 +-
 srcpkgs/lxc/files/lxc-void                   |  4 ++--
 srcpkgs/rtmpdump/template                    |  2 +-
 srcpkgs/rust-bootstrap/template              |  2 +-
 srcpkgs/rust/template                        |  2 +-
 srcpkgs/void-repo-multilib/template          |  2 +-
 srcpkgs/void-repo-nonfree/template           | 12 ++++++------
 srcpkgs/xbps/template                        |  2 +-
 20 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/.github/issue_template.md b/.github/issue_template.md
index 25a0538174cc..b1d50fe2f80f 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -1,4 +1,4 @@
-<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
+<!-- Don't request update of package. We have a script for that. https://repo-fi.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
 ### System
 
 * xuname:  
diff --git a/README.md b/README.md
index 7047a958b669..d2a682f7b48f 100644
--- a/README.md
+++ b/README.md
@@ -431,7 +431,7 @@ xbps-src can be used in any recent Linux distribution matching the CPU architect
 
 To use xbps-src in your Linux distribution use the following instructions. Let's start downloading the xbps static binaries:
 
-    $ wget http://alpha.de.repo.voidlinux.org/static/xbps-static-latest.<arch>-musl.tar.xz
+    $ wget http://repo-fi.voidlinux.org/static/xbps-static-latest.<arch>-musl.tar.xz
     $ mkdir ~/XBPS
     $ tar xvf xbps-static-latest.<arch>-musl.tar.xz -C ~/XBPS
     $ export PATH=~/XBPS/usr/bin:$PATH
diff --git a/common/travis/fetch-xbps.sh b/common/travis/fetch-xbps.sh
index 5a4e458cf565..5ffda1987e7a 100755
--- a/common/travis/fetch-xbps.sh
+++ b/common/travis/fetch-xbps.sh
@@ -7,7 +7,7 @@ TAR=tar
 command -v bsdtar >/dev/null && TAR=bsdtar
 ARCH=$(uname -m)-musl
 VERSION=0.59_5
-URL="https://alpha.de.repo.voidlinux.org/static/xbps-static-static-${VERSION}.${ARCH}.tar.xz"
+URL="https://repo-fi.voidlinux.org/static/xbps-static-static-${VERSION}.${ARCH}.tar.xz"
 FILE=${URL##*/}
 
 mkdir -p /tmp/bin
diff --git a/etc/xbps.d/repos-remote-aarch64-musl.conf b/etc/xbps.d/repos-remote-aarch64-musl.conf
index 4c81aaa9aa8a..016129de3ed8 100644
--- a/etc/xbps.d/repos-remote-aarch64-musl.conf
+++ b/etc/xbps.d/repos-remote-aarch64-musl.conf
@@ -1,4 +1,4 @@
 # aarch64 voidlinux remote repositories
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/debug
+repository=https://repo-fi.voidlinux.org/current/aarch64
+repository=https://repo-fi.voidlinux.org/current/aarch64/nonfree
+repository=https://repo-fi.voidlinux.org/current/aarch64/debug
diff --git a/etc/xbps.d/repos-remote-aarch64.conf b/etc/xbps.d/repos-remote-aarch64.conf
index 4c81aaa9aa8a..016129de3ed8 100644
--- a/etc/xbps.d/repos-remote-aarch64.conf
+++ b/etc/xbps.d/repos-remote-aarch64.conf
@@ -1,4 +1,4 @@
 # aarch64 voidlinux remote repositories
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/debug
+repository=https://repo-fi.voidlinux.org/current/aarch64
+repository=https://repo-fi.voidlinux.org/current/aarch64/nonfree
+repository=https://repo-fi.voidlinux.org/current/aarch64/debug
diff --git a/etc/xbps.d/repos-remote-musl.conf b/etc/xbps.d/repos-remote-musl.conf
index b47df7393ab2..19505d554262 100644
--- a/etc/xbps.d/repos-remote-musl.conf
+++ b/etc/xbps.d/repos-remote-musl.conf
@@ -1,4 +1,4 @@
 # voidlinux remote repositories (musl)
-repository=https://alpha.de.repo.voidlinux.org/current/musl
-repository=https://alpha.de.repo.voidlinux.org/current/musl/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/musl/debug
+repository=https://repo-fi.voidlinux.org/current/musl
+repository=https://repo-fi.voidlinux.org/current/musl/nonfree
+repository=https://repo-fi.voidlinux.org/current/musl/debug
diff --git a/etc/xbps.d/repos-remote-x86_64-multilib.conf b/etc/xbps.d/repos-remote-x86_64-multilib.conf
index e770aa1f4b5e..5154badc8f44 100644
--- a/etc/xbps.d/repos-remote-x86_64-multilib.conf
+++ b/etc/xbps.d/repos-remote-x86_64-multilib.conf
@@ -1,3 +1,3 @@
 # voidlinux remote repositories (x86_64/glibc)
-repository=https://alpha.de.repo.voidlinux.org/current/multilib
-repository=https://alpha.de.repo.voidlinux.org/current/multilib/nonfree
+repository=https://repo-fi.voidlinux.org/current/multilib
+repository=https://repo-fi.voidlinux.org/current/multilib/nonfree
diff --git a/etc/xbps.d/repos-remote.conf b/etc/xbps.d/repos-remote.conf
index 47c867ecac01..b2ac04d4c199 100644
--- a/etc/xbps.d/repos-remote.conf
+++ b/etc/xbps.d/repos-remote.conf
@@ -1,4 +1,4 @@
 # voidlinux remote repositories (glibc)
-repository=https://alpha.de.repo.voidlinux.org/current
-repository=https://alpha.de.repo.voidlinux.org/current/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/debug
+repository=https://repo-fi.voidlinux.org/current
+repository=https://repo-fi.voidlinux.org/current/nonfree
+repository=https://repo-fi.voidlinux.org/current/debug
diff --git a/srcpkgs/9base/template b/srcpkgs/9base/template
index e7cee72701f8..429f1a576494 100644
--- a/srcpkgs/9base/template
+++ b/srcpkgs/9base/template
@@ -13,7 +13,7 @@ license="custom:Plan9"
 homepage="http://git.suckless.org/9base"
 # Checked out from http://git.suckless.org/9base/ and created tarball with
 # git archive -o 9base-${_githash}.tar.gz --prefix=9base/ master .
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/9base-${_githash}.tar.gz"
+distfiles="https://repo-fi.voidlinux.org/distfiles/9base-${_githash}.tar.gz"
 checksum=b315509470c25db88595bd0e9478428dea54d7836fe2ba9d07279ae9496366fb
 conflicts="plan9port"
 provides="plan9port-20160418_4"
diff --git a/srcpkgs/cargo-bootstrap/template b/srcpkgs/cargo-bootstrap/template
index e75f8763b5b8..b13373238e52 100644
--- a/srcpkgs/cargo-bootstrap/template
+++ b/srcpkgs/cargo-bootstrap/template
@@ -19,7 +19,7 @@ _bootver=1.57.0
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686|ppc64le) ;;
 	*)
-		_bootstrap_url="https://alpha.de.repo.voidlinux.org/distfiles"
+		_bootstrap_url="https://repo-fi.voidlinux.org/distfiles"
 		_bootver=${version}
 		;;
 esac
diff --git a/srcpkgs/fastttyrec/template b/srcpkgs/fastttyrec/template
index 237b8bcfd501..c8667d9f46c4 100644
--- a/srcpkgs/fastttyrec/template
+++ b/srcpkgs/fastttyrec/template
@@ -7,7 +7,7 @@ short_desc="Compress ttyrec recordings"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://web.archive.org/web/20170709180030/http://www.phong.org/nethack/"
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/${pkgname}-${version}.tar.bz2"
+distfiles="https://repo-fi.voidlinux.org/distfiles/${pkgname}-${version}.tar.bz2"
 checksum=a366562d3a38220779f2da2d4d6ec4c868ab17d6530b9a37c4eb12499e1e911a
 
 do_install() {
diff --git a/srcpkgs/ghc-bin/template b/srcpkgs/ghc-bin/template
index 3949ee3fa1aa..bec840853c07 100644
--- a/srcpkgs/ghc-bin/template
+++ b/srcpkgs/ghc-bin/template
@@ -20,7 +20,7 @@ x86_64)
 	;;
 x86_64-musl)
 	# create with "make binary-dist"
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
+	distfiles="https://repo-fi.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
 	checksum=52f6492f39f13890f4ecd83784724ae9fff7a02fdc624a56c49872c912608a50
 	;;
 i686)
@@ -28,15 +28,15 @@ i686)
 	checksum=fbfc1ef194f4e7a4c0da8c11cc69b17458a4b928b609b3622c97acc4acd5c5ab
 	;;
 ppc64le)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz"
+	distfiles="https://repo-fi.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz"
 	checksum=4662c88bc642941d9d463fd4878fc799e081c6fc5b10d2df5fa48e0cadea888c
 	;;
 ppc64le-musl)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux-musl.tar.xz"
+	distfiles="https://repo-fi.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux-musl.tar.xz"
 	checksum=c01b2d9d4c7b05a62f79b24e374413ac524116cbe5fb7c20673d62b8c3eebf10
 	;;
 ppc64)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64-void-linux.tar.xz"
+	distfiles="https://repo-fi.voidlinux.org/distfiles/ghc-${version}-powerpc64-void-linux.tar.xz"
 	checksum=b8578e602abd4b453845303fb9cfed0b2186f86f60e3aa45869026ea833726c8
 	;;
 *)
diff --git a/srcpkgs/libfetch/template b/srcpkgs/libfetch/template
index 5522f74d617f..4e5f2e3eb2b1 100644
--- a/srcpkgs/libfetch/template
+++ b/srcpkgs/libfetch/template
@@ -8,7 +8,7 @@ short_desc="File Transfer Library for URLs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://www.NetBSD.org"
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/libfetch-${version}.tar.xz"
+distfiles="https://repo-fi.voidlinux.org/distfiles/libfetch-${version}.tar.xz"
 checksum=4e6d4541f213c9ab42ea94d49c2573f0a6f54b04f14668530960f1424b04f722
 
 do_build() {
diff --git a/srcpkgs/lxc/files/lxc-void b/srcpkgs/lxc/files/lxc-void
index bcb1d244ca73..d22ad72e621e 100755
--- a/srcpkgs/lxc/files/lxc-void
+++ b/srcpkgs/lxc/files/lxc-void
@@ -154,7 +154,7 @@ EOF
     rm -f ${vkb64}
 
     mkdir -p ${rootfs}/usr/share/xbps.d
-    echo "repository=http://alpha.de.repo.voidlinux.org/current" > ${rootfs}/usr/share/xbps.d/00-repository-main.conf
+    echo "repository=http://repo-fi.voidlinux.org/current" > ${rootfs}/usr/share/xbps.d/00-repository-main.conf
 
     if ! xbps-install ${xbps_cachedir:+ -c $xbps_cachedir} \
 	    ${xbps_config:+-C $xbps_config} -r "${rootfs}" \
@@ -232,7 +232,7 @@ fi
 
 type xbps-install >/dev/null 2>&1
 if [ ${?} -ne 0 ]; then
-    echo "'xbps-install' command is missing, download xbps from http://alpha.de.repo.voidlinux.org/static/"
+    echo "'xbps-install' command is missing, download xbps from http://repo-fi.voidlinux.org/static/"
     exit 1
 fi
 
diff --git a/srcpkgs/rtmpdump/template b/srcpkgs/rtmpdump/template
index 561317d1e117..7f59cf7f1adf 100644
--- a/srcpkgs/rtmpdump/template
+++ b/srcpkgs/rtmpdump/template
@@ -9,7 +9,7 @@ short_desc="Toolkit for RTMP streams"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://rtmpdump.mplayerhq.hu/"
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/${pkgname}-${version%.*}_p${_patchlevel}.tar.gz"
+distfiles="https://repo-fi.voidlinux.org/distfiles/${pkgname}-${version%.*}_p${_patchlevel}.tar.gz"
 checksum=d6da3b683f1045f02d94a81b0c583318dba021f69bdab970c5d5d73e8c38860f
 
 CFLAGS="-Wno-unused-const-variable -Wno-unused-but-set-variable"
diff --git a/srcpkgs/rust-bootstrap/template b/srcpkgs/rust-bootstrap/template
index bbedb66430b6..2327ed36fa2f 100644
--- a/srcpkgs/rust-bootstrap/template
+++ b/srcpkgs/rust-bootstrap/template
@@ -19,7 +19,7 @@ _bootstrap_url="https://static.rust-lang.org/dist"
 
 case "$XBPS_MACHINE" in
 	x86_64*|i686|ppc64le|ppc) ;;
-	*) _bootstrap_url="https://alpha.de.repo.voidlinux.org/distfiles";;
+	*) _bootstrap_url="https://repo-fi.voidlinux.org/distfiles";;
 esac
 
 distfiles="
diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template
index 560a629f3da2..dd8f2f27ff77 100644
--- a/srcpkgs/rust/template
+++ b/srcpkgs/rust/template
@@ -5,7 +5,7 @@
 # See: https://github.com/rust-lang/core-team/issues/4
 #
 # Always make sure custom distfiles used for bootstrap are
-# uploaded to https://alpha.de.repo.voidlinux.org/distfiles/
+# uploaded to https://repo-fi.voidlinux.org/distfiles/
 #
 pkgname=rust
 version=1.57.0
diff --git a/srcpkgs/void-repo-multilib/template b/srcpkgs/void-repo-multilib/template
index dc78ebcff773..549db2d95541 100644
--- a/srcpkgs/void-repo-multilib/template
+++ b/srcpkgs/void-repo-multilib/template
@@ -12,7 +12,7 @@ homepage="http://www.voidlinux.org"
 do_install() {
 	vmkdir usr/share/xbps.d
 	for f in multilib multilib-nonfree; do
-		echo "repository=https://alpha.de.repo.voidlinux.org/current/${f/-/\/}" > \
+		echo "repository=https://repo-fi.voidlinux.org/current/${f/-/\/}" > \
 			${DESTDIR}/usr/share/xbps.d/10-repository-${f}.conf
 	done
 }
diff --git a/srcpkgs/void-repo-nonfree/template b/srcpkgs/void-repo-nonfree/template
index bdab3342c5a0..6a4dcbdbb372 100644
--- a/srcpkgs/void-repo-nonfree/template
+++ b/srcpkgs/void-repo-nonfree/template
@@ -12,21 +12,21 @@ do_install() {
 	vmkdir usr/share/xbps.d
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*)
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree" > \
+			echo "repository=https://repo-fi.voidlinux.org/current/aarch64/nonfree" > \
 				${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/aarch64/debug" > \
+			echo "repository=https://repo-fi.voidlinux.org/current/aarch64/debug" > \
 				${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf
 			;;
 		*-musl)
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/musl/nonfree" > \
+			echo "repository=https://repo-fi.voidlinux.org/current/musl/nonfree" > \
 				${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/musl/debug" > \
+			echo "repository=https://repo-fi.voidlinux.org/current/musl/debug" > \
 				${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf
 			;;
 		*)
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/nonfree" > \
+			echo "repository=https://repo-fi.voidlinux.org/current/nonfree" > \
 				${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/debug" > \
+			echo "repository=https://repo-fi.voidlinux.org/current/debug" > \
 				${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf
 			;;
 	esac
diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template
index 8f986d22f9f3..2d6dfc66c4d4 100644
--- a/srcpkgs/xbps/template
+++ b/srcpkgs/xbps/template
@@ -35,7 +35,7 @@ do_configure() {
 }
 
 post_install() {
-	local repo="https://alpha.de.repo.voidlinux.org/current" suffix=
+	local repo="https://repo-fi.voidlinux.org/current" suffix=
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*)     suffix="/aarch64";;
 		*-musl)       suffix="/musl";;

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR REVIEW] various: Reset default mirror to repo-fi.voidlinux.org
  2022-04-06 20:05 [PR PATCH] various: Reset default mirror to repo-fi.voidlinux.org the-maldridge
@ 2022-04-06 20:10 ` classabbyamp
  2022-04-06 20:18 ` Chocimier
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2022-04-06 20:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36547#discussion_r844362022

Comment:
```
$ curl -s https://repo-fi.voidlinux.org/void-updates/void-updates.txt | head -n 1
Void Updates for 2021-09-26 04:11 UTC (took: 678s)
```
this is a bit out of date

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: various: Reset default mirror to repo-fi.voidlinux.org
  2022-04-06 20:05 [PR PATCH] various: Reset default mirror to repo-fi.voidlinux.org the-maldridge
  2022-04-06 20:10 ` [PR REVIEW] " classabbyamp
@ 2022-04-06 20:18 ` Chocimier
  2022-04-06 20:22 ` the-maldridge
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Chocimier @ 2022-04-06 20:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/36547#issuecomment-1090737292

Comment:
What is planned time window from pushing update of xbps and void-*-repos to shutting down domain? I would argue for 9-12 months, as usually.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: various: Reset default mirror to repo-fi.voidlinux.org
  2022-04-06 20:05 [PR PATCH] various: Reset default mirror to repo-fi.voidlinux.org the-maldridge
  2022-04-06 20:10 ` [PR REVIEW] " classabbyamp
  2022-04-06 20:18 ` Chocimier
@ 2022-04-06 20:22 ` the-maldridge
  2022-04-06 21:10 ` 0x5c
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: the-maldridge @ 2022-04-06 20:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 554 bytes --]

New comment by the-maldridge on void-packages repository

https://github.com/void-linux/void-packages/pull/36547#issuecomment-1090745843

Comment:
I had no particular time window in place.  I was largely going to handle this the same way as when repo.voidlinux.org was shut off where the domain was left on basically until I remembered almost a year later that it could be turned off.  I might be more aggressive with turning off alpha.us.repo.voidlinux.org though as that was never a default mirror and hasn't appeared in documentation for a long time.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: various: Reset default mirror to repo-fi.voidlinux.org
  2022-04-06 20:05 [PR PATCH] various: Reset default mirror to repo-fi.voidlinux.org the-maldridge
                   ` (2 preceding siblings ...)
  2022-04-06 20:22 ` the-maldridge
@ 2022-04-06 21:10 ` 0x5c
  2022-04-06 22:37 ` Anachron
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: 0x5c @ 2022-04-06 21:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 355 bytes --]

New comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/pull/36547#issuecomment-1090810605

Comment:
Would an option be to setup a "generic" subdomain that points to whatever official repo should be the default? Then next time a default repo change is needed, it would only be a matter of changing where it points to.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: various: Reset default mirror to repo-fi.voidlinux.org
  2022-04-06 20:05 [PR PATCH] various: Reset default mirror to repo-fi.voidlinux.org the-maldridge
                   ` (3 preceding siblings ...)
  2022-04-06 21:10 ` 0x5c
@ 2022-04-06 22:37 ` Anachron
  2022-04-06 22:38 ` Anachron
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Anachron @ 2022-04-06 22:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 242 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/36547#issuecomment-1090881316

Comment:
While we're at it we could then automatically route to fastest mirror based on user location... ;-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: various: Reset default mirror to repo-fi.voidlinux.org
  2022-04-06 20:05 [PR PATCH] various: Reset default mirror to repo-fi.voidlinux.org the-maldridge
                   ` (4 preceding siblings ...)
  2022-04-06 22:37 ` Anachron
@ 2022-04-06 22:38 ` Anachron
  2022-05-24  4:13 ` [PR PATCH] [Updated] " the-maldridge
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Anachron @ 2022-04-06 22:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/36547#issuecomment-1090881316

Comment:
While we're at it we could then automatically route to fastest mirror based on user location... ;-)

Edit: Lets not forget we need a blog post with enough time ahead.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] various: Reset default mirror to repo-fi.voidlinux.org
  2022-04-06 20:05 [PR PATCH] various: Reset default mirror to repo-fi.voidlinux.org the-maldridge
                   ` (5 preceding siblings ...)
  2022-04-06 22:38 ` Anachron
@ 2022-05-24  4:13 ` the-maldridge
  2022-05-26  4:53 ` the-maldridge
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: the-maldridge @ 2022-05-24  4:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 504 bytes --]

There is an updated pull request by the-maldridge against master on the void-packages repository

https://github.com/the-maldridge/void-packages mirror-defaults
https://github.com/void-linux/void-packages/pull/36547

various: Reset default mirror to repo-fi.voidlinux.org
I'd like to retire the alpha.de.repo.voidlinux.org name.  The first step of this is removing it from documentation and active automated use.

A patch file from https://github.com/void-linux/void-packages/pull/36547.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mirror-defaults-36547.patch --]
[-- Type: text/x-diff, Size: 16708 bytes --]

From 21000e72887749a0d283586816e210e0dcc85d91 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Mon, 23 May 2022 21:08:02 -0500
Subject: [PATCH] various: change default repo to repo-fi.voidlinux.org

---
 .github/issue_template.md                    |  2 +-
 README.md                                    |  2 +-
 common/travis/fetch-xbps.sh                  |  2 +-
 etc/xbps.d/repos-remote-aarch64-musl.conf    |  6 +++---
 etc/xbps.d/repos-remote-aarch64.conf         |  6 +++---
 etc/xbps.d/repos-remote-musl.conf            |  6 +++---
 etc/xbps.d/repos-remote-x86_64-multilib.conf |  4 ++--
 etc/xbps.d/repos-remote.conf                 |  6 +++---
 srcpkgs/9base/template                       |  2 +-
 srcpkgs/cargo-bootstrap/template             |  2 +-
 srcpkgs/fastttyrec/template                  |  2 +-
 srcpkgs/ghc-bin/template                     | 12 ++++++------
 srcpkgs/libfetch/template                    |  2 +-
 srcpkgs/lxc/files/lxc-void                   |  4 ++--
 srcpkgs/rtmpdump/template                    |  2 +-
 srcpkgs/rust-bootstrap/template              |  2 +-
 srcpkgs/rust/template                        |  2 +-
 srcpkgs/void-repo-multilib/template          |  4 ++--
 srcpkgs/void-repo-nonfree/template           | 14 +++++++-------
 srcpkgs/xbps/template                        |  4 ++--
 20 files changed, 43 insertions(+), 43 deletions(-)

diff --git a/.github/issue_template.md b/.github/issue_template.md
index 10a72b0729c2..9ff1f8b4e5cf 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -1,4 +1,4 @@
-<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt. However, a quality pull request may help. -->
+<!-- Don't request update of package. We have a script for that. https://repo-fi.voidlinux.org/void-updates/void-updates.txt. However, a quality pull request may help. -->
 ### System
 
 * xuname:  
diff --git a/README.md b/README.md
index 7047a958b669..d2a682f7b48f 100644
--- a/README.md
+++ b/README.md
@@ -431,7 +431,7 @@ xbps-src can be used in any recent Linux distribution matching the CPU architect
 
 To use xbps-src in your Linux distribution use the following instructions. Let's start downloading the xbps static binaries:
 
-    $ wget http://alpha.de.repo.voidlinux.org/static/xbps-static-latest.<arch>-musl.tar.xz
+    $ wget http://repo-fi.voidlinux.org/static/xbps-static-latest.<arch>-musl.tar.xz
     $ mkdir ~/XBPS
     $ tar xvf xbps-static-latest.<arch>-musl.tar.xz -C ~/XBPS
     $ export PATH=~/XBPS/usr/bin:$PATH
diff --git a/common/travis/fetch-xbps.sh b/common/travis/fetch-xbps.sh
index 5a4e458cf565..5ffda1987e7a 100755
--- a/common/travis/fetch-xbps.sh
+++ b/common/travis/fetch-xbps.sh
@@ -7,7 +7,7 @@ TAR=tar
 command -v bsdtar >/dev/null && TAR=bsdtar
 ARCH=$(uname -m)-musl
 VERSION=0.59_5
-URL="https://alpha.de.repo.voidlinux.org/static/xbps-static-static-${VERSION}.${ARCH}.tar.xz"
+URL="https://repo-fi.voidlinux.org/static/xbps-static-static-${VERSION}.${ARCH}.tar.xz"
 FILE=${URL##*/}
 
 mkdir -p /tmp/bin
diff --git a/etc/xbps.d/repos-remote-aarch64-musl.conf b/etc/xbps.d/repos-remote-aarch64-musl.conf
index 4c81aaa9aa8a..016129de3ed8 100644
--- a/etc/xbps.d/repos-remote-aarch64-musl.conf
+++ b/etc/xbps.d/repos-remote-aarch64-musl.conf
@@ -1,4 +1,4 @@
 # aarch64 voidlinux remote repositories
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/debug
+repository=https://repo-fi.voidlinux.org/current/aarch64
+repository=https://repo-fi.voidlinux.org/current/aarch64/nonfree
+repository=https://repo-fi.voidlinux.org/current/aarch64/debug
diff --git a/etc/xbps.d/repos-remote-aarch64.conf b/etc/xbps.d/repos-remote-aarch64.conf
index 4c81aaa9aa8a..016129de3ed8 100644
--- a/etc/xbps.d/repos-remote-aarch64.conf
+++ b/etc/xbps.d/repos-remote-aarch64.conf
@@ -1,4 +1,4 @@
 # aarch64 voidlinux remote repositories
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/debug
+repository=https://repo-fi.voidlinux.org/current/aarch64
+repository=https://repo-fi.voidlinux.org/current/aarch64/nonfree
+repository=https://repo-fi.voidlinux.org/current/aarch64/debug
diff --git a/etc/xbps.d/repos-remote-musl.conf b/etc/xbps.d/repos-remote-musl.conf
index b47df7393ab2..19505d554262 100644
--- a/etc/xbps.d/repos-remote-musl.conf
+++ b/etc/xbps.d/repos-remote-musl.conf
@@ -1,4 +1,4 @@
 # voidlinux remote repositories (musl)
-repository=https://alpha.de.repo.voidlinux.org/current/musl
-repository=https://alpha.de.repo.voidlinux.org/current/musl/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/musl/debug
+repository=https://repo-fi.voidlinux.org/current/musl
+repository=https://repo-fi.voidlinux.org/current/musl/nonfree
+repository=https://repo-fi.voidlinux.org/current/musl/debug
diff --git a/etc/xbps.d/repos-remote-x86_64-multilib.conf b/etc/xbps.d/repos-remote-x86_64-multilib.conf
index e770aa1f4b5e..5154badc8f44 100644
--- a/etc/xbps.d/repos-remote-x86_64-multilib.conf
+++ b/etc/xbps.d/repos-remote-x86_64-multilib.conf
@@ -1,3 +1,3 @@
 # voidlinux remote repositories (x86_64/glibc)
-repository=https://alpha.de.repo.voidlinux.org/current/multilib
-repository=https://alpha.de.repo.voidlinux.org/current/multilib/nonfree
+repository=https://repo-fi.voidlinux.org/current/multilib
+repository=https://repo-fi.voidlinux.org/current/multilib/nonfree
diff --git a/etc/xbps.d/repos-remote.conf b/etc/xbps.d/repos-remote.conf
index 47c867ecac01..b2ac04d4c199 100644
--- a/etc/xbps.d/repos-remote.conf
+++ b/etc/xbps.d/repos-remote.conf
@@ -1,4 +1,4 @@
 # voidlinux remote repositories (glibc)
-repository=https://alpha.de.repo.voidlinux.org/current
-repository=https://alpha.de.repo.voidlinux.org/current/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/debug
+repository=https://repo-fi.voidlinux.org/current
+repository=https://repo-fi.voidlinux.org/current/nonfree
+repository=https://repo-fi.voidlinux.org/current/debug
diff --git a/srcpkgs/9base/template b/srcpkgs/9base/template
index e7cee72701f8..429f1a576494 100644
--- a/srcpkgs/9base/template
+++ b/srcpkgs/9base/template
@@ -13,7 +13,7 @@ license="custom:Plan9"
 homepage="http://git.suckless.org/9base"
 # Checked out from http://git.suckless.org/9base/ and created tarball with
 # git archive -o 9base-${_githash}.tar.gz --prefix=9base/ master .
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/9base-${_githash}.tar.gz"
+distfiles="https://repo-fi.voidlinux.org/distfiles/9base-${_githash}.tar.gz"
 checksum=b315509470c25db88595bd0e9478428dea54d7836fe2ba9d07279ae9496366fb
 conflicts="plan9port"
 provides="plan9port-20160418_4"
diff --git a/srcpkgs/cargo-bootstrap/template b/srcpkgs/cargo-bootstrap/template
index e75f8763b5b8..b13373238e52 100644
--- a/srcpkgs/cargo-bootstrap/template
+++ b/srcpkgs/cargo-bootstrap/template
@@ -19,7 +19,7 @@ _bootver=1.57.0
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686|ppc64le) ;;
 	*)
-		_bootstrap_url="https://alpha.de.repo.voidlinux.org/distfiles"
+		_bootstrap_url="https://repo-fi.voidlinux.org/distfiles"
 		_bootver=${version}
 		;;
 esac
diff --git a/srcpkgs/fastttyrec/template b/srcpkgs/fastttyrec/template
index 237b8bcfd501..c8667d9f46c4 100644
--- a/srcpkgs/fastttyrec/template
+++ b/srcpkgs/fastttyrec/template
@@ -7,7 +7,7 @@ short_desc="Compress ttyrec recordings"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://web.archive.org/web/20170709180030/http://www.phong.org/nethack/"
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/${pkgname}-${version}.tar.bz2"
+distfiles="https://repo-fi.voidlinux.org/distfiles/${pkgname}-${version}.tar.bz2"
 checksum=a366562d3a38220779f2da2d4d6ec4c868ab17d6530b9a37c4eb12499e1e911a
 
 do_install() {
diff --git a/srcpkgs/ghc-bin/template b/srcpkgs/ghc-bin/template
index 21847afbecb5..b79f08e00b6f 100644
--- a/srcpkgs/ghc-bin/template
+++ b/srcpkgs/ghc-bin/template
@@ -21,7 +21,7 @@ x86_64)
 	;;
 x86_64-musl)
 	# create with "make binary-dist"
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
+	distfiles="https://repo-fi.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
 	checksum=e21eaddeffcd5de7abe43b1f3982a3bc2c5b5f408d2574857cb2b0368106e12c
 	;;
 i686)
@@ -29,24 +29,24 @@ i686)
 	checksum=fdeb9f8928fbe994064778a8e1e85bb1a58a6cd3dd7b724fcc2a1dcfda6cad47
 	;;
 ppc64le)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz"
+	distfiles="https://repo-fi.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz"
 	checksum=7de8114c991f9a2a3b0f5e472da76e3956be6447efec4b1157f14e707049f22d
 	;;
 ppc64le-musl)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux-musl.tar.xz"
+	distfiles="https://repo-fi.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux-musl.tar.xz"
 	checksum=37de8e069712307c9b2039e92f56e540e80ca1390dd27aa247ebe18c40e0c629
 	;;
 ppc64)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64-void-linux.tar.xz"
+	distfiles="https://repo-fi.voidlinux.org/distfiles/ghc-${version}-powerpc64-void-linux.tar.xz"
 	checksum=6eb8684fdbede0cded7e3f7b93574b968f5f66dd2fcd4ec30ac5f0c402af6602
 	;;
 aarch64)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux.tar.xz"
+	distfiles="https://repo-fi.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux.tar.xz"
 	checksum=44a20a896246dce64392b7d0feedd0a28a9d733245a803e95dbe4b4b7e15b4fd
 	depends+=" llvm"
 	;;
 aarch64-musl)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux-musl.tar.xz"
+	distfiles="https://repo-fi.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux-musl.tar.xz"
 	checksum=de98e2ff33a25cb32a28c738066fecacb736a33cac12688876eec4eb96d88607
 	depends+=" llvm"
 	;;
diff --git a/srcpkgs/libfetch/template b/srcpkgs/libfetch/template
index 5522f74d617f..4e5f2e3eb2b1 100644
--- a/srcpkgs/libfetch/template
+++ b/srcpkgs/libfetch/template
@@ -8,7 +8,7 @@ short_desc="File Transfer Library for URLs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://www.NetBSD.org"
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/libfetch-${version}.tar.xz"
+distfiles="https://repo-fi.voidlinux.org/distfiles/libfetch-${version}.tar.xz"
 checksum=4e6d4541f213c9ab42ea94d49c2573f0a6f54b04f14668530960f1424b04f722
 
 do_build() {
diff --git a/srcpkgs/lxc/files/lxc-void b/srcpkgs/lxc/files/lxc-void
index bcb1d244ca73..d22ad72e621e 100755
--- a/srcpkgs/lxc/files/lxc-void
+++ b/srcpkgs/lxc/files/lxc-void
@@ -154,7 +154,7 @@ EOF
     rm -f ${vkb64}
 
     mkdir -p ${rootfs}/usr/share/xbps.d
-    echo "repository=http://alpha.de.repo.voidlinux.org/current" > ${rootfs}/usr/share/xbps.d/00-repository-main.conf
+    echo "repository=http://repo-fi.voidlinux.org/current" > ${rootfs}/usr/share/xbps.d/00-repository-main.conf
 
     if ! xbps-install ${xbps_cachedir:+ -c $xbps_cachedir} \
 	    ${xbps_config:+-C $xbps_config} -r "${rootfs}" \
@@ -232,7 +232,7 @@ fi
 
 type xbps-install >/dev/null 2>&1
 if [ ${?} -ne 0 ]; then
-    echo "'xbps-install' command is missing, download xbps from http://alpha.de.repo.voidlinux.org/static/"
+    echo "'xbps-install' command is missing, download xbps from http://repo-fi.voidlinux.org/static/"
     exit 1
 fi
 
diff --git a/srcpkgs/rtmpdump/template b/srcpkgs/rtmpdump/template
index 561317d1e117..7f59cf7f1adf 100644
--- a/srcpkgs/rtmpdump/template
+++ b/srcpkgs/rtmpdump/template
@@ -9,7 +9,7 @@ short_desc="Toolkit for RTMP streams"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://rtmpdump.mplayerhq.hu/"
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/${pkgname}-${version%.*}_p${_patchlevel}.tar.gz"
+distfiles="https://repo-fi.voidlinux.org/distfiles/${pkgname}-${version%.*}_p${_patchlevel}.tar.gz"
 checksum=d6da3b683f1045f02d94a81b0c583318dba021f69bdab970c5d5d73e8c38860f
 
 CFLAGS="-Wno-unused-const-variable -Wno-unused-but-set-variable"
diff --git a/srcpkgs/rust-bootstrap/template b/srcpkgs/rust-bootstrap/template
index bbedb66430b6..2327ed36fa2f 100644
--- a/srcpkgs/rust-bootstrap/template
+++ b/srcpkgs/rust-bootstrap/template
@@ -19,7 +19,7 @@ _bootstrap_url="https://static.rust-lang.org/dist"
 
 case "$XBPS_MACHINE" in
 	x86_64*|i686|ppc64le|ppc) ;;
-	*) _bootstrap_url="https://alpha.de.repo.voidlinux.org/distfiles";;
+	*) _bootstrap_url="https://repo-fi.voidlinux.org/distfiles";;
 esac
 
 distfiles="
diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template
index 560a629f3da2..dd8f2f27ff77 100644
--- a/srcpkgs/rust/template
+++ b/srcpkgs/rust/template
@@ -5,7 +5,7 @@
 # See: https://github.com/rust-lang/core-team/issues/4
 #
 # Always make sure custom distfiles used for bootstrap are
-# uploaded to https://alpha.de.repo.voidlinux.org/distfiles/
+# uploaded to https://repo-fi.voidlinux.org/distfiles/
 #
 pkgname=rust
 version=1.57.0
diff --git a/srcpkgs/void-repo-multilib/template b/srcpkgs/void-repo-multilib/template
index dc78ebcff773..7d8db0ad8f1a 100644
--- a/srcpkgs/void-repo-multilib/template
+++ b/srcpkgs/void-repo-multilib/template
@@ -1,7 +1,7 @@
 # Template file for 'void-repo-multilib'
 pkgname=void-repo-multilib
 version=6
-revision=3
+revision=4
 build_style=meta
 archs="x86_64"
 short_desc="Void Linux drop-in file for the multilib repository"
@@ -12,7 +12,7 @@ homepage="http://www.voidlinux.org"
 do_install() {
 	vmkdir usr/share/xbps.d
 	for f in multilib multilib-nonfree; do
-		echo "repository=https://alpha.de.repo.voidlinux.org/current/${f/-/\/}" > \
+		echo "repository=https://repo-fi.voidlinux.org/current/${f/-/\/}" > \
 			${DESTDIR}/usr/share/xbps.d/10-repository-${f}.conf
 	done
 }
diff --git a/srcpkgs/void-repo-nonfree/template b/srcpkgs/void-repo-nonfree/template
index bdab3342c5a0..5677e46bc5e7 100644
--- a/srcpkgs/void-repo-nonfree/template
+++ b/srcpkgs/void-repo-nonfree/template
@@ -1,7 +1,7 @@
 # Template file for 'void-repo-nonfree'
 pkgname=void-repo-nonfree
 version=9
-revision=5
+revision=6
 build_style=meta
 short_desc="Void Linux drop-in file for the nonfree repository"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -12,21 +12,21 @@ do_install() {
 	vmkdir usr/share/xbps.d
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*)
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree" > \
+			echo "repository=https://repo-fi.voidlinux.org/current/aarch64/nonfree" > \
 				${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/aarch64/debug" > \
+			echo "repository=https://repo-fi.voidlinux.org/current/aarch64/debug" > \
 				${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf
 			;;
 		*-musl)
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/musl/nonfree" > \
+			echo "repository=https://repo-fi.voidlinux.org/current/musl/nonfree" > \
 				${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/musl/debug" > \
+			echo "repository=https://repo-fi.voidlinux.org/current/musl/debug" > \
 				${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf
 			;;
 		*)
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/nonfree" > \
+			echo "repository=https://repo-fi.voidlinux.org/current/nonfree" > \
 				${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/debug" > \
+			echo "repository=https://repo-fi.voidlinux.org/current/debug" > \
 				${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf
 			;;
 	esac
diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template
index 8f986d22f9f3..cb2e5258fa51 100644
--- a/srcpkgs/xbps/template
+++ b/srcpkgs/xbps/template
@@ -1,7 +1,7 @@
 # Template file for 'xbps'
 pkgname=xbps
 version=0.59.1
-revision=5
+revision=6
 bootstrap=yes
 build_style=configure
 short_desc="XBPS package system utilities"
@@ -35,7 +35,7 @@ do_configure() {
 }
 
 post_install() {
-	local repo="https://alpha.de.repo.voidlinux.org/current" suffix=
+	local repo="https://repo-fi.voidlinux.org/current" suffix=
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*)     suffix="/aarch64";;
 		*-musl)       suffix="/musl";;

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] various: Reset default mirror to repo-fi.voidlinux.org
  2022-04-06 20:05 [PR PATCH] various: Reset default mirror to repo-fi.voidlinux.org the-maldridge
                   ` (6 preceding siblings ...)
  2022-05-24  4:13 ` [PR PATCH] [Updated] " the-maldridge
@ 2022-05-26  4:53 ` the-maldridge
  2022-05-26  5:24 ` [PR PATCH] [Updated] various: Reset default mirror to repo.voidlinux.org the-maldridge
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: the-maldridge @ 2022-05-26  4:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 504 bytes --]

There is an updated pull request by the-maldridge against master on the void-packages repository

https://github.com/the-maldridge/void-packages mirror-defaults
https://github.com/void-linux/void-packages/pull/36547

various: Reset default mirror to repo-fi.voidlinux.org
I'd like to retire the alpha.de.repo.voidlinux.org name.  The first step of this is removing it from documentation and active automated use.

A patch file from https://github.com/void-linux/void-packages/pull/36547.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mirror-defaults-36547.patch --]
[-- Type: text/x-diff, Size: 16588 bytes --]

From 6cddfdf3c668cab3e3ea73860ca6710f274dd73d Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Mon, 23 May 2022 21:08:02 -0500
Subject: [PATCH] various: change default repo to repo-fi.voidlinux.org

---
 .github/issue_template.md                    |  2 +-
 README.md                                    |  2 +-
 common/travis/fetch-xbps.sh                  |  2 +-
 etc/xbps.d/repos-remote-aarch64-musl.conf    |  6 +++---
 etc/xbps.d/repos-remote-aarch64.conf         |  6 +++---
 etc/xbps.d/repos-remote-musl.conf            |  6 +++---
 etc/xbps.d/repos-remote-x86_64-multilib.conf |  4 ++--
 etc/xbps.d/repos-remote.conf                 |  6 +++---
 srcpkgs/9base/template                       |  2 +-
 srcpkgs/cargo-bootstrap/template             |  2 +-
 srcpkgs/fastttyrec/template                  |  2 +-
 srcpkgs/ghc-bin/template                     | 12 ++++++------
 srcpkgs/libfetch/template                    |  2 +-
 srcpkgs/lxc/files/lxc-void                   |  4 ++--
 srcpkgs/rtmpdump/template                    |  2 +-
 srcpkgs/rust-bootstrap/template              |  2 +-
 srcpkgs/rust/template                        |  2 +-
 srcpkgs/void-repo-multilib/template          |  4 ++--
 srcpkgs/void-repo-nonfree/template           | 14 +++++++-------
 srcpkgs/xbps/template                        |  4 ++--
 20 files changed, 43 insertions(+), 43 deletions(-)

diff --git a/.github/issue_template.md b/.github/issue_template.md
index 10a72b0729c2..c95462542743 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -1,4 +1,4 @@
-<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt. However, a quality pull request may help. -->
+<!-- Don't request update of package. We have a script for that. https://repo.voidlinux.org/void-updates/void-updates.txt. However, a quality pull request may help. -->
 ### System
 
 * xuname:  
diff --git a/README.md b/README.md
index 7047a958b669..be5480a242ac 100644
--- a/README.md
+++ b/README.md
@@ -431,7 +431,7 @@ xbps-src can be used in any recent Linux distribution matching the CPU architect
 
 To use xbps-src in your Linux distribution use the following instructions. Let's start downloading the xbps static binaries:
 
-    $ wget http://alpha.de.repo.voidlinux.org/static/xbps-static-latest.<arch>-musl.tar.xz
+    $ wget http://repo.voidlinux.org/static/xbps-static-latest.<arch>-musl.tar.xz
     $ mkdir ~/XBPS
     $ tar xvf xbps-static-latest.<arch>-musl.tar.xz -C ~/XBPS
     $ export PATH=~/XBPS/usr/bin:$PATH
diff --git a/common/travis/fetch-xbps.sh b/common/travis/fetch-xbps.sh
index 5a4e458cf565..203e5b472cfd 100755
--- a/common/travis/fetch-xbps.sh
+++ b/common/travis/fetch-xbps.sh
@@ -7,7 +7,7 @@ TAR=tar
 command -v bsdtar >/dev/null && TAR=bsdtar
 ARCH=$(uname -m)-musl
 VERSION=0.59_5
-URL="https://alpha.de.repo.voidlinux.org/static/xbps-static-static-${VERSION}.${ARCH}.tar.xz"
+URL="https://repo.voidlinux.org/static/xbps-static-static-${VERSION}.${ARCH}.tar.xz"
 FILE=${URL##*/}
 
 mkdir -p /tmp/bin
diff --git a/etc/xbps.d/repos-remote-aarch64-musl.conf b/etc/xbps.d/repos-remote-aarch64-musl.conf
index 4c81aaa9aa8a..ae32f0ec5082 100644
--- a/etc/xbps.d/repos-remote-aarch64-musl.conf
+++ b/etc/xbps.d/repos-remote-aarch64-musl.conf
@@ -1,4 +1,4 @@
 # aarch64 voidlinux remote repositories
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/debug
+repository=https://repo.voidlinux.org/current/aarch64
+repository=https://repo.voidlinux.org/current/aarch64/nonfree
+repository=https://repo.voidlinux.org/current/aarch64/debug
diff --git a/etc/xbps.d/repos-remote-aarch64.conf b/etc/xbps.d/repos-remote-aarch64.conf
index 4c81aaa9aa8a..ae32f0ec5082 100644
--- a/etc/xbps.d/repos-remote-aarch64.conf
+++ b/etc/xbps.d/repos-remote-aarch64.conf
@@ -1,4 +1,4 @@
 # aarch64 voidlinux remote repositories
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/debug
+repository=https://repo.voidlinux.org/current/aarch64
+repository=https://repo.voidlinux.org/current/aarch64/nonfree
+repository=https://repo.voidlinux.org/current/aarch64/debug
diff --git a/etc/xbps.d/repos-remote-musl.conf b/etc/xbps.d/repos-remote-musl.conf
index b47df7393ab2..6b547041bcc7 100644
--- a/etc/xbps.d/repos-remote-musl.conf
+++ b/etc/xbps.d/repos-remote-musl.conf
@@ -1,4 +1,4 @@
 # voidlinux remote repositories (musl)
-repository=https://alpha.de.repo.voidlinux.org/current/musl
-repository=https://alpha.de.repo.voidlinux.org/current/musl/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/musl/debug
+repository=https://repo.voidlinux.org/current/musl
+repository=https://repo.voidlinux.org/current/musl/nonfree
+repository=https://repo.voidlinux.org/current/musl/debug
diff --git a/etc/xbps.d/repos-remote-x86_64-multilib.conf b/etc/xbps.d/repos-remote-x86_64-multilib.conf
index e770aa1f4b5e..0c9a5ae27a48 100644
--- a/etc/xbps.d/repos-remote-x86_64-multilib.conf
+++ b/etc/xbps.d/repos-remote-x86_64-multilib.conf
@@ -1,3 +1,3 @@
 # voidlinux remote repositories (x86_64/glibc)
-repository=https://alpha.de.repo.voidlinux.org/current/multilib
-repository=https://alpha.de.repo.voidlinux.org/current/multilib/nonfree
+repository=https://repo.voidlinux.org/current/multilib
+repository=https://repo.voidlinux.org/current/multilib/nonfree
diff --git a/etc/xbps.d/repos-remote.conf b/etc/xbps.d/repos-remote.conf
index 47c867ecac01..7c724a08961f 100644
--- a/etc/xbps.d/repos-remote.conf
+++ b/etc/xbps.d/repos-remote.conf
@@ -1,4 +1,4 @@
 # voidlinux remote repositories (glibc)
-repository=https://alpha.de.repo.voidlinux.org/current
-repository=https://alpha.de.repo.voidlinux.org/current/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/debug
+repository=https://repo.voidlinux.org/current
+repository=https://repo.voidlinux.org/current/nonfree
+repository=https://repo.voidlinux.org/current/debug
diff --git a/srcpkgs/9base/template b/srcpkgs/9base/template
index e7cee72701f8..fc21650f55fe 100644
--- a/srcpkgs/9base/template
+++ b/srcpkgs/9base/template
@@ -13,7 +13,7 @@ license="custom:Plan9"
 homepage="http://git.suckless.org/9base"
 # Checked out from http://git.suckless.org/9base/ and created tarball with
 # git archive -o 9base-${_githash}.tar.gz --prefix=9base/ master .
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/9base-${_githash}.tar.gz"
+distfiles="https://repo.voidlinux.org/distfiles/9base-${_githash}.tar.gz"
 checksum=b315509470c25db88595bd0e9478428dea54d7836fe2ba9d07279ae9496366fb
 conflicts="plan9port"
 provides="plan9port-20160418_4"
diff --git a/srcpkgs/cargo-bootstrap/template b/srcpkgs/cargo-bootstrap/template
index e75f8763b5b8..427d5b8a05be 100644
--- a/srcpkgs/cargo-bootstrap/template
+++ b/srcpkgs/cargo-bootstrap/template
@@ -19,7 +19,7 @@ _bootver=1.57.0
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686|ppc64le) ;;
 	*)
-		_bootstrap_url="https://alpha.de.repo.voidlinux.org/distfiles"
+		_bootstrap_url="https://repo.voidlinux.org/distfiles"
 		_bootver=${version}
 		;;
 esac
diff --git a/srcpkgs/fastttyrec/template b/srcpkgs/fastttyrec/template
index 237b8bcfd501..ad74e3e8109d 100644
--- a/srcpkgs/fastttyrec/template
+++ b/srcpkgs/fastttyrec/template
@@ -7,7 +7,7 @@ short_desc="Compress ttyrec recordings"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://web.archive.org/web/20170709180030/http://www.phong.org/nethack/"
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/${pkgname}-${version}.tar.bz2"
+distfiles="https://repo.voidlinux.org/distfiles/${pkgname}-${version}.tar.bz2"
 checksum=a366562d3a38220779f2da2d4d6ec4c868ab17d6530b9a37c4eb12499e1e911a
 
 do_install() {
diff --git a/srcpkgs/ghc-bin/template b/srcpkgs/ghc-bin/template
index 21847afbecb5..4d0ef5bd912e 100644
--- a/srcpkgs/ghc-bin/template
+++ b/srcpkgs/ghc-bin/template
@@ -21,7 +21,7 @@ x86_64)
 	;;
 x86_64-musl)
 	# create with "make binary-dist"
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
+	distfiles="https://repo.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
 	checksum=e21eaddeffcd5de7abe43b1f3982a3bc2c5b5f408d2574857cb2b0368106e12c
 	;;
 i686)
@@ -29,24 +29,24 @@ i686)
 	checksum=fdeb9f8928fbe994064778a8e1e85bb1a58a6cd3dd7b724fcc2a1dcfda6cad47
 	;;
 ppc64le)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz"
+	distfiles="https://repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz"
 	checksum=7de8114c991f9a2a3b0f5e472da76e3956be6447efec4b1157f14e707049f22d
 	;;
 ppc64le-musl)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux-musl.tar.xz"
+	distfiles="https://repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux-musl.tar.xz"
 	checksum=37de8e069712307c9b2039e92f56e540e80ca1390dd27aa247ebe18c40e0c629
 	;;
 ppc64)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64-void-linux.tar.xz"
+	distfiles="https://repo.voidlinux.org/distfiles/ghc-${version}-powerpc64-void-linux.tar.xz"
 	checksum=6eb8684fdbede0cded7e3f7b93574b968f5f66dd2fcd4ec30ac5f0c402af6602
 	;;
 aarch64)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux.tar.xz"
+	distfiles="https://repo.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux.tar.xz"
 	checksum=44a20a896246dce64392b7d0feedd0a28a9d733245a803e95dbe4b4b7e15b4fd
 	depends+=" llvm"
 	;;
 aarch64-musl)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux-musl.tar.xz"
+	distfiles="https://repo.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux-musl.tar.xz"
 	checksum=de98e2ff33a25cb32a28c738066fecacb736a33cac12688876eec4eb96d88607
 	depends+=" llvm"
 	;;
diff --git a/srcpkgs/libfetch/template b/srcpkgs/libfetch/template
index 5522f74d617f..306b1e9f3bc7 100644
--- a/srcpkgs/libfetch/template
+++ b/srcpkgs/libfetch/template
@@ -8,7 +8,7 @@ short_desc="File Transfer Library for URLs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://www.NetBSD.org"
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/libfetch-${version}.tar.xz"
+distfiles="https://repo.voidlinux.org/distfiles/libfetch-${version}.tar.xz"
 checksum=4e6d4541f213c9ab42ea94d49c2573f0a6f54b04f14668530960f1424b04f722
 
 do_build() {
diff --git a/srcpkgs/lxc/files/lxc-void b/srcpkgs/lxc/files/lxc-void
index bcb1d244ca73..9c8bcc27c2ea 100755
--- a/srcpkgs/lxc/files/lxc-void
+++ b/srcpkgs/lxc/files/lxc-void
@@ -154,7 +154,7 @@ EOF
     rm -f ${vkb64}
 
     mkdir -p ${rootfs}/usr/share/xbps.d
-    echo "repository=http://alpha.de.repo.voidlinux.org/current" > ${rootfs}/usr/share/xbps.d/00-repository-main.conf
+    echo "repository=http://repo.voidlinux.org/current" > ${rootfs}/usr/share/xbps.d/00-repository-main.conf
 
     if ! xbps-install ${xbps_cachedir:+ -c $xbps_cachedir} \
 	    ${xbps_config:+-C $xbps_config} -r "${rootfs}" \
@@ -232,7 +232,7 @@ fi
 
 type xbps-install >/dev/null 2>&1
 if [ ${?} -ne 0 ]; then
-    echo "'xbps-install' command is missing, download xbps from http://alpha.de.repo.voidlinux.org/static/"
+    echo "'xbps-install' command is missing, download xbps from http://repo.voidlinux.org/static/"
     exit 1
 fi
 
diff --git a/srcpkgs/rtmpdump/template b/srcpkgs/rtmpdump/template
index 561317d1e117..865abaaa975e 100644
--- a/srcpkgs/rtmpdump/template
+++ b/srcpkgs/rtmpdump/template
@@ -9,7 +9,7 @@ short_desc="Toolkit for RTMP streams"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://rtmpdump.mplayerhq.hu/"
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/${pkgname}-${version%.*}_p${_patchlevel}.tar.gz"
+distfiles="https://repo.voidlinux.org/distfiles/${pkgname}-${version%.*}_p${_patchlevel}.tar.gz"
 checksum=d6da3b683f1045f02d94a81b0c583318dba021f69bdab970c5d5d73e8c38860f
 
 CFLAGS="-Wno-unused-const-variable -Wno-unused-but-set-variable"
diff --git a/srcpkgs/rust-bootstrap/template b/srcpkgs/rust-bootstrap/template
index bbedb66430b6..99e1d498ab8f 100644
--- a/srcpkgs/rust-bootstrap/template
+++ b/srcpkgs/rust-bootstrap/template
@@ -19,7 +19,7 @@ _bootstrap_url="https://static.rust-lang.org/dist"
 
 case "$XBPS_MACHINE" in
 	x86_64*|i686|ppc64le|ppc) ;;
-	*) _bootstrap_url="https://alpha.de.repo.voidlinux.org/distfiles";;
+	*) _bootstrap_url="https://repo.voidlinux.org/distfiles";;
 esac
 
 distfiles="
diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template
index 560a629f3da2..f7e763f103f3 100644
--- a/srcpkgs/rust/template
+++ b/srcpkgs/rust/template
@@ -5,7 +5,7 @@
 # See: https://github.com/rust-lang/core-team/issues/4
 #
 # Always make sure custom distfiles used for bootstrap are
-# uploaded to https://alpha.de.repo.voidlinux.org/distfiles/
+# uploaded to https://repo.voidlinux.org/distfiles/
 #
 pkgname=rust
 version=1.57.0
diff --git a/srcpkgs/void-repo-multilib/template b/srcpkgs/void-repo-multilib/template
index dc78ebcff773..788b81974936 100644
--- a/srcpkgs/void-repo-multilib/template
+++ b/srcpkgs/void-repo-multilib/template
@@ -1,7 +1,7 @@
 # Template file for 'void-repo-multilib'
 pkgname=void-repo-multilib
 version=6
-revision=3
+revision=4
 build_style=meta
 archs="x86_64"
 short_desc="Void Linux drop-in file for the multilib repository"
@@ -12,7 +12,7 @@ homepage="http://www.voidlinux.org"
 do_install() {
 	vmkdir usr/share/xbps.d
 	for f in multilib multilib-nonfree; do
-		echo "repository=https://alpha.de.repo.voidlinux.org/current/${f/-/\/}" > \
+		echo "repository=https://repo.voidlinux.org/current/${f/-/\/}" > \
 			${DESTDIR}/usr/share/xbps.d/10-repository-${f}.conf
 	done
 }
diff --git a/srcpkgs/void-repo-nonfree/template b/srcpkgs/void-repo-nonfree/template
index bdab3342c5a0..cfe1f66c44e8 100644
--- a/srcpkgs/void-repo-nonfree/template
+++ b/srcpkgs/void-repo-nonfree/template
@@ -1,7 +1,7 @@
 # Template file for 'void-repo-nonfree'
 pkgname=void-repo-nonfree
 version=9
-revision=5
+revision=6
 build_style=meta
 short_desc="Void Linux drop-in file for the nonfree repository"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -12,21 +12,21 @@ do_install() {
 	vmkdir usr/share/xbps.d
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*)
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree" > \
+			echo "repository=https://repo.voidlinux.org/current/aarch64/nonfree" > \
 				${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/aarch64/debug" > \
+			echo "repository=https://repo.voidlinux.org/current/aarch64/debug" > \
 				${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf
 			;;
 		*-musl)
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/musl/nonfree" > \
+			echo "repository=https://repo.voidlinux.org/current/musl/nonfree" > \
 				${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/musl/debug" > \
+			echo "repository=https://repo.voidlinux.org/current/musl/debug" > \
 				${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf
 			;;
 		*)
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/nonfree" > \
+			echo "repository=https://repo.voidlinux.org/current/nonfree" > \
 				${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/debug" > \
+			echo "repository=https://repo.voidlinux.org/current/debug" > \
 				${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf
 			;;
 	esac
diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template
index 8f986d22f9f3..388bbe33b04e 100644
--- a/srcpkgs/xbps/template
+++ b/srcpkgs/xbps/template
@@ -1,7 +1,7 @@
 # Template file for 'xbps'
 pkgname=xbps
 version=0.59.1
-revision=5
+revision=6
 bootstrap=yes
 build_style=configure
 short_desc="XBPS package system utilities"
@@ -35,7 +35,7 @@ do_configure() {
 }
 
 post_install() {
-	local repo="https://alpha.de.repo.voidlinux.org/current" suffix=
+	local repo="https://repo.voidlinux.org/current" suffix=
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*)     suffix="/aarch64";;
 		*-musl)       suffix="/musl";;

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] various: Reset default mirror to repo.voidlinux.org
  2022-04-06 20:05 [PR PATCH] various: Reset default mirror to repo-fi.voidlinux.org the-maldridge
                   ` (7 preceding siblings ...)
  2022-05-26  4:53 ` the-maldridge
@ 2022-05-26  5:24 ` the-maldridge
  2022-05-26  5:25 ` the-maldridge
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: the-maldridge @ 2022-05-26  5:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 501 bytes --]

There is an updated pull request by the-maldridge against master on the void-packages repository

https://github.com/the-maldridge/void-packages mirror-defaults
https://github.com/void-linux/void-packages/pull/36547

various: Reset default mirror to repo.voidlinux.org
I'd like to retire the alpha.de.repo.voidlinux.org name.  The first step of this is removing it from documentation and active automated use.

A patch file from https://github.com/void-linux/void-packages/pull/36547.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mirror-defaults-36547.patch --]
[-- Type: text/x-diff, Size: 17412 bytes --]

From aaacfd859f41c47c9e5d418c4cfbe728f3e395e3 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Mon, 23 May 2022 21:08:02 -0500
Subject: [PATCH] various: change default repo to repo-fi.voidlinux.org

---
 .github/issue_template.md                    |  2 +-
 README.md                                    |  2 +-
 common/travis/fetch-xbps.sh                  |  2 +-
 common/travis/set_mirror.sh                  |  9 +--------
 etc/xbps.d/repos-remote-aarch64-musl.conf    |  6 +++---
 etc/xbps.d/repos-remote-aarch64.conf         |  6 +++---
 etc/xbps.d/repos-remote-musl.conf            |  6 +++---
 etc/xbps.d/repos-remote-x86_64-multilib.conf |  4 ++--
 etc/xbps.d/repos-remote.conf                 |  6 +++---
 srcpkgs/9base/template                       |  2 +-
 srcpkgs/cargo-bootstrap/template             |  2 +-
 srcpkgs/fastttyrec/template                  |  2 +-
 srcpkgs/ghc-bin/template                     | 12 ++++++------
 srcpkgs/libfetch/template                    |  2 +-
 srcpkgs/lxc/files/lxc-void                   |  4 ++--
 srcpkgs/rtmpdump/template                    |  2 +-
 srcpkgs/rust-bootstrap/template              |  2 +-
 srcpkgs/rust/template                        |  2 +-
 srcpkgs/void-repo-multilib/template          |  4 ++--
 srcpkgs/void-repo-nonfree/template           | 14 +++++++-------
 srcpkgs/xbps/template                        |  4 ++--
 21 files changed, 44 insertions(+), 51 deletions(-)

diff --git a/.github/issue_template.md b/.github/issue_template.md
index 10a72b0729c2..c95462542743 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -1,4 +1,4 @@
-<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt. However, a quality pull request may help. -->
+<!-- Don't request update of package. We have a script for that. https://repo.voidlinux.org/void-updates/void-updates.txt. However, a quality pull request may help. -->
 ### System
 
 * xuname:  
diff --git a/README.md b/README.md
index 7047a958b669..be5480a242ac 100644
--- a/README.md
+++ b/README.md
@@ -431,7 +431,7 @@ xbps-src can be used in any recent Linux distribution matching the CPU architect
 
 To use xbps-src in your Linux distribution use the following instructions. Let's start downloading the xbps static binaries:
 
-    $ wget http://alpha.de.repo.voidlinux.org/static/xbps-static-latest.<arch>-musl.tar.xz
+    $ wget http://repo.voidlinux.org/static/xbps-static-latest.<arch>-musl.tar.xz
     $ mkdir ~/XBPS
     $ tar xvf xbps-static-latest.<arch>-musl.tar.xz -C ~/XBPS
     $ export PATH=~/XBPS/usr/bin:$PATH
diff --git a/common/travis/fetch-xbps.sh b/common/travis/fetch-xbps.sh
index 5a4e458cf565..203e5b472cfd 100755
--- a/common/travis/fetch-xbps.sh
+++ b/common/travis/fetch-xbps.sh
@@ -7,7 +7,7 @@ TAR=tar
 command -v bsdtar >/dev/null && TAR=bsdtar
 ARCH=$(uname -m)-musl
 VERSION=0.59_5
-URL="https://alpha.de.repo.voidlinux.org/static/xbps-static-static-${VERSION}.${ARCH}.tar.xz"
+URL="https://repo.voidlinux.org/static/xbps-static-static-${VERSION}.${ARCH}.tar.xz"
 FILE=${URL##*/}
 
 mkdir -p /tmp/bin
diff --git a/common/travis/set_mirror.sh b/common/travis/set_mirror.sh
index a57ab204d98a..84f1622fbe84 100755
--- a/common/travis/set_mirror.sh
+++ b/common/travis/set_mirror.sh
@@ -1,15 +1,8 @@
 #!/bin/sh
 
-TRAVIS_PROTO=http
 TRAVIS_MIRROR=repo-us.voidlinux.org
 
 for _i in etc/xbps.d/repos-remote*.conf ; do
     /bin/echo -e "\x1b[32mUpdating $_i...\x1b[0m"
-    # First fix the proto, ideally we'd serve everything with HTTPS,
-    # but key management and rotation is a pain, and things are signed
-    # so we can afford to be a little lazy at times.
-    sed -i "s:https:$TRAVIS_PROTO:g" $_i
-
-    # Now set the mirror
-    sed -i "s:alpha\.de\.repo\.voidlinux\.org:$TRAVIS_MIRROR:g" $_i
+    sed -i "s:repo\.voidlinux\.org:$TRAVIS_MIRROR:g" $_i
 done
diff --git a/etc/xbps.d/repos-remote-aarch64-musl.conf b/etc/xbps.d/repos-remote-aarch64-musl.conf
index 4c81aaa9aa8a..ae32f0ec5082 100644
--- a/etc/xbps.d/repos-remote-aarch64-musl.conf
+++ b/etc/xbps.d/repos-remote-aarch64-musl.conf
@@ -1,4 +1,4 @@
 # aarch64 voidlinux remote repositories
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/debug
+repository=https://repo.voidlinux.org/current/aarch64
+repository=https://repo.voidlinux.org/current/aarch64/nonfree
+repository=https://repo.voidlinux.org/current/aarch64/debug
diff --git a/etc/xbps.d/repos-remote-aarch64.conf b/etc/xbps.d/repos-remote-aarch64.conf
index 4c81aaa9aa8a..ae32f0ec5082 100644
--- a/etc/xbps.d/repos-remote-aarch64.conf
+++ b/etc/xbps.d/repos-remote-aarch64.conf
@@ -1,4 +1,4 @@
 # aarch64 voidlinux remote repositories
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/debug
+repository=https://repo.voidlinux.org/current/aarch64
+repository=https://repo.voidlinux.org/current/aarch64/nonfree
+repository=https://repo.voidlinux.org/current/aarch64/debug
diff --git a/etc/xbps.d/repos-remote-musl.conf b/etc/xbps.d/repos-remote-musl.conf
index b47df7393ab2..6b547041bcc7 100644
--- a/etc/xbps.d/repos-remote-musl.conf
+++ b/etc/xbps.d/repos-remote-musl.conf
@@ -1,4 +1,4 @@
 # voidlinux remote repositories (musl)
-repository=https://alpha.de.repo.voidlinux.org/current/musl
-repository=https://alpha.de.repo.voidlinux.org/current/musl/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/musl/debug
+repository=https://repo.voidlinux.org/current/musl
+repository=https://repo.voidlinux.org/current/musl/nonfree
+repository=https://repo.voidlinux.org/current/musl/debug
diff --git a/etc/xbps.d/repos-remote-x86_64-multilib.conf b/etc/xbps.d/repos-remote-x86_64-multilib.conf
index e770aa1f4b5e..0c9a5ae27a48 100644
--- a/etc/xbps.d/repos-remote-x86_64-multilib.conf
+++ b/etc/xbps.d/repos-remote-x86_64-multilib.conf
@@ -1,3 +1,3 @@
 # voidlinux remote repositories (x86_64/glibc)
-repository=https://alpha.de.repo.voidlinux.org/current/multilib
-repository=https://alpha.de.repo.voidlinux.org/current/multilib/nonfree
+repository=https://repo.voidlinux.org/current/multilib
+repository=https://repo.voidlinux.org/current/multilib/nonfree
diff --git a/etc/xbps.d/repos-remote.conf b/etc/xbps.d/repos-remote.conf
index 47c867ecac01..7c724a08961f 100644
--- a/etc/xbps.d/repos-remote.conf
+++ b/etc/xbps.d/repos-remote.conf
@@ -1,4 +1,4 @@
 # voidlinux remote repositories (glibc)
-repository=https://alpha.de.repo.voidlinux.org/current
-repository=https://alpha.de.repo.voidlinux.org/current/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/debug
+repository=https://repo.voidlinux.org/current
+repository=https://repo.voidlinux.org/current/nonfree
+repository=https://repo.voidlinux.org/current/debug
diff --git a/srcpkgs/9base/template b/srcpkgs/9base/template
index e7cee72701f8..fc21650f55fe 100644
--- a/srcpkgs/9base/template
+++ b/srcpkgs/9base/template
@@ -13,7 +13,7 @@ license="custom:Plan9"
 homepage="http://git.suckless.org/9base"
 # Checked out from http://git.suckless.org/9base/ and created tarball with
 # git archive -o 9base-${_githash}.tar.gz --prefix=9base/ master .
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/9base-${_githash}.tar.gz"
+distfiles="https://repo.voidlinux.org/distfiles/9base-${_githash}.tar.gz"
 checksum=b315509470c25db88595bd0e9478428dea54d7836fe2ba9d07279ae9496366fb
 conflicts="plan9port"
 provides="plan9port-20160418_4"
diff --git a/srcpkgs/cargo-bootstrap/template b/srcpkgs/cargo-bootstrap/template
index e75f8763b5b8..427d5b8a05be 100644
--- a/srcpkgs/cargo-bootstrap/template
+++ b/srcpkgs/cargo-bootstrap/template
@@ -19,7 +19,7 @@ _bootver=1.57.0
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686|ppc64le) ;;
 	*)
-		_bootstrap_url="https://alpha.de.repo.voidlinux.org/distfiles"
+		_bootstrap_url="https://repo.voidlinux.org/distfiles"
 		_bootver=${version}
 		;;
 esac
diff --git a/srcpkgs/fastttyrec/template b/srcpkgs/fastttyrec/template
index 237b8bcfd501..ad74e3e8109d 100644
--- a/srcpkgs/fastttyrec/template
+++ b/srcpkgs/fastttyrec/template
@@ -7,7 +7,7 @@ short_desc="Compress ttyrec recordings"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://web.archive.org/web/20170709180030/http://www.phong.org/nethack/"
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/${pkgname}-${version}.tar.bz2"
+distfiles="https://repo.voidlinux.org/distfiles/${pkgname}-${version}.tar.bz2"
 checksum=a366562d3a38220779f2da2d4d6ec4c868ab17d6530b9a37c4eb12499e1e911a
 
 do_install() {
diff --git a/srcpkgs/ghc-bin/template b/srcpkgs/ghc-bin/template
index 21847afbecb5..4d0ef5bd912e 100644
--- a/srcpkgs/ghc-bin/template
+++ b/srcpkgs/ghc-bin/template
@@ -21,7 +21,7 @@ x86_64)
 	;;
 x86_64-musl)
 	# create with "make binary-dist"
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
+	distfiles="https://repo.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
 	checksum=e21eaddeffcd5de7abe43b1f3982a3bc2c5b5f408d2574857cb2b0368106e12c
 	;;
 i686)
@@ -29,24 +29,24 @@ i686)
 	checksum=fdeb9f8928fbe994064778a8e1e85bb1a58a6cd3dd7b724fcc2a1dcfda6cad47
 	;;
 ppc64le)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz"
+	distfiles="https://repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz"
 	checksum=7de8114c991f9a2a3b0f5e472da76e3956be6447efec4b1157f14e707049f22d
 	;;
 ppc64le-musl)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux-musl.tar.xz"
+	distfiles="https://repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux-musl.tar.xz"
 	checksum=37de8e069712307c9b2039e92f56e540e80ca1390dd27aa247ebe18c40e0c629
 	;;
 ppc64)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64-void-linux.tar.xz"
+	distfiles="https://repo.voidlinux.org/distfiles/ghc-${version}-powerpc64-void-linux.tar.xz"
 	checksum=6eb8684fdbede0cded7e3f7b93574b968f5f66dd2fcd4ec30ac5f0c402af6602
 	;;
 aarch64)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux.tar.xz"
+	distfiles="https://repo.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux.tar.xz"
 	checksum=44a20a896246dce64392b7d0feedd0a28a9d733245a803e95dbe4b4b7e15b4fd
 	depends+=" llvm"
 	;;
 aarch64-musl)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux-musl.tar.xz"
+	distfiles="https://repo.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux-musl.tar.xz"
 	checksum=de98e2ff33a25cb32a28c738066fecacb736a33cac12688876eec4eb96d88607
 	depends+=" llvm"
 	;;
diff --git a/srcpkgs/libfetch/template b/srcpkgs/libfetch/template
index 5522f74d617f..306b1e9f3bc7 100644
--- a/srcpkgs/libfetch/template
+++ b/srcpkgs/libfetch/template
@@ -8,7 +8,7 @@ short_desc="File Transfer Library for URLs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://www.NetBSD.org"
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/libfetch-${version}.tar.xz"
+distfiles="https://repo.voidlinux.org/distfiles/libfetch-${version}.tar.xz"
 checksum=4e6d4541f213c9ab42ea94d49c2573f0a6f54b04f14668530960f1424b04f722
 
 do_build() {
diff --git a/srcpkgs/lxc/files/lxc-void b/srcpkgs/lxc/files/lxc-void
index bcb1d244ca73..9c8bcc27c2ea 100755
--- a/srcpkgs/lxc/files/lxc-void
+++ b/srcpkgs/lxc/files/lxc-void
@@ -154,7 +154,7 @@ EOF
     rm -f ${vkb64}
 
     mkdir -p ${rootfs}/usr/share/xbps.d
-    echo "repository=http://alpha.de.repo.voidlinux.org/current" > ${rootfs}/usr/share/xbps.d/00-repository-main.conf
+    echo "repository=http://repo.voidlinux.org/current" > ${rootfs}/usr/share/xbps.d/00-repository-main.conf
 
     if ! xbps-install ${xbps_cachedir:+ -c $xbps_cachedir} \
 	    ${xbps_config:+-C $xbps_config} -r "${rootfs}" \
@@ -232,7 +232,7 @@ fi
 
 type xbps-install >/dev/null 2>&1
 if [ ${?} -ne 0 ]; then
-    echo "'xbps-install' command is missing, download xbps from http://alpha.de.repo.voidlinux.org/static/"
+    echo "'xbps-install' command is missing, download xbps from http://repo.voidlinux.org/static/"
     exit 1
 fi
 
diff --git a/srcpkgs/rtmpdump/template b/srcpkgs/rtmpdump/template
index 561317d1e117..865abaaa975e 100644
--- a/srcpkgs/rtmpdump/template
+++ b/srcpkgs/rtmpdump/template
@@ -9,7 +9,7 @@ short_desc="Toolkit for RTMP streams"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://rtmpdump.mplayerhq.hu/"
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/${pkgname}-${version%.*}_p${_patchlevel}.tar.gz"
+distfiles="https://repo.voidlinux.org/distfiles/${pkgname}-${version%.*}_p${_patchlevel}.tar.gz"
 checksum=d6da3b683f1045f02d94a81b0c583318dba021f69bdab970c5d5d73e8c38860f
 
 CFLAGS="-Wno-unused-const-variable -Wno-unused-but-set-variable"
diff --git a/srcpkgs/rust-bootstrap/template b/srcpkgs/rust-bootstrap/template
index bbedb66430b6..99e1d498ab8f 100644
--- a/srcpkgs/rust-bootstrap/template
+++ b/srcpkgs/rust-bootstrap/template
@@ -19,7 +19,7 @@ _bootstrap_url="https://static.rust-lang.org/dist"
 
 case "$XBPS_MACHINE" in
 	x86_64*|i686|ppc64le|ppc) ;;
-	*) _bootstrap_url="https://alpha.de.repo.voidlinux.org/distfiles";;
+	*) _bootstrap_url="https://repo.voidlinux.org/distfiles";;
 esac
 
 distfiles="
diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template
index 560a629f3da2..f7e763f103f3 100644
--- a/srcpkgs/rust/template
+++ b/srcpkgs/rust/template
@@ -5,7 +5,7 @@
 # See: https://github.com/rust-lang/core-team/issues/4
 #
 # Always make sure custom distfiles used for bootstrap are
-# uploaded to https://alpha.de.repo.voidlinux.org/distfiles/
+# uploaded to https://repo.voidlinux.org/distfiles/
 #
 pkgname=rust
 version=1.57.0
diff --git a/srcpkgs/void-repo-multilib/template b/srcpkgs/void-repo-multilib/template
index dc78ebcff773..788b81974936 100644
--- a/srcpkgs/void-repo-multilib/template
+++ b/srcpkgs/void-repo-multilib/template
@@ -1,7 +1,7 @@
 # Template file for 'void-repo-multilib'
 pkgname=void-repo-multilib
 version=6
-revision=3
+revision=4
 build_style=meta
 archs="x86_64"
 short_desc="Void Linux drop-in file for the multilib repository"
@@ -12,7 +12,7 @@ homepage="http://www.voidlinux.org"
 do_install() {
 	vmkdir usr/share/xbps.d
 	for f in multilib multilib-nonfree; do
-		echo "repository=https://alpha.de.repo.voidlinux.org/current/${f/-/\/}" > \
+		echo "repository=https://repo.voidlinux.org/current/${f/-/\/}" > \
 			${DESTDIR}/usr/share/xbps.d/10-repository-${f}.conf
 	done
 }
diff --git a/srcpkgs/void-repo-nonfree/template b/srcpkgs/void-repo-nonfree/template
index bdab3342c5a0..cfe1f66c44e8 100644
--- a/srcpkgs/void-repo-nonfree/template
+++ b/srcpkgs/void-repo-nonfree/template
@@ -1,7 +1,7 @@
 # Template file for 'void-repo-nonfree'
 pkgname=void-repo-nonfree
 version=9
-revision=5
+revision=6
 build_style=meta
 short_desc="Void Linux drop-in file for the nonfree repository"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -12,21 +12,21 @@ do_install() {
 	vmkdir usr/share/xbps.d
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*)
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree" > \
+			echo "repository=https://repo.voidlinux.org/current/aarch64/nonfree" > \
 				${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/aarch64/debug" > \
+			echo "repository=https://repo.voidlinux.org/current/aarch64/debug" > \
 				${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf
 			;;
 		*-musl)
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/musl/nonfree" > \
+			echo "repository=https://repo.voidlinux.org/current/musl/nonfree" > \
 				${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/musl/debug" > \
+			echo "repository=https://repo.voidlinux.org/current/musl/debug" > \
 				${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf
 			;;
 		*)
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/nonfree" > \
+			echo "repository=https://repo.voidlinux.org/current/nonfree" > \
 				${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/debug" > \
+			echo "repository=https://repo.voidlinux.org/current/debug" > \
 				${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf
 			;;
 	esac
diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template
index 8f986d22f9f3..388bbe33b04e 100644
--- a/srcpkgs/xbps/template
+++ b/srcpkgs/xbps/template
@@ -1,7 +1,7 @@
 # Template file for 'xbps'
 pkgname=xbps
 version=0.59.1
-revision=5
+revision=6
 bootstrap=yes
 build_style=configure
 short_desc="XBPS package system utilities"
@@ -35,7 +35,7 @@ do_configure() {
 }
 
 post_install() {
-	local repo="https://alpha.de.repo.voidlinux.org/current" suffix=
+	local repo="https://repo.voidlinux.org/current" suffix=
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*)     suffix="/aarch64";;
 		*-musl)       suffix="/musl";;

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: various: Reset default mirror to repo.voidlinux.org
  2022-04-06 20:05 [PR PATCH] various: Reset default mirror to repo-fi.voidlinux.org the-maldridge
                   ` (8 preceding siblings ...)
  2022-05-26  5:24 ` [PR PATCH] [Updated] various: Reset default mirror to repo.voidlinux.org the-maldridge
@ 2022-05-26  5:25 ` the-maldridge
  2022-05-26  5:35 ` classabbyamp
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: the-maldridge @ 2022-05-26  5:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 436 bytes --]

New comment by the-maldridge on void-packages repository

https://github.com/void-linux/void-packages/pull/36547#issuecomment-1138166820

Comment:
I'm still not super happy with this.  Right now it uses repo.voidlinux.org, but I'm considering repo-default.voidlinux.org instead since I think that makes it clearer that this is a default repo that you're using rather than a perhaps more optimized one.  What do people think about this?

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: various: Reset default mirror to repo.voidlinux.org
  2022-04-06 20:05 [PR PATCH] various: Reset default mirror to repo-fi.voidlinux.org the-maldridge
                   ` (9 preceding siblings ...)
  2022-05-26  5:25 ` the-maldridge
@ 2022-05-26  5:35 ` classabbyamp
  2022-05-26  5:37 ` 0x5c
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2022-05-26  5:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 187 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36547#issuecomment-1138171778

Comment:
I think repo-default is more clear :+1: 

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: various: Reset default mirror to repo.voidlinux.org
  2022-04-06 20:05 [PR PATCH] various: Reset default mirror to repo-fi.voidlinux.org the-maldridge
                   ` (10 preceding siblings ...)
  2022-05-26  5:35 ` classabbyamp
@ 2022-05-26  5:37 ` 0x5c
  2022-05-26  5:41 ` 0x5c
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: 0x5c @ 2022-05-26  5:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

New comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/pull/36547#issuecomment-1138172897

Comment:
I think it's clearer too, and also suggest that the actual server location could change.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: various: Reset default mirror to repo.voidlinux.org
  2022-04-06 20:05 [PR PATCH] various: Reset default mirror to repo-fi.voidlinux.org the-maldridge
                   ` (11 preceding siblings ...)
  2022-05-26  5:37 ` 0x5c
@ 2022-05-26  5:41 ` 0x5c
  2022-05-26  5:49 ` [PR PATCH] [Updated] " the-maldridge
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: 0x5c @ 2022-05-26  5:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 228 bytes --]

New comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/pull/36547#issuecomment-1138172897

Comment:
I think it's clearer too, and also suggests that the actual server location could change.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] various: Reset default mirror to repo.voidlinux.org
  2022-04-06 20:05 [PR PATCH] various: Reset default mirror to repo-fi.voidlinux.org the-maldridge
                   ` (12 preceding siblings ...)
  2022-05-26  5:41 ` 0x5c
@ 2022-05-26  5:49 ` the-maldridge
  2022-05-26  5:51 ` the-maldridge
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: the-maldridge @ 2022-05-26  5:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 501 bytes --]

There is an updated pull request by the-maldridge against master on the void-packages repository

https://github.com/the-maldridge/void-packages mirror-defaults
https://github.com/void-linux/void-packages/pull/36547

various: Reset default mirror to repo.voidlinux.org
I'd like to retire the alpha.de.repo.voidlinux.org name.  The first step of this is removing it from documentation and active automated use.

A patch file from https://github.com/void-linux/void-packages/pull/36547.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mirror-defaults-36547.patch --]
[-- Type: text/x-diff, Size: 17732 bytes --]

From a8296c0cb3d620cf3c491d0adb97dc98fa388ce8 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Mon, 23 May 2022 21:08:02 -0500
Subject: [PATCH] various: change default repo to repo-fi.voidlinux.org

---
 .github/issue_template.md                    |  2 +-
 README.md                                    |  2 +-
 common/travis/fetch-xbps.sh                  |  2 +-
 common/travis/set_mirror.sh                  |  9 +--------
 etc/xbps.d/repos-remote-aarch64-musl.conf    |  6 +++---
 etc/xbps.d/repos-remote-aarch64.conf         |  6 +++---
 etc/xbps.d/repos-remote-musl.conf            |  6 +++---
 etc/xbps.d/repos-remote-x86_64-multilib.conf |  4 ++--
 etc/xbps.d/repos-remote.conf                 |  6 +++---
 srcpkgs/9base/template                       |  2 +-
 srcpkgs/cargo-bootstrap/template             |  2 +-
 srcpkgs/fastttyrec/template                  |  2 +-
 srcpkgs/ghc-bin/template                     | 12 ++++++------
 srcpkgs/libfetch/template                    |  2 +-
 srcpkgs/lxc/files/lxc-void                   |  4 ++--
 srcpkgs/rtmpdump/template                    |  2 +-
 srcpkgs/rust-bootstrap/template              |  2 +-
 srcpkgs/rust/template                        |  2 +-
 srcpkgs/void-repo-multilib/template          |  4 ++--
 srcpkgs/void-repo-nonfree/template           | 14 +++++++-------
 srcpkgs/xbps/template                        |  4 ++--
 21 files changed, 44 insertions(+), 51 deletions(-)

diff --git a/.github/issue_template.md b/.github/issue_template.md
index 10a72b0729c2..b7f38da9fa5a 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -1,4 +1,4 @@
-<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt. However, a quality pull request may help. -->
+<!-- Don't request update of package. We have a script for that. https://repo-default.voidlinux.org/void-updates/void-updates.txt. However, a quality pull request may help. -->
 ### System
 
 * xuname:  
diff --git a/README.md b/README.md
index 7047a958b669..3cf5d877a7ce 100644
--- a/README.md
+++ b/README.md
@@ -431,7 +431,7 @@ xbps-src can be used in any recent Linux distribution matching the CPU architect
 
 To use xbps-src in your Linux distribution use the following instructions. Let's start downloading the xbps static binaries:
 
-    $ wget http://alpha.de.repo.voidlinux.org/static/xbps-static-latest.<arch>-musl.tar.xz
+    $ wget http://repo-default.voidlinux.org/static/xbps-static-latest.<arch>-musl.tar.xz
     $ mkdir ~/XBPS
     $ tar xvf xbps-static-latest.<arch>-musl.tar.xz -C ~/XBPS
     $ export PATH=~/XBPS/usr/bin:$PATH
diff --git a/common/travis/fetch-xbps.sh b/common/travis/fetch-xbps.sh
index 5a4e458cf565..17fd2b4d9db2 100755
--- a/common/travis/fetch-xbps.sh
+++ b/common/travis/fetch-xbps.sh
@@ -7,7 +7,7 @@ TAR=tar
 command -v bsdtar >/dev/null && TAR=bsdtar
 ARCH=$(uname -m)-musl
 VERSION=0.59_5
-URL="https://alpha.de.repo.voidlinux.org/static/xbps-static-static-${VERSION}.${ARCH}.tar.xz"
+URL="https://repo-default.voidlinux.org/static/xbps-static-static-${VERSION}.${ARCH}.tar.xz"
 FILE=${URL##*/}
 
 mkdir -p /tmp/bin
diff --git a/common/travis/set_mirror.sh b/common/travis/set_mirror.sh
index a57ab204d98a..84f1622fbe84 100755
--- a/common/travis/set_mirror.sh
+++ b/common/travis/set_mirror.sh
@@ -1,15 +1,8 @@
 #!/bin/sh
 
-TRAVIS_PROTO=http
 TRAVIS_MIRROR=repo-us.voidlinux.org
 
 for _i in etc/xbps.d/repos-remote*.conf ; do
     /bin/echo -e "\x1b[32mUpdating $_i...\x1b[0m"
-    # First fix the proto, ideally we'd serve everything with HTTPS,
-    # but key management and rotation is a pain, and things are signed
-    # so we can afford to be a little lazy at times.
-    sed -i "s:https:$TRAVIS_PROTO:g" $_i
-
-    # Now set the mirror
-    sed -i "s:alpha\.de\.repo\.voidlinux\.org:$TRAVIS_MIRROR:g" $_i
+    sed -i "s:repo\.voidlinux\.org:$TRAVIS_MIRROR:g" $_i
 done
diff --git a/etc/xbps.d/repos-remote-aarch64-musl.conf b/etc/xbps.d/repos-remote-aarch64-musl.conf
index 4c81aaa9aa8a..a625c5a9768f 100644
--- a/etc/xbps.d/repos-remote-aarch64-musl.conf
+++ b/etc/xbps.d/repos-remote-aarch64-musl.conf
@@ -1,4 +1,4 @@
 # aarch64 voidlinux remote repositories
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/debug
+repository=https://repo-default.voidlinux.org/current/aarch64
+repository=https://repo-default.voidlinux.org/current/aarch64/nonfree
+repository=https://repo-default.voidlinux.org/current/aarch64/debug
diff --git a/etc/xbps.d/repos-remote-aarch64.conf b/etc/xbps.d/repos-remote-aarch64.conf
index 4c81aaa9aa8a..a625c5a9768f 100644
--- a/etc/xbps.d/repos-remote-aarch64.conf
+++ b/etc/xbps.d/repos-remote-aarch64.conf
@@ -1,4 +1,4 @@
 # aarch64 voidlinux remote repositories
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/debug
+repository=https://repo-default.voidlinux.org/current/aarch64
+repository=https://repo-default.voidlinux.org/current/aarch64/nonfree
+repository=https://repo-default.voidlinux.org/current/aarch64/debug
diff --git a/etc/xbps.d/repos-remote-musl.conf b/etc/xbps.d/repos-remote-musl.conf
index b47df7393ab2..4a25e4f0a2a6 100644
--- a/etc/xbps.d/repos-remote-musl.conf
+++ b/etc/xbps.d/repos-remote-musl.conf
@@ -1,4 +1,4 @@
 # voidlinux remote repositories (musl)
-repository=https://alpha.de.repo.voidlinux.org/current/musl
-repository=https://alpha.de.repo.voidlinux.org/current/musl/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/musl/debug
+repository=https://repo-default.voidlinux.org/current/musl
+repository=https://repo-default.voidlinux.org/current/musl/nonfree
+repository=https://repo-default.voidlinux.org/current/musl/debug
diff --git a/etc/xbps.d/repos-remote-x86_64-multilib.conf b/etc/xbps.d/repos-remote-x86_64-multilib.conf
index e770aa1f4b5e..f90208afeb43 100644
--- a/etc/xbps.d/repos-remote-x86_64-multilib.conf
+++ b/etc/xbps.d/repos-remote-x86_64-multilib.conf
@@ -1,3 +1,3 @@
 # voidlinux remote repositories (x86_64/glibc)
-repository=https://alpha.de.repo.voidlinux.org/current/multilib
-repository=https://alpha.de.repo.voidlinux.org/current/multilib/nonfree
+repository=https://repo-default.voidlinux.org/current/multilib
+repository=https://repo-default.voidlinux.org/current/multilib/nonfree
diff --git a/etc/xbps.d/repos-remote.conf b/etc/xbps.d/repos-remote.conf
index 47c867ecac01..07be9e9fcc4a 100644
--- a/etc/xbps.d/repos-remote.conf
+++ b/etc/xbps.d/repos-remote.conf
@@ -1,4 +1,4 @@
 # voidlinux remote repositories (glibc)
-repository=https://alpha.de.repo.voidlinux.org/current
-repository=https://alpha.de.repo.voidlinux.org/current/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/debug
+repository=https://repo-default.voidlinux.org/current
+repository=https://repo-default.voidlinux.org/current/nonfree
+repository=https://repo-default.voidlinux.org/current/debug
diff --git a/srcpkgs/9base/template b/srcpkgs/9base/template
index e7cee72701f8..88dff92be690 100644
--- a/srcpkgs/9base/template
+++ b/srcpkgs/9base/template
@@ -13,7 +13,7 @@ license="custom:Plan9"
 homepage="http://git.suckless.org/9base"
 # Checked out from http://git.suckless.org/9base/ and created tarball with
 # git archive -o 9base-${_githash}.tar.gz --prefix=9base/ master .
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/9base-${_githash}.tar.gz"
+distfiles="https://repo-default.voidlinux.org/distfiles/9base-${_githash}.tar.gz"
 checksum=b315509470c25db88595bd0e9478428dea54d7836fe2ba9d07279ae9496366fb
 conflicts="plan9port"
 provides="plan9port-20160418_4"
diff --git a/srcpkgs/cargo-bootstrap/template b/srcpkgs/cargo-bootstrap/template
index e75f8763b5b8..f5fb65f1d4c8 100644
--- a/srcpkgs/cargo-bootstrap/template
+++ b/srcpkgs/cargo-bootstrap/template
@@ -19,7 +19,7 @@ _bootver=1.57.0
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686|ppc64le) ;;
 	*)
-		_bootstrap_url="https://alpha.de.repo.voidlinux.org/distfiles"
+		_bootstrap_url="https://repo-default.voidlinux.org/distfiles"
 		_bootver=${version}
 		;;
 esac
diff --git a/srcpkgs/fastttyrec/template b/srcpkgs/fastttyrec/template
index 237b8bcfd501..bebd6b8913ee 100644
--- a/srcpkgs/fastttyrec/template
+++ b/srcpkgs/fastttyrec/template
@@ -7,7 +7,7 @@ short_desc="Compress ttyrec recordings"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://web.archive.org/web/20170709180030/http://www.phong.org/nethack/"
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/${pkgname}-${version}.tar.bz2"
+distfiles="https://repo-default.voidlinux.org/distfiles/${pkgname}-${version}.tar.bz2"
 checksum=a366562d3a38220779f2da2d4d6ec4c868ab17d6530b9a37c4eb12499e1e911a
 
 do_install() {
diff --git a/srcpkgs/ghc-bin/template b/srcpkgs/ghc-bin/template
index 21847afbecb5..8e2a9370709f 100644
--- a/srcpkgs/ghc-bin/template
+++ b/srcpkgs/ghc-bin/template
@@ -21,7 +21,7 @@ x86_64)
 	;;
 x86_64-musl)
 	# create with "make binary-dist"
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
+	distfiles="https://repo-default.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
 	checksum=e21eaddeffcd5de7abe43b1f3982a3bc2c5b5f408d2574857cb2b0368106e12c
 	;;
 i686)
@@ -29,24 +29,24 @@ i686)
 	checksum=fdeb9f8928fbe994064778a8e1e85bb1a58a6cd3dd7b724fcc2a1dcfda6cad47
 	;;
 ppc64le)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz"
+	distfiles="https://repo-default.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz"
 	checksum=7de8114c991f9a2a3b0f5e472da76e3956be6447efec4b1157f14e707049f22d
 	;;
 ppc64le-musl)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux-musl.tar.xz"
+	distfiles="https://repo-default.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux-musl.tar.xz"
 	checksum=37de8e069712307c9b2039e92f56e540e80ca1390dd27aa247ebe18c40e0c629
 	;;
 ppc64)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64-void-linux.tar.xz"
+	distfiles="https://repo-default.voidlinux.org/distfiles/ghc-${version}-powerpc64-void-linux.tar.xz"
 	checksum=6eb8684fdbede0cded7e3f7b93574b968f5f66dd2fcd4ec30ac5f0c402af6602
 	;;
 aarch64)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux.tar.xz"
+	distfiles="https://repo-default.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux.tar.xz"
 	checksum=44a20a896246dce64392b7d0feedd0a28a9d733245a803e95dbe4b4b7e15b4fd
 	depends+=" llvm"
 	;;
 aarch64-musl)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux-musl.tar.xz"
+	distfiles="https://repo-default.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux-musl.tar.xz"
 	checksum=de98e2ff33a25cb32a28c738066fecacb736a33cac12688876eec4eb96d88607
 	depends+=" llvm"
 	;;
diff --git a/srcpkgs/libfetch/template b/srcpkgs/libfetch/template
index 5522f74d617f..adba9c7cb699 100644
--- a/srcpkgs/libfetch/template
+++ b/srcpkgs/libfetch/template
@@ -8,7 +8,7 @@ short_desc="File Transfer Library for URLs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://www.NetBSD.org"
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/libfetch-${version}.tar.xz"
+distfiles="https://repo-default.voidlinux.org/distfiles/libfetch-${version}.tar.xz"
 checksum=4e6d4541f213c9ab42ea94d49c2573f0a6f54b04f14668530960f1424b04f722
 
 do_build() {
diff --git a/srcpkgs/lxc/files/lxc-void b/srcpkgs/lxc/files/lxc-void
index bcb1d244ca73..d4a97ee25987 100755
--- a/srcpkgs/lxc/files/lxc-void
+++ b/srcpkgs/lxc/files/lxc-void
@@ -154,7 +154,7 @@ EOF
     rm -f ${vkb64}
 
     mkdir -p ${rootfs}/usr/share/xbps.d
-    echo "repository=http://alpha.de.repo.voidlinux.org/current" > ${rootfs}/usr/share/xbps.d/00-repository-main.conf
+    echo "repository=http://repo-default.voidlinux.org/current" > ${rootfs}/usr/share/xbps.d/00-repository-main.conf
 
     if ! xbps-install ${xbps_cachedir:+ -c $xbps_cachedir} \
 	    ${xbps_config:+-C $xbps_config} -r "${rootfs}" \
@@ -232,7 +232,7 @@ fi
 
 type xbps-install >/dev/null 2>&1
 if [ ${?} -ne 0 ]; then
-    echo "'xbps-install' command is missing, download xbps from http://alpha.de.repo.voidlinux.org/static/"
+    echo "'xbps-install' command is missing, download xbps from http://repo-default.voidlinux.org/static/"
     exit 1
 fi
 
diff --git a/srcpkgs/rtmpdump/template b/srcpkgs/rtmpdump/template
index 561317d1e117..33d34767901c 100644
--- a/srcpkgs/rtmpdump/template
+++ b/srcpkgs/rtmpdump/template
@@ -9,7 +9,7 @@ short_desc="Toolkit for RTMP streams"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://rtmpdump.mplayerhq.hu/"
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/${pkgname}-${version%.*}_p${_patchlevel}.tar.gz"
+distfiles="https://repo-default.voidlinux.org/distfiles/${pkgname}-${version%.*}_p${_patchlevel}.tar.gz"
 checksum=d6da3b683f1045f02d94a81b0c583318dba021f69bdab970c5d5d73e8c38860f
 
 CFLAGS="-Wno-unused-const-variable -Wno-unused-but-set-variable"
diff --git a/srcpkgs/rust-bootstrap/template b/srcpkgs/rust-bootstrap/template
index bbedb66430b6..5d3fb3832038 100644
--- a/srcpkgs/rust-bootstrap/template
+++ b/srcpkgs/rust-bootstrap/template
@@ -19,7 +19,7 @@ _bootstrap_url="https://static.rust-lang.org/dist"
 
 case "$XBPS_MACHINE" in
 	x86_64*|i686|ppc64le|ppc) ;;
-	*) _bootstrap_url="https://alpha.de.repo.voidlinux.org/distfiles";;
+	*) _bootstrap_url="https://repo-default.voidlinux.org/distfiles";;
 esac
 
 distfiles="
diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template
index 560a629f3da2..b48c1d5ba988 100644
--- a/srcpkgs/rust/template
+++ b/srcpkgs/rust/template
@@ -5,7 +5,7 @@
 # See: https://github.com/rust-lang/core-team/issues/4
 #
 # Always make sure custom distfiles used for bootstrap are
-# uploaded to https://alpha.de.repo.voidlinux.org/distfiles/
+# uploaded to https://repo-default.voidlinux.org/distfiles/
 #
 pkgname=rust
 version=1.57.0
diff --git a/srcpkgs/void-repo-multilib/template b/srcpkgs/void-repo-multilib/template
index dc78ebcff773..4901c4150069 100644
--- a/srcpkgs/void-repo-multilib/template
+++ b/srcpkgs/void-repo-multilib/template
@@ -1,7 +1,7 @@
 # Template file for 'void-repo-multilib'
 pkgname=void-repo-multilib
 version=6
-revision=3
+revision=4
 build_style=meta
 archs="x86_64"
 short_desc="Void Linux drop-in file for the multilib repository"
@@ -12,7 +12,7 @@ homepage="http://www.voidlinux.org"
 do_install() {
 	vmkdir usr/share/xbps.d
 	for f in multilib multilib-nonfree; do
-		echo "repository=https://alpha.de.repo.voidlinux.org/current/${f/-/\/}" > \
+		echo "repository=https://repo-default.voidlinux.org/current/${f/-/\/}" > \
 			${DESTDIR}/usr/share/xbps.d/10-repository-${f}.conf
 	done
 }
diff --git a/srcpkgs/void-repo-nonfree/template b/srcpkgs/void-repo-nonfree/template
index bdab3342c5a0..a68730bfd338 100644
--- a/srcpkgs/void-repo-nonfree/template
+++ b/srcpkgs/void-repo-nonfree/template
@@ -1,7 +1,7 @@
 # Template file for 'void-repo-nonfree'
 pkgname=void-repo-nonfree
 version=9
-revision=5
+revision=6
 build_style=meta
 short_desc="Void Linux drop-in file for the nonfree repository"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -12,21 +12,21 @@ do_install() {
 	vmkdir usr/share/xbps.d
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*)
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree" > \
+			echo "repository=https://repo-default.voidlinux.org/current/aarch64/nonfree" > \
 				${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/aarch64/debug" > \
+			echo "repository=https://repo-default.voidlinux.org/current/aarch64/debug" > \
 				${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf
 			;;
 		*-musl)
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/musl/nonfree" > \
+			echo "repository=https://repo-default.voidlinux.org/current/musl/nonfree" > \
 				${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/musl/debug" > \
+			echo "repository=https://repo-default.voidlinux.org/current/musl/debug" > \
 				${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf
 			;;
 		*)
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/nonfree" > \
+			echo "repository=https://repo-default.voidlinux.org/current/nonfree" > \
 				${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/debug" > \
+			echo "repository=https://repo-default.voidlinux.org/current/debug" > \
 				${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf
 			;;
 	esac
diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template
index 8f986d22f9f3..ba7f8c7068e3 100644
--- a/srcpkgs/xbps/template
+++ b/srcpkgs/xbps/template
@@ -1,7 +1,7 @@
 # Template file for 'xbps'
 pkgname=xbps
 version=0.59.1
-revision=5
+revision=6
 bootstrap=yes
 build_style=configure
 short_desc="XBPS package system utilities"
@@ -35,7 +35,7 @@ do_configure() {
 }
 
 post_install() {
-	local repo="https://alpha.de.repo.voidlinux.org/current" suffix=
+	local repo="https://repo-default.voidlinux.org/current" suffix=
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*)     suffix="/aarch64";;
 		*-musl)       suffix="/musl";;

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] various: Reset default mirror to repo.voidlinux.org
  2022-04-06 20:05 [PR PATCH] various: Reset default mirror to repo-fi.voidlinux.org the-maldridge
                   ` (13 preceding siblings ...)
  2022-05-26  5:49 ` [PR PATCH] [Updated] " the-maldridge
@ 2022-05-26  5:51 ` the-maldridge
  2022-05-26 18:32 ` the-maldridge
  2022-05-27 22:25 ` [PR PATCH] [Closed]: " the-maldridge
  16 siblings, 0 replies; 18+ messages in thread
From: the-maldridge @ 2022-05-26  5:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 501 bytes --]

There is an updated pull request by the-maldridge against master on the void-packages repository

https://github.com/the-maldridge/void-packages mirror-defaults
https://github.com/void-linux/void-packages/pull/36547

various: Reset default mirror to repo.voidlinux.org
I'd like to retire the alpha.de.repo.voidlinux.org name.  The first step of this is removing it from documentation and active automated use.

A patch file from https://github.com/void-linux/void-packages/pull/36547.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mirror-defaults-36547.patch --]
[-- Type: text/x-diff, Size: 1289 bytes --]

From 03baae7755e930b91bf6a47c16998f75c8141f6c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Mon, 23 May 2022 23:16:41 +0200
Subject: [PATCH] various: change default repo to repo-default.voidlinux.org

---
 srcpkgs/python3-xxhash/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index f7a847b4b54e..dace598ee1a8 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
-version=2.0.2
-revision=2
+version=3.0.0
+revision=1
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,8 +11,9 @@ short_desc="Python binding for xxHash"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="BSD-2-Clause"
 homepage="https://github.com/ifduyue/python-xxhash"
+changelog="https://raw.githubusercontent.com/ifduyue/python-xxhash/master/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/x/xxhash/xxhash-${version}.tar.gz"
-checksum=b7bead8cf6210eadf9cecf356e17af794f57c0939a3d420a00d87ea652f87b49
+checksum=30b2d97aaf11fb122023f6b44ebb97c6955e9e00d7461a96415ca030b5ceb9c7
 
 pre_build() {
 	export XXHASH_LINK_SO=1

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] various: Reset default mirror to repo.voidlinux.org
  2022-04-06 20:05 [PR PATCH] various: Reset default mirror to repo-fi.voidlinux.org the-maldridge
                   ` (14 preceding siblings ...)
  2022-05-26  5:51 ` the-maldridge
@ 2022-05-26 18:32 ` the-maldridge
  2022-05-27 22:25 ` [PR PATCH] [Closed]: " the-maldridge
  16 siblings, 0 replies; 18+ messages in thread
From: the-maldridge @ 2022-05-26 18:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 501 bytes --]

There is an updated pull request by the-maldridge against master on the void-packages repository

https://github.com/the-maldridge/void-packages mirror-defaults
https://github.com/void-linux/void-packages/pull/36547

various: Reset default mirror to repo.voidlinux.org
I'd like to retire the alpha.de.repo.voidlinux.org name.  The first step of this is removing it from documentation and active automated use.

A patch file from https://github.com/void-linux/void-packages/pull/36547.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mirror-defaults-36547.patch --]
[-- Type: text/x-diff, Size: 17737 bytes --]

From c4ee8a6fd249c068bfedba0835c5030918d59688 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Mon, 23 May 2022 21:08:02 -0500
Subject: [PATCH] various: change default repo to repo-default.voidlinux.org

---
 .github/issue_template.md                    |  2 +-
 README.md                                    |  2 +-
 common/travis/fetch-xbps.sh                  |  2 +-
 common/travis/set_mirror.sh                  |  9 +--------
 etc/xbps.d/repos-remote-aarch64-musl.conf    |  6 +++---
 etc/xbps.d/repos-remote-aarch64.conf         |  6 +++---
 etc/xbps.d/repos-remote-musl.conf            |  6 +++---
 etc/xbps.d/repos-remote-x86_64-multilib.conf |  4 ++--
 etc/xbps.d/repos-remote.conf                 |  6 +++---
 srcpkgs/9base/template                       |  2 +-
 srcpkgs/cargo-bootstrap/template             |  2 +-
 srcpkgs/fastttyrec/template                  |  2 +-
 srcpkgs/ghc-bin/template                     | 12 ++++++------
 srcpkgs/libfetch/template                    |  2 +-
 srcpkgs/lxc/files/lxc-void                   |  4 ++--
 srcpkgs/rtmpdump/template                    |  2 +-
 srcpkgs/rust-bootstrap/template              |  2 +-
 srcpkgs/rust/template                        |  2 +-
 srcpkgs/void-repo-multilib/template          |  4 ++--
 srcpkgs/void-repo-nonfree/template           | 14 +++++++-------
 srcpkgs/xbps/template                        |  4 ++--
 21 files changed, 44 insertions(+), 51 deletions(-)

diff --git a/.github/issue_template.md b/.github/issue_template.md
index 10a72b0729c2..b7f38da9fa5a 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -1,4 +1,4 @@
-<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt. However, a quality pull request may help. -->
+<!-- Don't request update of package. We have a script for that. https://repo-default.voidlinux.org/void-updates/void-updates.txt. However, a quality pull request may help. -->
 ### System
 
 * xuname:  
diff --git a/README.md b/README.md
index 7047a958b669..3cf5d877a7ce 100644
--- a/README.md
+++ b/README.md
@@ -431,7 +431,7 @@ xbps-src can be used in any recent Linux distribution matching the CPU architect
 
 To use xbps-src in your Linux distribution use the following instructions. Let's start downloading the xbps static binaries:
 
-    $ wget http://alpha.de.repo.voidlinux.org/static/xbps-static-latest.<arch>-musl.tar.xz
+    $ wget http://repo-default.voidlinux.org/static/xbps-static-latest.<arch>-musl.tar.xz
     $ mkdir ~/XBPS
     $ tar xvf xbps-static-latest.<arch>-musl.tar.xz -C ~/XBPS
     $ export PATH=~/XBPS/usr/bin:$PATH
diff --git a/common/travis/fetch-xbps.sh b/common/travis/fetch-xbps.sh
index 5a4e458cf565..17fd2b4d9db2 100755
--- a/common/travis/fetch-xbps.sh
+++ b/common/travis/fetch-xbps.sh
@@ -7,7 +7,7 @@ TAR=tar
 command -v bsdtar >/dev/null && TAR=bsdtar
 ARCH=$(uname -m)-musl
 VERSION=0.59_5
-URL="https://alpha.de.repo.voidlinux.org/static/xbps-static-static-${VERSION}.${ARCH}.tar.xz"
+URL="https://repo-default.voidlinux.org/static/xbps-static-static-${VERSION}.${ARCH}.tar.xz"
 FILE=${URL##*/}
 
 mkdir -p /tmp/bin
diff --git a/common/travis/set_mirror.sh b/common/travis/set_mirror.sh
index a57ab204d98a..84f1622fbe84 100755
--- a/common/travis/set_mirror.sh
+++ b/common/travis/set_mirror.sh
@@ -1,15 +1,8 @@
 #!/bin/sh
 
-TRAVIS_PROTO=http
 TRAVIS_MIRROR=repo-us.voidlinux.org
 
 for _i in etc/xbps.d/repos-remote*.conf ; do
     /bin/echo -e "\x1b[32mUpdating $_i...\x1b[0m"
-    # First fix the proto, ideally we'd serve everything with HTTPS,
-    # but key management and rotation is a pain, and things are signed
-    # so we can afford to be a little lazy at times.
-    sed -i "s:https:$TRAVIS_PROTO:g" $_i
-
-    # Now set the mirror
-    sed -i "s:alpha\.de\.repo\.voidlinux\.org:$TRAVIS_MIRROR:g" $_i
+    sed -i "s:repo\.voidlinux\.org:$TRAVIS_MIRROR:g" $_i
 done
diff --git a/etc/xbps.d/repos-remote-aarch64-musl.conf b/etc/xbps.d/repos-remote-aarch64-musl.conf
index 4c81aaa9aa8a..a625c5a9768f 100644
--- a/etc/xbps.d/repos-remote-aarch64-musl.conf
+++ b/etc/xbps.d/repos-remote-aarch64-musl.conf
@@ -1,4 +1,4 @@
 # aarch64 voidlinux remote repositories
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/debug
+repository=https://repo-default.voidlinux.org/current/aarch64
+repository=https://repo-default.voidlinux.org/current/aarch64/nonfree
+repository=https://repo-default.voidlinux.org/current/aarch64/debug
diff --git a/etc/xbps.d/repos-remote-aarch64.conf b/etc/xbps.d/repos-remote-aarch64.conf
index 4c81aaa9aa8a..a625c5a9768f 100644
--- a/etc/xbps.d/repos-remote-aarch64.conf
+++ b/etc/xbps.d/repos-remote-aarch64.conf
@@ -1,4 +1,4 @@
 # aarch64 voidlinux remote repositories
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/aarch64/debug
+repository=https://repo-default.voidlinux.org/current/aarch64
+repository=https://repo-default.voidlinux.org/current/aarch64/nonfree
+repository=https://repo-default.voidlinux.org/current/aarch64/debug
diff --git a/etc/xbps.d/repos-remote-musl.conf b/etc/xbps.d/repos-remote-musl.conf
index b47df7393ab2..4a25e4f0a2a6 100644
--- a/etc/xbps.d/repos-remote-musl.conf
+++ b/etc/xbps.d/repos-remote-musl.conf
@@ -1,4 +1,4 @@
 # voidlinux remote repositories (musl)
-repository=https://alpha.de.repo.voidlinux.org/current/musl
-repository=https://alpha.de.repo.voidlinux.org/current/musl/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/musl/debug
+repository=https://repo-default.voidlinux.org/current/musl
+repository=https://repo-default.voidlinux.org/current/musl/nonfree
+repository=https://repo-default.voidlinux.org/current/musl/debug
diff --git a/etc/xbps.d/repos-remote-x86_64-multilib.conf b/etc/xbps.d/repos-remote-x86_64-multilib.conf
index e770aa1f4b5e..f90208afeb43 100644
--- a/etc/xbps.d/repos-remote-x86_64-multilib.conf
+++ b/etc/xbps.d/repos-remote-x86_64-multilib.conf
@@ -1,3 +1,3 @@
 # voidlinux remote repositories (x86_64/glibc)
-repository=https://alpha.de.repo.voidlinux.org/current/multilib
-repository=https://alpha.de.repo.voidlinux.org/current/multilib/nonfree
+repository=https://repo-default.voidlinux.org/current/multilib
+repository=https://repo-default.voidlinux.org/current/multilib/nonfree
diff --git a/etc/xbps.d/repos-remote.conf b/etc/xbps.d/repos-remote.conf
index 47c867ecac01..07be9e9fcc4a 100644
--- a/etc/xbps.d/repos-remote.conf
+++ b/etc/xbps.d/repos-remote.conf
@@ -1,4 +1,4 @@
 # voidlinux remote repositories (glibc)
-repository=https://alpha.de.repo.voidlinux.org/current
-repository=https://alpha.de.repo.voidlinux.org/current/nonfree
-repository=https://alpha.de.repo.voidlinux.org/current/debug
+repository=https://repo-default.voidlinux.org/current
+repository=https://repo-default.voidlinux.org/current/nonfree
+repository=https://repo-default.voidlinux.org/current/debug
diff --git a/srcpkgs/9base/template b/srcpkgs/9base/template
index e7cee72701f8..88dff92be690 100644
--- a/srcpkgs/9base/template
+++ b/srcpkgs/9base/template
@@ -13,7 +13,7 @@ license="custom:Plan9"
 homepage="http://git.suckless.org/9base"
 # Checked out from http://git.suckless.org/9base/ and created tarball with
 # git archive -o 9base-${_githash}.tar.gz --prefix=9base/ master .
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/9base-${_githash}.tar.gz"
+distfiles="https://repo-default.voidlinux.org/distfiles/9base-${_githash}.tar.gz"
 checksum=b315509470c25db88595bd0e9478428dea54d7836fe2ba9d07279ae9496366fb
 conflicts="plan9port"
 provides="plan9port-20160418_4"
diff --git a/srcpkgs/cargo-bootstrap/template b/srcpkgs/cargo-bootstrap/template
index e75f8763b5b8..f5fb65f1d4c8 100644
--- a/srcpkgs/cargo-bootstrap/template
+++ b/srcpkgs/cargo-bootstrap/template
@@ -19,7 +19,7 @@ _bootver=1.57.0
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686|ppc64le) ;;
 	*)
-		_bootstrap_url="https://alpha.de.repo.voidlinux.org/distfiles"
+		_bootstrap_url="https://repo-default.voidlinux.org/distfiles"
 		_bootver=${version}
 		;;
 esac
diff --git a/srcpkgs/fastttyrec/template b/srcpkgs/fastttyrec/template
index 237b8bcfd501..bebd6b8913ee 100644
--- a/srcpkgs/fastttyrec/template
+++ b/srcpkgs/fastttyrec/template
@@ -7,7 +7,7 @@ short_desc="Compress ttyrec recordings"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://web.archive.org/web/20170709180030/http://www.phong.org/nethack/"
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/${pkgname}-${version}.tar.bz2"
+distfiles="https://repo-default.voidlinux.org/distfiles/${pkgname}-${version}.tar.bz2"
 checksum=a366562d3a38220779f2da2d4d6ec4c868ab17d6530b9a37c4eb12499e1e911a
 
 do_install() {
diff --git a/srcpkgs/ghc-bin/template b/srcpkgs/ghc-bin/template
index 21847afbecb5..8e2a9370709f 100644
--- a/srcpkgs/ghc-bin/template
+++ b/srcpkgs/ghc-bin/template
@@ -21,7 +21,7 @@ x86_64)
 	;;
 x86_64-musl)
 	# create with "make binary-dist"
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
+	distfiles="https://repo-default.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
 	checksum=e21eaddeffcd5de7abe43b1f3982a3bc2c5b5f408d2574857cb2b0368106e12c
 	;;
 i686)
@@ -29,24 +29,24 @@ i686)
 	checksum=fdeb9f8928fbe994064778a8e1e85bb1a58a6cd3dd7b724fcc2a1dcfda6cad47
 	;;
 ppc64le)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz"
+	distfiles="https://repo-default.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz"
 	checksum=7de8114c991f9a2a3b0f5e472da76e3956be6447efec4b1157f14e707049f22d
 	;;
 ppc64le-musl)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux-musl.tar.xz"
+	distfiles="https://repo-default.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux-musl.tar.xz"
 	checksum=37de8e069712307c9b2039e92f56e540e80ca1390dd27aa247ebe18c40e0c629
 	;;
 ppc64)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64-void-linux.tar.xz"
+	distfiles="https://repo-default.voidlinux.org/distfiles/ghc-${version}-powerpc64-void-linux.tar.xz"
 	checksum=6eb8684fdbede0cded7e3f7b93574b968f5f66dd2fcd4ec30ac5f0c402af6602
 	;;
 aarch64)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux.tar.xz"
+	distfiles="https://repo-default.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux.tar.xz"
 	checksum=44a20a896246dce64392b7d0feedd0a28a9d733245a803e95dbe4b4b7e15b4fd
 	depends+=" llvm"
 	;;
 aarch64-musl)
-	distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux-musl.tar.xz"
+	distfiles="https://repo-default.voidlinux.org/distfiles/ghc-${version}-aarch64-void-linux-musl.tar.xz"
 	checksum=de98e2ff33a25cb32a28c738066fecacb736a33cac12688876eec4eb96d88607
 	depends+=" llvm"
 	;;
diff --git a/srcpkgs/libfetch/template b/srcpkgs/libfetch/template
index 5522f74d617f..adba9c7cb699 100644
--- a/srcpkgs/libfetch/template
+++ b/srcpkgs/libfetch/template
@@ -8,7 +8,7 @@ short_desc="File Transfer Library for URLs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://www.NetBSD.org"
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/libfetch-${version}.tar.xz"
+distfiles="https://repo-default.voidlinux.org/distfiles/libfetch-${version}.tar.xz"
 checksum=4e6d4541f213c9ab42ea94d49c2573f0a6f54b04f14668530960f1424b04f722
 
 do_build() {
diff --git a/srcpkgs/lxc/files/lxc-void b/srcpkgs/lxc/files/lxc-void
index bcb1d244ca73..d4a97ee25987 100755
--- a/srcpkgs/lxc/files/lxc-void
+++ b/srcpkgs/lxc/files/lxc-void
@@ -154,7 +154,7 @@ EOF
     rm -f ${vkb64}
 
     mkdir -p ${rootfs}/usr/share/xbps.d
-    echo "repository=http://alpha.de.repo.voidlinux.org/current" > ${rootfs}/usr/share/xbps.d/00-repository-main.conf
+    echo "repository=http://repo-default.voidlinux.org/current" > ${rootfs}/usr/share/xbps.d/00-repository-main.conf
 
     if ! xbps-install ${xbps_cachedir:+ -c $xbps_cachedir} \
 	    ${xbps_config:+-C $xbps_config} -r "${rootfs}" \
@@ -232,7 +232,7 @@ fi
 
 type xbps-install >/dev/null 2>&1
 if [ ${?} -ne 0 ]; then
-    echo "'xbps-install' command is missing, download xbps from http://alpha.de.repo.voidlinux.org/static/"
+    echo "'xbps-install' command is missing, download xbps from http://repo-default.voidlinux.org/static/"
     exit 1
 fi
 
diff --git a/srcpkgs/rtmpdump/template b/srcpkgs/rtmpdump/template
index 561317d1e117..33d34767901c 100644
--- a/srcpkgs/rtmpdump/template
+++ b/srcpkgs/rtmpdump/template
@@ -9,7 +9,7 @@ short_desc="Toolkit for RTMP streams"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://rtmpdump.mplayerhq.hu/"
-distfiles="https://alpha.de.repo.voidlinux.org/distfiles/${pkgname}-${version%.*}_p${_patchlevel}.tar.gz"
+distfiles="https://repo-default.voidlinux.org/distfiles/${pkgname}-${version%.*}_p${_patchlevel}.tar.gz"
 checksum=d6da3b683f1045f02d94a81b0c583318dba021f69bdab970c5d5d73e8c38860f
 
 CFLAGS="-Wno-unused-const-variable -Wno-unused-but-set-variable"
diff --git a/srcpkgs/rust-bootstrap/template b/srcpkgs/rust-bootstrap/template
index bbedb66430b6..5d3fb3832038 100644
--- a/srcpkgs/rust-bootstrap/template
+++ b/srcpkgs/rust-bootstrap/template
@@ -19,7 +19,7 @@ _bootstrap_url="https://static.rust-lang.org/dist"
 
 case "$XBPS_MACHINE" in
 	x86_64*|i686|ppc64le|ppc) ;;
-	*) _bootstrap_url="https://alpha.de.repo.voidlinux.org/distfiles";;
+	*) _bootstrap_url="https://repo-default.voidlinux.org/distfiles";;
 esac
 
 distfiles="
diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template
index 560a629f3da2..b48c1d5ba988 100644
--- a/srcpkgs/rust/template
+++ b/srcpkgs/rust/template
@@ -5,7 +5,7 @@
 # See: https://github.com/rust-lang/core-team/issues/4
 #
 # Always make sure custom distfiles used for bootstrap are
-# uploaded to https://alpha.de.repo.voidlinux.org/distfiles/
+# uploaded to https://repo-default.voidlinux.org/distfiles/
 #
 pkgname=rust
 version=1.57.0
diff --git a/srcpkgs/void-repo-multilib/template b/srcpkgs/void-repo-multilib/template
index dc78ebcff773..4901c4150069 100644
--- a/srcpkgs/void-repo-multilib/template
+++ b/srcpkgs/void-repo-multilib/template
@@ -1,7 +1,7 @@
 # Template file for 'void-repo-multilib'
 pkgname=void-repo-multilib
 version=6
-revision=3
+revision=4
 build_style=meta
 archs="x86_64"
 short_desc="Void Linux drop-in file for the multilib repository"
@@ -12,7 +12,7 @@ homepage="http://www.voidlinux.org"
 do_install() {
 	vmkdir usr/share/xbps.d
 	for f in multilib multilib-nonfree; do
-		echo "repository=https://alpha.de.repo.voidlinux.org/current/${f/-/\/}" > \
+		echo "repository=https://repo-default.voidlinux.org/current/${f/-/\/}" > \
 			${DESTDIR}/usr/share/xbps.d/10-repository-${f}.conf
 	done
 }
diff --git a/srcpkgs/void-repo-nonfree/template b/srcpkgs/void-repo-nonfree/template
index bdab3342c5a0..a68730bfd338 100644
--- a/srcpkgs/void-repo-nonfree/template
+++ b/srcpkgs/void-repo-nonfree/template
@@ -1,7 +1,7 @@
 # Template file for 'void-repo-nonfree'
 pkgname=void-repo-nonfree
 version=9
-revision=5
+revision=6
 build_style=meta
 short_desc="Void Linux drop-in file for the nonfree repository"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -12,21 +12,21 @@ do_install() {
 	vmkdir usr/share/xbps.d
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*)
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree" > \
+			echo "repository=https://repo-default.voidlinux.org/current/aarch64/nonfree" > \
 				${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/aarch64/debug" > \
+			echo "repository=https://repo-default.voidlinux.org/current/aarch64/debug" > \
 				${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf
 			;;
 		*-musl)
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/musl/nonfree" > \
+			echo "repository=https://repo-default.voidlinux.org/current/musl/nonfree" > \
 				${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/musl/debug" > \
+			echo "repository=https://repo-default.voidlinux.org/current/musl/debug" > \
 				${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf
 			;;
 		*)
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/nonfree" > \
+			echo "repository=https://repo-default.voidlinux.org/current/nonfree" > \
 				${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf
-			echo "repository=https://alpha.de.repo.voidlinux.org/current/debug" > \
+			echo "repository=https://repo-default.voidlinux.org/current/debug" > \
 				${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf
 			;;
 	esac
diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template
index 8f986d22f9f3..ba7f8c7068e3 100644
--- a/srcpkgs/xbps/template
+++ b/srcpkgs/xbps/template
@@ -1,7 +1,7 @@
 # Template file for 'xbps'
 pkgname=xbps
 version=0.59.1
-revision=5
+revision=6
 bootstrap=yes
 build_style=configure
 short_desc="XBPS package system utilities"
@@ -35,7 +35,7 @@ do_configure() {
 }
 
 post_install() {
-	local repo="https://alpha.de.repo.voidlinux.org/current" suffix=
+	local repo="https://repo-default.voidlinux.org/current" suffix=
 	case "$XBPS_TARGET_MACHINE" in
 		aarch64*)     suffix="/aarch64";;
 		*-musl)       suffix="/musl";;

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Closed]: various: Reset default mirror to repo.voidlinux.org
  2022-04-06 20:05 [PR PATCH] various: Reset default mirror to repo-fi.voidlinux.org the-maldridge
                   ` (15 preceding siblings ...)
  2022-05-26 18:32 ` the-maldridge
@ 2022-05-27 22:25 ` the-maldridge
  16 siblings, 0 replies; 18+ messages in thread
From: the-maldridge @ 2022-05-27 22:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]

There's a closed pull request on the void-packages repository

various: Reset default mirror to repo.voidlinux.org
https://github.com/void-linux/void-packages/pull/36547

Description:
I'd like to retire the alpha.de.repo.voidlinux.org name.  The first step of this is removing it from documentation and active automated use.

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-05-27 22:25 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-06 20:05 [PR PATCH] various: Reset default mirror to repo-fi.voidlinux.org the-maldridge
2022-04-06 20:10 ` [PR REVIEW] " classabbyamp
2022-04-06 20:18 ` Chocimier
2022-04-06 20:22 ` the-maldridge
2022-04-06 21:10 ` 0x5c
2022-04-06 22:37 ` Anachron
2022-04-06 22:38 ` Anachron
2022-05-24  4:13 ` [PR PATCH] [Updated] " the-maldridge
2022-05-26  4:53 ` the-maldridge
2022-05-26  5:24 ` [PR PATCH] [Updated] various: Reset default mirror to repo.voidlinux.org the-maldridge
2022-05-26  5:25 ` the-maldridge
2022-05-26  5:35 ` classabbyamp
2022-05-26  5:37 ` 0x5c
2022-05-26  5:41 ` 0x5c
2022-05-26  5:49 ` [PR PATCH] [Updated] " the-maldridge
2022-05-26  5:51 ` the-maldridge
2022-05-26 18:32 ` the-maldridge
2022-05-27 22:25 ` [PR PATCH] [Closed]: " the-maldridge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).