summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-16 14:05:10 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-16 14:05:10 +0200
commit2ea8c692b68c3a3e8ff13c768056ef017922226d (patch)
tree4e8fe37bc7117aff5927d9701fcdb70ae36ac3d8 /bin/reproducible_build.sh
parentf1309f6585014b2fbeb1e16873ee1ccdd003ac97 (diff)
downloadjenkins.debian.net-2ea8c692b68c3a3e8ff13c768056ef017922226d.tar.xz
reproducible: only keep artifacts for 2 days (instead of 3)
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index c3e9d551..c88c64a4 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -53,7 +53,7 @@ save_artifacts() {
mkdir -p $BASE/$ARTIFACTS
cp -r $TMPDIR/* $BASE/$ARTIFACTS/
echo | tee -a ${RBUILDLOG}
- local msg="Artifacts from this build have been preserved. They will be available for 72h only, so download them now.\n"
+ local msg="Artifacts from this build have been preserved. They will be available for 48h only, so download them now.\n"
msg="${msg}WARNING: You shouldn't trust packages downloaded from this host, they can contain malware or the worst of your fears, packaged nicely in debian format.\n"
msg="${msg}If you are not afraid facing your fears while helping the world by investigating reproducible build issues, you can download the artifacts from the following location: $URL\n"
printf "$msg" | tee -a $BUILDLOG