commit: 0cdde6481974d1d2e10025fc0183a1c9c1ed02fd
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 1 11:25:34 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Jun 1 11:25:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=0cdde648
scripts/bootstrap-prefix: fix distfiles urls
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 4ca56caef4..0f01cf54ca 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -2105,8 +2105,8 @@ set_helper_vars() {
PORTAGE_TMPDIR=${PORTAGE_TMPDIR:-${ROOT}/var/tmp}
DISTFILES_URL=${DISTFILES_URL:-"http://dev.gentoo.org/~grobian/distfiles"}
GNU_URL=${GNU_URL:="http://ftp.gnu.org/gnu"}
- DISTFILES_G_O="http://distfiles.prefix.gentoo.org"
- DISTFILES_PFX="http://distfiles.prefix.gentoo.org/prefix"
+ DISTFILES_G_O="http://distfiles.prefix.bitzolder.nl"
+ DISTFILES_PFX="http://distfiles.prefix.bitzolder.nl/prefix"
GENTOO_MIRRORS=${GENTOO_MIRRORS:="http://distfiles.gentoo.org"}
SNAPSHOT_HOST=$(rapx ${DISTFILES_G_O} http://rsync.prefix.bitzolder.nl)
SNAPSHOT_URL=${SNAPSHOT_URL:-"${SNAPSHOT_HOST}/snapshots"}