Add timestamping
This commit is contained in:
parent
c8db3c20ec
commit
e033efe694
@ -11,11 +11,11 @@ STAGE3_TAG=$(wget -q -O - \
|
||||
| grep -v "^#" | cut -d ' ' -f 1)
|
||||
|
||||
# Download latest stable stage3 build
|
||||
wget -O /var/lib/catalyst/store/builds/stage3-amd64-latest.tar.xz \
|
||||
wget -N -O /var/lib/catalyst/store/builds/stage3-amd64-latest.tar.xz \
|
||||
http://distfiles.gentoo.org/releases/amd64/autobuilds/${STAGE3_TAG}
|
||||
|
||||
# Download latest portage snapshot
|
||||
wget -O /var/lib/catalyst/store/snapshots/portage-latest.tar.bz2 \
|
||||
wget -N -O /var/lib/catalyst/store/snapshots/portage-latest.tar.bz2 \
|
||||
https://gentoo.osuosl.org/releases/snapshots/current/portage-latest.tar.bz2
|
||||
|
||||
# Update stage3 snapshot
|
||||
|
Loading…
Reference in New Issue
Block a user