From e033efe694185e339c4550941cc3756c762a20c1 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 25 Nov 2018 20:42:49 +0100 Subject: [PATCH] Add timestamping --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 3cd1392..93b42c3 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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