summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-06-01 13:25:34 +0200
committerFabian Groffen <grobian@gentoo.org>2020-06-01 13:25:34 +0200
commit0cdde6481974d1d2e10025fc0183a1c9c1ed02fd (patch)
treed4db3a643d410eefa0a0b1c33be7405879f9a5aa
parentscripts/bootstrap-prefix: rework efetch(ing) logic somewhat (diff)
downloadprefix-0cdde6481974d1d2e10025fc0183a1c9c1ed02fd.tar.gz
prefix-0cdde6481974d1d2e10025fc0183a1c9c1ed02fd.tar.bz2
prefix-0cdde6481974d1d2e10025fc0183a1c9c1ed02fd.zip
scripts/bootstrap-prefix: fix distfiles urls
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rwxr-xr-xscripts/bootstrap-prefix.sh4
1 files 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"}