[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: announce artifact collection
Holger Levsen
holger at moszumanska.debian.org
Sat Mar 21 11:08:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 087ac492f818651e514313272fc094cebdd55440
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Mar 21 12:07:55 2015 +0100
reproducible: announce artifact collection
---
bin/reproducible_build.sh | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 506dd91..95ac265 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -165,9 +165,14 @@ else
SRCPACKAGE=$(echo $RESULT|cut -d "|" -f3)
SCHEDULED_DATE=$(echo $RESULT|cut -d "|" -f4)
SAVE_ARTIFACTS=$(echo $RESULT|cut -d "|" -f5)
+ if [ "$SAVE_ARTIFACTS" = "1" ] ; then
+ AANOUNCE=" Artifacts will be preserved."
+ else
+ AANOUNCE=""
+ fi
create_results_dirs
echo "============================================================================="
- echo "Trying to reproducibly build ${SRCPACKAGE} in ${SUITE} on ${ARCH} now."
+ echo "Trying to reproducibly build ${SRCPACKAGE} in ${SUITE} on ${ARCH} now.$AANOUNCE"
echo "============================================================================="
set -x
DATE=$(date +'%Y-%m-%d %H:%M')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list