[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix variable name, shorten irc message
Holger Levsen
holger at moszumanska.debian.org
Sat Mar 21 11:34:52 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 0a51922611b862e9bd34afcc15c3404181f82eb5
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Mar 21 12:33:56 2015 +0100
reproducible: fix variable name, shorten irc message
---
bin/reproducible_build.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 69c205d..ff950a4 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -27,7 +27,7 @@ cleanup_all() {
set -x
if [ "$SAVE_ARTIFACTS" = "1" ] ; then
local random=$(tr -cd '[:alnum:]' < /dev/urandom | fold -w5 | head -1)
- local ARTIFACTS="artifacts/r00t-me/tmp-${random}/${SUITE}/${PACKAGE}"
+ local ARTIFACTS="artifacts/r00t-me/tmp-${random}/${SUITE}/${SRCPACKAGE}"
mkdir -p /var/lib/jenkins/userContent/$ARTIFACTS
cp -rv $TMPDIR/* /var/lib/jenkins/userContent/$ARTIFACTS/
echo | tee -a ${RBUILDLOG}
@@ -36,7 +36,7 @@ cleanup_all() {
echo "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:" | tee -a ${RBUILDLOG}
echo "https://reproducible.debian.net/$ARTIFACTS" | tee -a ${RBUILDLOG}
echo | tee -a ${RBUILDLOG}
- kgb-client --conf /srv/jenkins/kgb/debian-reproducible.conf --relay-msg "new artifacts available at https://reproducible.debian.net/$ARTIFACTS" || true # don't fail the whole job
+ kgb-client --conf /srv/jenkins/kgb/debian-reproducible.conf --relay-msg "https://reproducible.debian.net/$ARTIFACTS/ published" || true # don't fail the whole job
fi
set +x
rm -r $TMPDIR $TMPCFG
--
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