diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-09 17:34:15 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-09 17:34:15 +0100 |
commit | d474ec357f2a4db91fa1bcee0824182901bd55f8 (patch) | |
tree | 763950445df215bdd7639d1a7ef8ca5dbe00cb66 /job-cfg | |
parent | 1bbedcf41c85655c8d45edf1c4d7357ae23ea0f5 (diff) | |
download | jenkins.debian.net-d474ec357f2a4db91fa1bcee0824182901bd55f8.tar.xz |
ignore more patterns
Diffstat (limited to 'job-cfg')
-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 7f3a1585..ea5d2919 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 action/history Special:RecentChanges ^http://qa.debian.org/developer.php http://security.debian.org/pool ^http://packages.debian.org/src:' + webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges oldid= qa.debian.org/developer.php security.debian.org/pool packages.debian.org/src:' timed: "0 1 * * 0" - '{name}_www_debconf_org': webcheck_url: 'http://www.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges' + webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges oldid=' timed: "2 1 * * 0" - '{name}_debconf13_debconf_org': webcheck_url: 'http://debconf13.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges' + webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges oldid=' timed: "4 1 * * 0" - '{name}_debconf12_debconf_org': webcheck_url: 'http://debconf12.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges' + webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges oldid=' timed: "6 1 * * 0" - '{name}_debconf11_debconf_org': webcheck_url: 'http://debconf11.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges' + webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges oldid=' timed: "8 1 * * 0" - '{name}_debconf10_debconf_org': webcheck_url: 'http://debconf10.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges' + webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges oldid=' timed: "10 1 * * 0" - '{name}_debconf9_debconf_org': webcheck_url: 'http://debconf9.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges' + webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges oldid=' timed: "12 1 * * 0" - '{name}_debconf8_debconf_org': webcheck_url: 'http://debconf8.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges' + webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges oldid=' timed: "14 1 * * 0" - '{name}_debconf7_debconf_org': webcheck_url: 'http://debconf7.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges' + webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges oldid=' timed: "16 1 * * 0" - '{name}_debconf6_debconf_org': webcheck_url: 'http://debconf6.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges' + webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges oldid=' timed: "18 1 * * 0" - '{name}_debconf5_debconf_org': webcheck_url: 'http://debconf5.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges' + webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges oldid=' timed: "20 1 * * 0" - '{name}_debconf4_debconf_org': webcheck_url: 'http://debconf4.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges' + webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges oldid=' timed: "22 1 * * 0" - '{name}_debconf3_debconf_org': webcheck_url: 'http://debconf3.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges' + webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges oldid=' timed: "24 1 * * 0" - '{name}_debconf2_debconf_org': webcheck_url: 'http://debconf2.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges' + webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges oldid=' timed: "26 1 * * 0" - '{name}_debconf1_debconf_org': webcheck_url: 'http://debconf1.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges' + webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges oldid=' timed: "28 1 * * 0" - '{name}_debconf0_debconf_org': webcheck_url: 'http://debconf0.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges' + webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges oldid=' timed: "30 1 * * 0" - '{name}_media_debconf_org': webcheck_url: 'http://media.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges' + webcheck_ignore_patterns: '^mailto:' timed: "32 1 * * 0" |