summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-09 16:42:57 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-09 16:42:57 +0100
commite7be5b674629b67158aafaa2f0e954a4e599ae08 (patch)
treead0162d572cc3bb60d935d321d9150ad54ad209c
parent8188b355ca63294b31e91416d13a8f4d8bfa4057 (diff)
downloadjenkins.debian.net-e7be5b674629b67158aafaa2f0e954a4e599ae08.tar.xz
ignore more urls and put that info in the job description
-rw-r--r--job-cfg/webcheck.yaml36
1 files changed, 18 insertions, 18 deletions
diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml
index 56f76e1d..853732e9 100644
--- a/job-cfg/webcheck.yaml
+++ b/job-cfg/webcheck.yaml
@@ -1,7 +1,7 @@
- defaults:
name: webcheck
- description: 'Run <a href="http://arthurdejong.org/webcheck/">webcheck</a> on {webcheck_url} once a week.{do_not_edit}'
+ description: 'Run <a href="http://arthurdejong.org/webcheck/">webcheck</a> on {webcheck_url} once a week while ignore these patters: <pre>{webcheck_ignore_patterns</pre>.{do_not_edit}'
logrotate:
daysToKeep: 90
numToKeep: 50
@@ -112,70 +112,70 @@
jobs:
- '{name}_www_debian_org':
webcheck_url: 'http://www.debian.org'
- webcheck_ignore_patterns: '^mailto: action/edit action/history ^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 ^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 action/history'
+ webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges'
timed: "2 1 * * 0"
- '{name}_debconf13_debconf_org':
webcheck_url: 'http://debconf13.debconf.org'
- webcheck_ignore_patterns: '^mailto: action/edit action/history'
+ webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges'
timed: "4 1 * * 0"
- '{name}_debconf12_debconf_org':
webcheck_url: 'http://debconf12.debconf.org'
- webcheck_ignore_patterns: '^mailto: action/edit action/history'
+ webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges'
timed: "6 1 * * 0"
- '{name}_debconf11_debconf_org':
webcheck_url: 'http://debconf11.debconf.org'
- webcheck_ignore_patterns: '^mailto: action/edit action/history'
+ webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges'
timed: "8 1 * * 0"
- '{name}_debconf10_debconf_org':
webcheck_url: 'http://debconf10.debconf.org'
- webcheck_ignore_patterns: '^mailto: action/edit action/history'
+ webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges'
timed: "10 1 * * 0"
- '{name}_debconf9_debconf_org':
webcheck_url: 'http://debconf9.debconf.org'
- webcheck_ignore_patterns: '^mailto: action/edit action/history'
+ webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges'
timed: "12 1 * * 0"
- '{name}_debconf8_debconf_org':
webcheck_url: 'http://debconf8.debconf.org'
- webcheck_ignore_patterns: '^mailto: action/edit action/history'
+ webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges'
timed: "14 1 * * 0"
- '{name}_debconf7_debconf_org':
webcheck_url: 'http://debconf7.debconf.org'
- webcheck_ignore_patterns: '^mailto: action/edit action/history'
+ webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges'
timed: "16 1 * * 0"
- '{name}_debconf6_debconf_org':
webcheck_url: 'http://debconf6.debconf.org'
- webcheck_ignore_patterns: '^mailto: action/edit action/history'
+ webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges'
timed: "18 1 * * 0"
- '{name}_debconf5_debconf_org':
webcheck_url: 'http://debconf5.debconf.org'
- webcheck_ignore_patterns: '^mailto: action/edit action/history'
+ webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges'
timed: "20 1 * * 0"
- '{name}_debconf4_debconf_org':
webcheck_url: 'http://debconf4.debconf.org'
- webcheck_ignore_patterns: '^mailto: action/edit action/history'
+ webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges'
timed: "22 1 * * 0"
- '{name}_debconf3_debconf_org':
webcheck_url: 'http://debconf3.debconf.org'
- webcheck_ignore_patterns: '^mailto: action/edit action/history'
+ webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges'
timed: "24 1 * * 0"
- '{name}_debconf2_debconf_org':
webcheck_url: 'http://debconf2.debconf.org'
- webcheck_ignore_patterns: '^mailto: action/edit action/history'
+ webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges'
timed: "26 1 * * 0"
- '{name}_debconf1_debconf_org':
webcheck_url: 'http://debconf1.debconf.org'
- webcheck_ignore_patterns: '^mailto: action/edit action/history'
+ webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges'
timed: "28 1 * * 0"
- '{name}_debconf0_debconf_org':
webcheck_url: 'http://debconf0.debconf.org'
- webcheck_ignore_patterns: '^mailto: action/edit action/history'
+ webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges'
timed: "30 1 * * 0"
- '{name}_media_debconf_org':
webcheck_url: 'http://media.debconf.org'
- webcheck_ignore_patterns: '^mailto: action/edit action/history'
+ webcheck_ignore_patterns: '^mailto: action/edit action/history Special:RecentChanges'
timed: "32 1 * * 0"