summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-16 12:09:39 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-16 12:09:39 +0200
commitdf6404e88d2d74916d576477505919f811579d7f (patch)
treefc20f7f643d4610b264e8483151e0a560339cad3
parente37cac7be40470bf06e62072e7ca5bd449c00aa0 (diff)
downloadjenkins.debian.net-df6404e88d2d74916d576477505919f811579d7f.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 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