summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_nodes_info.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-09 17:12:49 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-09 17:12:49 +0200
commit5c94bcb90e099f3f2e2c0e56da47248025e78fbb (patch)
tree15f21a637c337c6211850861896b8534d414032c /bin/reproducible_nodes_info.sh
parent0c2430b06357b78249d92288a8c77fe77919eec5 (diff)
downloadjenkins.debian.net-5c94bcb90e099f3f2e2c0e56da47248025e78fbb.tar.xz
reproducible: jenkins.d.n is still a node used for building…
Diffstat (limited to 'bin/reproducible_nodes_info.sh')
-rwxr-xr-xbin/reproducible_nodes_info.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/reproducible_nodes_info.sh b/bin/reproducible_nodes_info.sh
index fd5baafd..3f75ac02 100755
--- a/bin/reproducible_nodes_info.sh
+++ b/bin/reproducible_nodes_info.sh
@@ -16,6 +16,12 @@ TMPFILE_SRC=$(mktemp)
TMPFILE_NODE=$(mktemp)
for NODE in $BUILD_NODES ; do
+ if [ "$NODE" = "jenkins.debian.net" ] ; then
+ /srv/jenkins/bin/reproducible_info.sh > $TARGET_DIR/$NODE
+ echo "$(date -u) - $TARGET_DIR/$NODE updated."
+ cat $TARGET_DIR/$NODE
+ continue
+ fi
# call jenkins_master_wrapper.sh so we only need to track different ssh ports in one place
# jenkins_master_wrapper.sh needs NODE_NAME and JOB_NAME
export NODE_NAME=$NODE