Skip to content

Commit

Permalink
Prefer pkgs.org search for yum-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jan 5, 2024
1 parent a13247f commit 0eab0d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/extension_points/yum_repository_poller.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion rakelib/static_checks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0eab0d1

Please sign in to comment.