Indrajit Raychaudhuri
ea8cb33338
Update homebrew_tap to support custom tap URL via optional 'url' option ( #2672 )
...
This allows doing 'brew tap <url>' where the URL is not assumed to be on GitHub,
and the protocol doesn't have to be HTTP. Any location and protocol that git can
handle is fine.
While at it, allow proper `list` type support for 'name' option and update
module documentation for option aliases.
2016-08-10 13:28:18 +02:00
Brian Coca
06210612ee
Merge pull request #251 from kdisneur/hotfix/tap-prefixed-by-homebrew
...
Remove `homebrew-` prefix when checking if repo has already been tapped
2015-10-12 09:26:38 -04:00
Greg DeKoenigsberg
004dedba8a
Changes to author formatting, remove emails
2015-06-16 14:32:39 -04:00
Toshio Kuratomi
576d94e8d4
Update module_utils "import" to the new-style
...
Fixes #505
2015-05-18 12:08:15 -07:00
Brian Coca
08445418aa
more string corrections
2015-05-14 10:45:32 -04:00
Greg DeKoenigsberg
63513b5eba
Adding author's github id
2015-05-14 00:12:48 -04:00
Toshio Kuratomi
cb848fcd9e
Make our regex match the homebrew tap upstream regex.
...
Fixes #312
Fixes #297
2015-03-18 20:23:05 -07:00
Kevin
0cff70b678
Remove homebrew-
prefix when checking if repo has already been tapped
...
See: https://github.com/Homebrew/homebrew/blob/master/Library/Homebrew/cmd/tap.rb
Example:
```
$ brew tap neovim/homebrew-neovim
$ brew tap
neovim/neovim
...
```
2015-02-12 16:21:00 +00:00
Michael DeHaan
7e6fc7023d
Reorganization.
2014-11-04 17:31:59 -05:00