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, 25 Jan 2016 13:06:43
Message-Id: 1453727191.bc4a43378c183fd9ff1ef98fa21f392fe3f65b94.grobian@gentoo
1 commit: bc4a43378c183fd9ff1ef98fa21f392fe3f65b94
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 25 13:06:31 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 25 13:06:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=bc4a4337
7
8 scripts/bootstrap-prefix: bump bootstrap snapshot
9
10 scripts/bootstrap-prefix.sh | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
14 index 924ce3e..7d186f1 100755
15 --- a/scripts/bootstrap-prefix.sh
16 +++ b/scripts/bootstrap-prefix.sh
17 @@ -382,7 +382,7 @@ do_tree() {
18 }
19
20 bootstrap_tree() {
21 - local PV="20160122"
22 + local PV="20160124"
23 if [[ -n ${LATEST_TREE_YES} ]]; then
24 do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
25 else