Add timestamping

This commit is contained in:
Alexis Lahouze 2018-11-25 20:42:49 +01:00
parent c8db3c20ec
commit e033efe694
1 changed files with 2 additions and 2 deletions

View File

@ -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