summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-03-19 09:39:06 +0100
committerFabian Groffen <grobian@gentoo.org>2019-03-19 09:39:06 +0100
commitcfceb27c37fd5a0979d5c9ed48be7cfe5851f4ae (patch)
treea6b9cd64d57b10ea92dad71b23720101661cf0da
parentscripts/bootstrap-prefix: bump bootstrap snapshot (diff)
downloadprefix-cfceb27c37fd5a0979d5c9ed48be7cfe5851f4ae.tar.gz
prefix-cfceb27c37fd5a0979d5c9ed48be7cfe5851f4ae.tar.bz2
prefix-cfceb27c37fd5a0979d5c9ed48be7cfe5851f4ae.zip
scripts/bootstrap-prefix: fix tree snapshot date off by one
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rwxr-xr-xscripts/bootstrap-prefix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 704062c7e4..35e54ddc87 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -546,7 +546,7 @@ do_tree() {
bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
- local PV="20190313"
+ local PV="20190312"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else