summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--job-cfg/webcheck.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml
index aa400631..c85128b4 100644
--- a/job-cfg/webcheck.yaml
+++ b/job-cfg/webcheck.yaml
@@ -118,6 +118,15 @@
- job-template:
defaults: webcheck
name: '{name}_debian_edu_squeeze_manual'
+ disabled: true
+
+- job-template:
+ defaults: webcheck
+ name: '{name}_debian_edu_wheezy_manual'
+
+- job-template:
+ defaults: webcheck
+ name: '{name}_debian_edu_jessie_manual'
- project:
name: webcheck
@@ -203,4 +212,12 @@
webcheck_url: 'http://maintainer.skolelinux.org/debian-edu-doc/en/debian-edu-squeeze-manual.html'
webcheck_ignore_patterns: '^mailto: \?C= http://maintainer.skolelinux.org/debian-edu-doc/$'
timed: "34 1 1,8,15,22 * *"
+ - '{name}_debian_edu_wheezy_manual':
+ webcheck_url: 'http://maintainer.skolelinux.org/debian-edu-doc/en/debian-edu-wheezy-manual.html'
+ webcheck_ignore_patterns: '^mailto: \?C= http://maintainer.skolelinux.org/debian-edu-doc/$'
+ timed: "34 1 1,8,15,22 * *"
+ - '{name}_debian_edu_jessie_manual':
+ webcheck_url: 'http://maintainer.skolelinux.org/debian-edu-doc/en/debian-edu-jessie-manual.html'
+ webcheck_ignore_patterns: '^mailto: \?C= http://maintainer.skolelinux.org/debian-edu-doc/$'
+ timed: "34 2 1,8,15,22 * *"