
Migrate to https://github.com/Homebrew/homebrew-test-bot to be able to work on this with a different, non-tagged workflow.
24 lines
303 B
Ruby
24 lines
303 B
Ruby
OFFICIAL_TAPS = %w[
|
|
apache
|
|
completions
|
|
devel-only
|
|
dupes
|
|
emacs
|
|
fuse
|
|
games
|
|
gui
|
|
nginx
|
|
php
|
|
python
|
|
science
|
|
tex
|
|
versions
|
|
x11
|
|
].freeze
|
|
|
|
OFFICIAL_CMD_TAPS = {
|
|
"homebrew/bundle" => ["bundle"],
|
|
"homebrew/test-bot" => ["test-bot"],
|
|
"homebrew/services" => ["services"],
|
|
}.freeze
|