summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-09 16:04:32 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-09 16:04:32 +0200
commit85f7b2fe76472ddf1237a4db24f08cfb79f934e0 (patch)
tree13d4e566ae06270f3f83c170fd9efefd0d99faed
parent36ce237b7feb8021e90bfe3732fc72b187f8196a (diff)
downloadjenkins.debian.net-85f7b2fe76472ddf1237a4db24f08cfb79f934e0.tar.xz
reproducible: be more verbose
-rwxr-xr-xbin/reproducible_nodes_info.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_nodes_info.sh b/bin/reproducible_nodes_info.sh
index 8361731f..7283f05b 100755
--- a/bin/reproducible_nodes_info.sh
+++ b/bin/reproducible_nodes_info.sh
@@ -30,6 +30,7 @@ for NODE in bpi0-armhf-rb.debian.net hb0-armhf-rb.debian.net wbq0-armhf-rb.debia
if [ -s $TMPFILE_NODE ] ; then
mv $TMPFILE_NODE $TARGET_DIR/$NODE
echo "$(date -u) - $TARGET_DIR/$NODE updated."
+ cat $TARGET_DIR/$NODE
fi
rm -f $TMPFILE_SRC $TMPFILE_NODE
done