mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Cache the external links for an hour, and ignore GitHub.com
This commit is contained in:
parent
17de29e93d
commit
484c7e07d1
@ -29,8 +29,13 @@ task test: :build do
|
|||||||
%r{Kickstarter-Supporters},
|
%r{Kickstarter-Supporters},
|
||||||
],
|
],
|
||||||
ignore_urls: [
|
ignore_urls: [
|
||||||
"http://formulae.brew.sh",
|
%r{https://formulae.brew.sh"},
|
||||||
%r{https://github.com/Homebrew/brew/edit/gh-pages//},
|
%r{https://github.com/}
|
||||||
]
|
],
|
||||||
|
cache: {
|
||||||
|
timeframe: {
|
||||||
|
external: "1h"
|
||||||
|
}
|
||||||
|
}
|
||||||
).run
|
).run
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user