summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-21 13:41:06 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-21 13:41:06 +0100
commit2f9f338aa0ae02b2a28e7177ee8d3ddc59526c84 (patch)
tree5b2921962cd58b3a9009e22732ec9204cd557157 /update_jdn.sh
parent71583aa6f075696ec3c07818babaf77014a360f5 (diff)
downloadjenkins.debian.net-2f9f338aa0ae02b2a28e7177ee8d3ddc59526c84.tar.xz
calculate triggers: add more knowledge about the setup....
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 be98974c..eb8658f1 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -232,7 +232,7 @@ explain "Jenkins jobs updated."
#
#wc -m counts one byte too many, so we substract one
let DEFINED_MY_TRIGGERS=$(grep my_trigger: *.yaml|grep -v "my_trigger: ''"|wc -l)+$(grep my_trigger: *.yaml|grep , |xargs -r echo | sed 's/[^,]//g'| wc -m)-1
-DEFINED_DI_TRIGGERS=$(grep "defaults: d-i-manual-html" d-i.yaml|wc -l)
+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...
#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