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, 23 Aug 2021 16:48:30
Message-Id: 1629737202.05f877feef115ca704804dc635b6621866650ba7.grobian@gentoo
1 commit: 05f877feef115ca704804dc635b6621866650ba7
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 23 16:46:42 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 23 16:46:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=05f877fe
7
8 scripts/bootstrap-prefix: set GENTOO_MIRRORS in make.conf
9
10 Add the Prefix distfile mirror by default, so "outdated" ebuilds from
11 the overlay will remain fetchable for new installs.
12
13 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
14
15 scripts/bootstrap-prefix.sh | 4 ++++
16 1 file changed, 4 insertions(+)
17
18 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
19 index 187673e29b..aaff67bfe4 100755
20 --- a/scripts/bootstrap-prefix.sh
21 +++ b/scripts/bootstrap-prefix.sh
22 @@ -324,6 +324,10 @@ bootstrap_setup() {
23 # bug 759424
24 [[ -n ${STABLE_PREFIX} ]] && \
25 echo 'ACCEPT_KEYWORDS="${ARCH} -~${ARCH}"'
26 + else
27 + echo "# last mirror is for Prefix specific distfiles, you"
28 + echo "# might experience fetch failures if you remove it"
29 + echo "GENTOO_MIRRORS=\"${GENTOO_MIRRORS} ${DISTFILES_PFX}\""
30 fi
31 if [[ ${FS_INSENSITIVE} == 1 ]] ; then
32 echo