diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-16 12:09:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-16 12:09:39 +0200 |
commit | df6404e88d2d74916d576477505919f811579d7f (patch) | |
tree | fc20f7f643d4610b264e8483151e0a560339cad3 /bin | |
parent | e37cac7be40470bf06e62072e7ca5bd449c00aa0 (diff) | |
download | jenkins.debian.net-df6404e88d2d74916d576477505919f811579d7f.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 deb8ac27..3295bd8b 100755 --- a/bin/reproducible_nodes_info.sh +++ b/bin/reproducible_nodes_info.sh @@ -17,6 +17,7 @@ TMPFILE_NODE=$(mktemp) 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." cat $TARGET_DIR/$NODE |