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: Thu, 04 Jan 2018 09:46:32
Message-Id: 1515059160.bd802a20f3c8d250fd85ed66272df93583edde2a.grobian@gentoo
1 commit: bd802a20f3c8d250fd85ed66272df93583edde2a
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 09:46:00 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 09:46:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=bd802a20
7
8 scripts/bootstrap-prefix: update snapshots
9
10 Bug: https://bugs.gentoo.org/642656
11 Bug: https://bugs.gentoo.org/618396
12 Bug: https://bugs.gentoo.org/632500
13 Bug: https://bugs.gentoo.org/638816
14
15 scripts/bootstrap-prefix.sh | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
19 index 6b928c2f83..e262ffba3d 100755
20 --- a/scripts/bootstrap-prefix.sh
21 +++ b/scripts/bootstrap-prefix.sh
22 @@ -496,7 +496,7 @@ do_tree() {
23 bootstrap_tree() {
24 # RAP uses the latest gentoo main repo snapshot to bootstrap.
25 is-rap && LATEST_TREE_YES=1
26 - local PV="20171112"
27 + local PV="20180103"
28 if [[ -n ${LATEST_TREE_YES} ]]; then
29 do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
30 else
31 @@ -568,8 +568,8 @@ bootstrap_portage() {
32 # STABLE_PV that is known to work. Intended for power users only.
33 ## It is critical that STABLE_PV is the lastest (non-masked) version that is
34 ## included in the snapshot for bootstrap_tree.
35 - STABLE_PV="2.3.8"
36 - [[ ${TESTING_PV} == latest ]] && TESTING_PV="2.3.8"
37 + STABLE_PV="2.3.18"
38 + [[ ${TESTING_PV} == latest ]] && TESTING_PV="2.3.18"
39 PV="${TESTING_PV:-${STABLE_PV}}"
40 A=prefix-portage-${PV}.tar.bz2
41 einfo "Bootstrapping ${A%-*}"