Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Mon, 01 Jun 2020 11:25:47
Message-Id: 1591010734.0cdde6481974d1d2e10025fc0183a1c9c1ed02fd.grobian@gentoo
1 commit: 0cdde6481974d1d2e10025fc0183a1c9c1ed02fd
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 11:25:34 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 11:25:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=0cdde648
7
8 scripts/bootstrap-prefix: fix distfiles urls
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 scripts/bootstrap-prefix.sh | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
16 index 4ca56caef4..0f01cf54ca 100755
17 --- a/scripts/bootstrap-prefix.sh
18 +++ b/scripts/bootstrap-prefix.sh
19 @@ -2105,8 +2105,8 @@ set_helper_vars() {
20 PORTAGE_TMPDIR=${PORTAGE_TMPDIR:-${ROOT}/var/tmp}
21 DISTFILES_URL=${DISTFILES_URL:-"http://dev.gentoo.org/~grobian/distfiles"}
22 GNU_URL=${GNU_URL:="http://ftp.gnu.org/gnu"}
23 - DISTFILES_G_O="http://distfiles.prefix.gentoo.org"
24 - DISTFILES_PFX="http://distfiles.prefix.gentoo.org/prefix"
25 + DISTFILES_G_O="http://distfiles.prefix.bitzolder.nl"
26 + DISTFILES_PFX="http://distfiles.prefix.bitzolder.nl/prefix"
27 GENTOO_MIRRORS=${GENTOO_MIRRORS:="http://distfiles.gentoo.org"}
28 SNAPSHOT_HOST=$(rapx ${DISTFILES_G_O} http://rsync.prefix.bitzolder.nl)
29 SNAPSHOT_URL=${SNAPSHOT_URL:-"${SNAPSHOT_HOST}/snapshots"}