diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-09 16:04:32 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-09 16:04:32 +0200 |
commit | 85f7b2fe76472ddf1237a4db24f08cfb79f934e0 (patch) | |
tree | 13d4e566ae06270f3f83c170fd9efefd0d99faed /bin | |
parent | 36ce237b7feb8021e90bfe3732fc72b187f8196a (diff) | |
download | jenkins.debian.net-85f7b2fe76472ddf1237a4db24f08cfb79f934e0.tar.xz |
reproducible: be more verbose
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_nodes_info.sh | 1 |
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 |