From 0eab0d1c54d91fa7271be82de2b47f2313e91830 Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Fri, 5 Jan 2024 17:11:09 +0800 Subject: [PATCH] Prefer pkgs.org search for yum-utils --- content/extension_points/yum_repository_poller.md | 2 +- rakelib/static_checks.rake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/extension_points/yum_repository_poller.md b/content/extension_points/yum_repository_poller.md index a7d9d8b280..18cc3b567b 100644 --- a/content/extension_points/yum_repository_poller.md +++ b/content/extension_points/yum_repository_poller.md @@ -7,7 +7,7 @@ title: Yum Repository Poller # Yum Repository Poller -**Note:** This plugin is available for GoCD servers running on Linux nodes having repoquery installed (part of the [yum-utils](https://manpages.ubuntu.com/manpages/focal/en/man1/yum-utils.1.html) package, [Ubuntu](https://manpages.ubuntu.com/manpages/lunar/en/man1/yum-utils.1.html), [CentOS](https://rpmfind.net/linux/rpm2html/search.php?query=yum-utils&system=centos)) +**Note:** This plugin is available for GoCD servers running on Linux nodes having repoquery installed (part of the [yum-utils package](https://pkgs.org/search/?q=yum-utils)). ## Introduction diff --git a/rakelib/static_checks.rake b/rakelib/static_checks.rake index c4dfc8f35b..9de2e72ecd 100644 --- a/rakelib/static_checks.rake +++ b/rakelib/static_checks.rake @@ -14,7 +14,7 @@ namespace :static_checks do options = { :disable_external => should_not_run_external_url_checks?, - :ignore_urls => [/([https]:\/\/(localhost)|(.*\.stackexchange.com):*)|([a-z0-9:\/-]*:8153)|(your)|(svn)|([a-zA-z@:\/_]*.git|(docs.gocd.org))/], + :ignore_urls => [/(https?:\/\/localhost|([a-z0-9:\/-]*:8153)|([a-zA-z@:\/_]*.git)|docs\.gocd\.org|stackexchange\.com|pkgs\.org)/], :allow_hash_href => true, :allow_missing_href => true, :check_external_hash => false,