summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_nodes_info.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-14 00:59:01 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-14 00:59:01 +0200
commit64f0f09f55efdf1de6aed2410dca5bf6b0855322 (patch)
tree05967abe3bf79db7fbb2bf43a462ffaa565a3f23 /bin/reproducible_html_nodes_info.sh
parentf2ef86acda7d925feb6652d8e0e421ad9f40c545 (diff)
downloadjenkins.debian.net-64f0f09f55efdf1de6aed2410dca5bf6b0855322.tar.xz
reproducible Debian: we do have experimental schroot setup jobs
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_html_nodes_info.sh')
-rwxr-xr-xbin/reproducible_html_nodes_info.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/reproducible_html_nodes_info.sh b/bin/reproducible_html_nodes_info.sh
index cc368229..a98a484e 100755
--- a/bin/reproducible_html_nodes_info.sh
+++ b/bin/reproducible_html_nodes_info.sh
@@ -32,9 +32,6 @@ for ARCH in ${ARCHS} ; do
write_page "<table>"
write_page "<tr><th>Name</th><th>health check</th><th>maintenance</th><th>worker.log links</th>"
for SUITE in ${SUITES} ; do
- if [ "$SUITE" = "experimental" ] ; then
- continue
- fi
write_page "<th>schroot setup $SUITE</th>"
done
for SUITE in ${SUITES} ; do
@@ -76,9 +73,6 @@ for ARCH in ${ARCHS} ; do
write_page "</td>"
fi
for SUITE in ${SUITES} ; do
- if [ "$SUITE" = "experimental" ] ; then
- continue
- fi
URL="https://jenkins.debian.net/view/reproducible/view/Debian_setup_${ARCH}/job/reproducible_setup_schroot_${SUITE}_${ARCH}_${JENKINS_NODENAME}"
BADGE="$URL/badge/icon"
write_page "<td><a href='$URL'><img src='$BADGE' /></a></td>"