From f8fae35e8ba4b7ca885892ae3d9b88a2fdb712b9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 16 Sep 2015 13:23:42 +0200 Subject: reproducibe: improve job output --- bin/reproducible_nodes_info.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_nodes_info.sh') diff --git a/bin/reproducible_nodes_info.sh b/bin/reproducible_nodes_info.sh index d6468aa3..6dc49214 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 -- cgit v1.2.3-54-g00ecf