diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-10 14:11:35 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-10 14:11:35 +0100 |
commit | 90119c5920c7d6061a2cd9d41e3d26f6469b1037 (patch) | |
tree | 2bb5f8c19df6b710d96606027d7ffda52d9daa6d | |
parent | 8d762e5e55b086201284cd8b81d5f39766856325 (diff) | |
download | jenkins.debian.net-90119c5920c7d6061a2cd9d41e3d26f6469b1037.tar.xz |
fixup: ignore more patters
-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 8617946d..663ec1fb 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 online.securityfocus.com/bid bugs.debian.org/\d\d\d bugs.debian.org/cgi-bin/???report.cgi \.dsc \.diff.gz \.tar.gz \.deb' + 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/ \.dsc$ \.diff.gz$ \.tar.gz \.deb$' timed: "0 1 * * 0" - '{name}_www_debconf_org': webcheck_url: 'http://www.debconf.org' |