[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducibe: improve job output
Holger Levsen
holger at moszumanska.debian.org
Wed Sep 16 11:24:12 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 f8fae35e8ba4b7ca885892ae3d9b88a2fdb712b9
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Sep 16 13:23:42 2015 +0200
reproducibe: improve job output
---
bin/reproducible_nodes_info.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_nodes_info.sh b/bin/reproducible_nodes_info.sh
index d6468aa..6dc4921 100755
--- a/bin/reproducible_nodes_info.sh
+++ b/bin/reproducible_nodes_info.sh
@@ -19,7 +19,7 @@ for NODE in $BUILD_NODES ; do
if [ "$NODE" = "jenkins.debian.net" ] ; then
echo "$(date -u) - Trying to update $TARGET_DIR/$NODE."
/srv/jenkins/bin/reproducible_info.sh > $TARGET_DIR/$NODE
- echo "$(date -u) - $TARGET_DIR/$NODE updated."
+ echo "$(date -u) - $TARGET_DIR/$NODE updated:"
cat $TARGET_DIR/$NODE
continue
fi
@@ -37,7 +37,7 @@ for NODE in $BUILD_NODES ; do
done
if [ -s $TMPFILE_NODE ] ; then
mv $TMPFILE_NODE $TARGET_DIR/$NODE
- echo "$(date -u) - $TARGET_DIR/$NODE updated."
+ echo "$(date -u) - $TARGET_DIR/$NODE updated:"
cat $TARGET_DIR/$NODE
fi
rm -f $TMPFILE_SRC $TMPFILE_NODE
--
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