summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-10-02 14:59:00 +0200
committerHolger Levsen <holger@layer-acht.org>2016-10-02 14:59:00 +0200
commit03b40b7e5952dbbddb3f5565d54c2ed656b4a4c7 (patch)
tree31a70789c17d884b93ca2575f1c47ce9b03b84e1 /bin/reproducible_build.sh
parent87099ace45b70c33c2d321992e7047aa24096bcd (diff)
downloadjenkins.debian.net-03b40b7e5952dbbddb3f5565d54c2ed656b4a4c7.tar.xz
reproducible Debian: less noise, more signal
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 8940e322..cf253943 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -82,7 +82,7 @@ save_artifacts() {
cp -r $TMPDIR/* $DEBIAN_BASE/$ARTIFACTS/
local msg="Artifacts from this build have been preserved. They will be available for 24h 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"
+ msg="${msg}If you are aware of this and just want to use these artifacts to investigate why $DIFFOSCOPE had issues, you can download the artifacts from the following location: $URL\n"
log_info "$msg"
echo "<p>" > $HEADER
printf "$msg" | sed 's#$#<br />#g' >> $HEADER