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: Tue, 29 May 2018 06:34:58
Message-Id: 1527575678.984ce333349f09cd7499f6756700327fb1730c12.grobian@gentoo
1 commit: 984ce333349f09cd7499f6756700327fb1730c12
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 06:34:38 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 06:34:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=984ce333
7
8 scripts/bootstrap-prefix: bump snapshots for portage fix
9
10 scripts/bootstrap-prefix.sh | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
14 index 8344fd5ef9..735fd95f0e 100755
15 --- a/scripts/bootstrap-prefix.sh
16 +++ b/scripts/bootstrap-prefix.sh
17 @@ -533,7 +533,7 @@ do_tree() {
18 bootstrap_tree() {
19 # RAP uses the latest gentoo main repo snapshot to bootstrap.
20 is-rap && LATEST_TREE_YES=1
21 - local PV="20180525"
22 + local PV="20180528"
23 if [[ -n ${LATEST_TREE_YES} ]]; then
24 do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
25 else
26 @@ -605,8 +605,8 @@ bootstrap_portage() {
27 # STABLE_PV that is known to work. Intended for power users only.
28 ## It is critical that STABLE_PV is the lastest (non-masked) version that is
29 ## included in the snapshot for bootstrap_tree.
30 - STABLE_PV="2.3.40"
31 - [[ ${TESTING_PV} == latest ]] && TESTING_PV="2.3.40"
32 + STABLE_PV="2.3.40.1"
33 + [[ ${TESTING_PV} == latest ]] && TESTING_PV="2.3.40.1"
34 PV="${TESTING_PV:-${STABLE_PV}}"
35 A=prefix-portage-${PV}.tar.bz2
36 einfo "Bootstrapping ${A%-*}"