diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-12 01:00:23 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-12 01:00:23 +0100 |
commit | 1d61b38eb290c7b7940bf0553ea3aff030af6ac1 (patch) | |
tree | 922549483fead33ec24862ad903e7d0a970c763f /job-cfg | |
parent | 45c9b33778b9b8eba06dc83fe3c7d019fb547733 (diff) | |
download | jenkins.debian.net-1d61b38eb290c7b7940bf0553ea3aff030af6ac1.tar.xz |
Ignore the mirrors too
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 cfa941c7..47f15676 100644 --- a/job-cfg/webcheck.yaml +++ b/job-cfg/webcheck.yaml @@ -117,7 +117,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 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$ www.debian.org/security www.debian.org/News' + 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 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$ www.debian.org/security www.debian.org/News www.debian.org/mirror/list' timed: "0 1 * * 0" - '{name}_www_debian_org_security': webcheck_url: 'http://www.debian.org/security/' |