From b28933206e924d7bafdc1c6c11abae1aaa1821ec Mon Sep 17 00:00:00 2001 From: Spencer Burris Date: Sun, 29 May 2022 11:31:46 -0700 Subject: [PATCH] xbps/mirrors: update default mirror --- src/xbps/repositories/mirrors/changing.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/xbps/repositories/mirrors/changing.md b/src/xbps/repositories/mirrors/changing.md index 3e5c7daf4..38643096e 100644 --- a/src/xbps/repositories/mirrors/changing.md +++ b/src/xbps/repositories/mirrors/changing.md @@ -11,7 +11,7 @@ To modify mirror URLs cleanly, copy all the repository configuration files to ``` # mkdir -p /etc/xbps.d # cp /usr/share/xbps.d/*-repository-*.conf /etc/xbps.d/ -# sed -i 's|https://alpha.de.repo.voidlinux.org||g' /etc/xbps.d/*-repository-*.conf +# sed -i 's|https://repo-default.voidlinux.org||g' /etc/xbps.d/*-repository-*.conf ``` After changing the URLs, you must synchronize xbps with the new mirrors: @@ -26,11 +26,11 @@ synchronized: ``` $ xbps-query -L - 9970 https://alpha.de.repo.voidlinux.org/current (RSA signed) - 27 https://alpha.de.repo.voidlinux.org/current/multilib/nonfree (RSA signed) - 4230 https://alpha.de.repo.voidlinux.org/current/multilib (RSA signed) - 47 https://alpha.de.repo.voidlinux.org/current/nonfree (RSA signed) - 5368 https://alpha.de.repo.voidlinux.org/current/debug (RSA signed) + 9970 https://repo-default.voidlinux.org/current (RSA signed) + 27 https://repo-default.voidlinux.org/current/multilib/nonfree (RSA signed) + 4230 https://repo-default.voidlinux.org/current/multilib (RSA signed) + 47 https://repo-default.voidlinux.org/current/nonfree (RSA signed) + 5368 https://repo-default.voidlinux.org/current/debug (RSA signed) ``` Remember that repositories added afterwards will also need to be changed, or