diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-10 14:02:44 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-10 14:02:44 +0100 |
commit | 8d762e5e55b086201284cd8b81d5f39766856325 (patch) | |
tree | 5a2d933e2007bbc083c9372bcc2cb9e26f067ba7 /job-cfg | |
parent | f70b856a207749965292c5754b8e04385d3f6b10 (diff) | |
download | jenkins.debian.net-8d762e5e55b086201284cd8b81d5f39766856325.tar.xz |
ignore more patters
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/webcheck.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml index e5370ff1..8617946d 100644 --- a/job-cfg/webcheck.yaml +++ b/job-cfg/webcheck.yaml @@ -109,7 +109,7 @@ jobs: - '{name}_www_debian_org': webcheck_url: 'http://www.debian.org' - webcheck_ignore_patterns: '^mailto: action/edit action/history Special: oldid= printable=yes limit= redirect=no qa.debian.org/developer.php security.debian.org/pool packages.debian.org/src: i18n.debian.org/material cve.mitre.org/cgi-bin bugs.debian.org/\d\d\d' + webcheck_ignore_patterns: '^mailto: action/edit action/history Special: oldid= printable=yes limit= redirect=no qa.debian.org/developer.php security.debian.org/pool packages.debian.org/src: i18n.debian.org/material cve.mitre.org/cgi-bin online.securityfocus.com/bid bugs.debian.org/\d\d\d bugs.debian.org/cgi-bin/???report.cgi \.dsc \.diff.gz \.tar.gz \.deb' timed: "0 1 * * 0" - '{name}_www_debconf_org': webcheck_url: 'http://www.debconf.org' |