Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
6ce84c4f
Commit
6ce84c4f
authored
8 years ago
by
Markus Reiter
Browse files
Options
Downloads
Patches
Plain Diff
Add `OFFICIAL_CASK_TAPS` in `official_taps.rb`.
parent
3c017a74
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Library/Homebrew/cmd/search.rb
+2
-4
2 additions, 4 deletions
Library/Homebrew/cmd/search.rb
Library/Homebrew/official_taps.rb
+5
-0
5 additions, 0 deletions
Library/Homebrew/official_taps.rb
with
7 additions
and
4 deletions
Library/Homebrew/cmd/search.rb
+
2
−
4
View file @
6ce84c4f
...
...
@@ -100,10 +100,8 @@ module Homebrew
raise
SEARCH_ERROR_QUEUE
.
pop
unless
SEARCH_ERROR_QUEUE
.
empty?
end
SEARCHABLE_TAPS
=
OFFICIAL_TAPS
.
map
{
|
tap
|
[
"Homebrew"
,
tap
]
}
+
[
%w[caskroom cask]
,
%w[caskroom versions]
,
]
SEARCHABLE_TAPS
=
OFFICIAL_TAPS
.
map
{
|
tap
|
[
"Homebrew"
,
tap
]
}
+
OFFICIAL_CASK_TAPS
.
map
{
|
tap
|
[
"caskroom"
,
tap
]
}
def
query_regexp
(
query
)
case
query
...
...
This diff is collapsed.
Click to expand it.
Library/Homebrew/official_taps.rb
+
5
−
0
View file @
6ce84c4f
...
...
@@ -5,6 +5,11 @@ OFFICIAL_TAPS = %w[
science
]
.
freeze
OFFICIAL_CASK_TAPS
=
%w[
cask
versions
]
.
freeze
OFFICIAL_CMD_TAPS
=
{
"homebrew/bundle"
=>
[
"bundle"
],
"homebrew/test-bot"
=>
[
"test-bot"
],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment