diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-09 16:39:14 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-09 16:39:14 +0100 |
commit | 8188b355ca63294b31e91416d13a8f4d8bfa4057 (patch) | |
tree | 1484f3b8455c8a8618448d0c17e459812db250f9 | |
parent | 07a23119322bc272c7f5fcfe04597efd871de029 (diff) | |
download | jenkins.debian.net-8188b355ca63294b31e91416d13a8f4d8bfa4057.tar.xz |
better gnore more action urls
-rw-r--r-- | job-cfg/webcheck.yaml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml index 180265fc..56f76e1d 100644 --- a/job-cfg/webcheck.yaml +++ b/job-cfg/webcheck.yaml @@ -112,70 +112,70 @@ jobs: - '{name}_www_debian_org': webcheck_url: 'http://www.debian.org' - webcheck_ignore_patterns: '^mailto: .*action/edit.* ^http://qa.debian.org/developer.php http://security.debian.org/pool ^http://packages.debian.org/src:' + webcheck_ignore_patterns: '^mailto: action/edit action/history ^http://qa.debian.org/developer.php http://security.debian.org/pool ^http://packages.debian.org/src:' timed: "0 1 * * 0" - '{name}_www_debconf_org': webcheck_url: 'http://www.debconf.org' - webcheck_ignore_patterns: '^mailto: .*action/edit.*' + webcheck_ignore_patterns: '^mailto: action/edit action/history' timed: "2 1 * * 0" - '{name}_debconf13_debconf_org': webcheck_url: 'http://debconf13.debconf.org' - webcheck_ignore_patterns: '^mailto: .*action/edit.*' + webcheck_ignore_patterns: '^mailto: action/edit action/history' timed: "4 1 * * 0" - '{name}_debconf12_debconf_org': webcheck_url: 'http://debconf12.debconf.org' - webcheck_ignore_patterns: '^mailto: .*action/edit.*' + webcheck_ignore_patterns: '^mailto: action/edit action/history' timed: "6 1 * * 0" - '{name}_debconf11_debconf_org': webcheck_url: 'http://debconf11.debconf.org' - webcheck_ignore_patterns: '^mailto: .*action/edit.*' + webcheck_ignore_patterns: '^mailto: action/edit action/history' timed: "8 1 * * 0" - '{name}_debconf10_debconf_org': webcheck_url: 'http://debconf10.debconf.org' - webcheck_ignore_patterns: '^mailto: .*action/edit.*' + webcheck_ignore_patterns: '^mailto: action/edit action/history' timed: "10 1 * * 0" - '{name}_debconf9_debconf_org': webcheck_url: 'http://debconf9.debconf.org' - webcheck_ignore_patterns: '^mailto: .*action/edit.*' + webcheck_ignore_patterns: '^mailto: action/edit action/history' timed: "12 1 * * 0" - '{name}_debconf8_debconf_org': webcheck_url: 'http://debconf8.debconf.org' - webcheck_ignore_patterns: '^mailto: .*action/edit.*' + webcheck_ignore_patterns: '^mailto: action/edit action/history' timed: "14 1 * * 0" - '{name}_debconf7_debconf_org': webcheck_url: 'http://debconf7.debconf.org' - webcheck_ignore_patterns: '^mailto: .*action/edit.*' + webcheck_ignore_patterns: '^mailto: action/edit action/history' timed: "16 1 * * 0" - '{name}_debconf6_debconf_org': webcheck_url: 'http://debconf6.debconf.org' - webcheck_ignore_patterns: '^mailto: .*action/edit.*' + webcheck_ignore_patterns: '^mailto: action/edit action/history' timed: "18 1 * * 0" - '{name}_debconf5_debconf_org': webcheck_url: 'http://debconf5.debconf.org' - webcheck_ignore_patterns: '^mailto: .*action/edit.*' + webcheck_ignore_patterns: '^mailto: action/edit action/history' timed: "20 1 * * 0" - '{name}_debconf4_debconf_org': webcheck_url: 'http://debconf4.debconf.org' - webcheck_ignore_patterns: '^mailto: .*action/edit.*' + webcheck_ignore_patterns: '^mailto: action/edit action/history' timed: "22 1 * * 0" - '{name}_debconf3_debconf_org': webcheck_url: 'http://debconf3.debconf.org' - webcheck_ignore_patterns: '^mailto: .*action/edit.*' + webcheck_ignore_patterns: '^mailto: action/edit action/history' timed: "24 1 * * 0" - '{name}_debconf2_debconf_org': webcheck_url: 'http://debconf2.debconf.org' - webcheck_ignore_patterns: '^mailto: .*action/edit.*' + webcheck_ignore_patterns: '^mailto: action/edit action/history' timed: "26 1 * * 0" - '{name}_debconf1_debconf_org': webcheck_url: 'http://debconf1.debconf.org' - webcheck_ignore_patterns: '^mailto: .*action/edit.*' + webcheck_ignore_patterns: '^mailto: action/edit action/history' timed: "28 1 * * 0" - '{name}_debconf0_debconf_org': webcheck_url: 'http://debconf0.debconf.org' - webcheck_ignore_patterns: '^mailto: .*action/edit.*' + webcheck_ignore_patterns: '^mailto: action/edit action/history' timed: "30 1 * * 0" - '{name}_media_debconf_org': webcheck_url: 'http://media.debconf.org' - webcheck_ignore_patterns: '^mailto: .*action/edit.*' + webcheck_ignore_patterns: '^mailto: action/edit action/history' timed: "32 1 * * 0" |