diff options
author | Fabian Groffen <grobian@gentoo.org> | 2024-04-08 10:20:54 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2024-04-08 10:20:54 +0200 |
commit | 441669168f51b3b6efc403fa69f66afec6fbf86c (patch) | |
tree | 71ed407788d290ed68b545b3960531e6e025b5b5 /scripts | |
parent | scripts/bootstrap-prefix: snapshot bump to fix Solaris bootstrap (diff) | |
download | prefix-441669168f51b3b6efc403fa69f66afec6fbf86c.tar.gz prefix-441669168f51b3b6efc403fa69f66afec6fbf86c.tar.bz2 prefix-441669168f51b3b6efc403fa69f66afec6fbf86c.zip |
scripts/bootstrap-prefix: bump bootstrap snapshot
fix upstream distfile change for darwin-miscutils
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap-prefix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index f27be96a45..660d32c487 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -573,7 +573,7 @@ bootstrap_tree() { # retain this comment and the line below to # keep this snapshot around in the snapshots # MKSNAPSHOT-ANCHOR -- directory of rsync slaves - local PV="20240406" + local PV="20240407" # RAP uses the latest gentoo main repo snapshot to bootstrap. is-rap && LATEST_TREE_YES=1 |