brew/Library/Homebrew/official_taps.rb
Mike McQuaid d5b403b1e9 test-bot: move to tap.
Migrate to https://github.com/Homebrew/homebrew-test-bot to be able to
work on this with a different, non-tagged workflow.
2016-09-24 18:55:03 +01:00

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