diff options
author | Fabian Groffen <grobian@gentoo.org> | 2024-07-30 19:04:38 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2024-07-30 19:04:38 +0200 |
commit | 03176f2d90ead5f2e3d0e3f9fe0498b2ff1e9f60 (patch) | |
tree | 3ae17f0752da4abea061288ebc0b509c61c708bd | |
parent | sys-apps/coreutils-9.5: version bump, add Solaris fix (diff) | |
download | prefix-03176f2d90ead5f2e3d0e3f9fe0498b2ff1e9f60.tar.gz prefix-03176f2d90ead5f2e3d0e3f9fe0498b2ff1e9f60.tar.bz2 prefix-03176f2d90ead5f2e3d0e3f9fe0498b2ff1e9f60.zip |
scripts/bootstrap-prefix: bump snapshot for Solaris fixes
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-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 e434b1c61d..dfdff4c99e 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -548,7 +548,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="20240721" + local PV="20240729" # RAP uses the latest gentoo main repo snapshot to bootstrap. is-rap && LATEST_TREE_YES=1 |