summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-24 19:52:08 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-24 19:52:08 +0100
commit05216d49654df4d0d14e41c2355d844c409b8bc9 (patch)
treec2915006774053490a533524246e64ed35ed3a74 /update_jdn.sh
parente32d1590238ca41c0bd2b1987830a8f9485f0552 (diff)
downloadjenkins.debian.net-05216d49654df4d0d14e41c2355d844c409b8bc9.tar.xz
revert 2f9f338a
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 50ff845e..0d089c0b 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -233,7 +233,7 @@ explain "Jenkins jobs updated."
#
#wc -m counts one byte too many, so we substract one
let DEFINED_MY_TRIGGERS=$(grep -v \# *.yaml | grep my_trigger: | grep -v "my_trigger: ''"|wc -l)+$(grep my_trigger: *.yaml|grep , |xargs -r echo | sed 's/[^,]//g'| wc -m)-1
-let DEFINED_DI_TRIGGERS=$(grep "defaults: d-i-manual-html" d-i.yaml|wc -l)-5 # 5 need to be substracted because 5 d-i_manual_pdf jobs dont exist, yet their html pendants trigger them...
+let DEFINED_DI_TRIGGERS=$(grep "defaults: d-i-manual-html" d-i.yaml|wc -l)
#DEFINED_REPRODUCIBLE_TRIGGERS=$(grep "^ defaults: reproducible$" reproducible.yaml|wc -l)
let DEFINED_TRIGGERS=DEFINED_MY_TRIGGERS+DEFINED_DI_TRIGGERS
#let DEFINED_TRIGGERS=DEFINED_TRIGGERS+DEFINED_REPRODUCIBLE_TRIGGERS