Xu Cheng
3cc101ec5e
pull: use tap object
...
Fix the regression introduced by Homebrew/homebrew#46735 .
2015-12-13 01:29:52 +08:00
Mike McQuaid
c347d40f1b
test-bot: allow tapuser/taprepo/tapformula format.
2015-12-11 20:16:05 +00:00
Xu Cheng
71e023a2c6
test-bot: fix resolve_test_tap
2015-12-11 21:46:02 +08:00
Xu Cheng
43713afa5f
test-bot: remove dead code
2015-12-11 17:14:51 +08:00
Mike McQuaid
d48bdcdabb
test-bot: remove ci-reset-and-update.
2015-12-11 08:48:59 +00:00
Xu Cheng
5773ca64c5
test-bot: fix Bintray url for bottle uploading
2015-12-11 16:19:51 +08:00
Mike McQuaid
65b197d2e0
test-bot: fix tap URL detection from Jenkins.
2015-12-11 08:10:59 +00:00
Mike McQuaid
e3dcf7776a
Revert "test-bot: remove dead code."
...
This reverts commit 373da8666e633b06d8a5bb98621461b700f4b2d7.
2015-12-11 08:08:51 +00:00
Dominyk Tiller
5b98a6c67d
xcode.md: document xcode 7.2
...
Closes Homebrew/homebrew#46822 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-12-10 14:27:02 +00:00
Dominyk Tiller
50dc5f7a3d
os/mac/xcode: expect xcode 7.2
2015-12-10 14:27:02 +00:00
Dominyk Tiller
6b42a0c1f5
os/mac: add xcode 7.2
2015-12-10 14:27:02 +00:00
Anton Danilchenko
7c78f76d16
Troubleshooting: fixed typo
...
Closes Homebrew/homebrew#46867 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-12-10 14:18:34 +00:00
Martin Afanasjew
233a38ac95
brew.rb: improve handling of --version/-v option
...
Make both `--version` and `-v` print the Homebrew version and exit, if
provided as first and sole argument. `brew --version` no longer accepts
additional arguments (they were previously ignored). Otherwise interpret
`brew -v <arguments>` as if `brew <arguments> -v` was executed instead
(no change here), but no longer print a line with the Homebrew version.
Closes Homebrew/homebrew#46790 .
Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2015-12-10 15:01:59 +01:00
Martin Afanasjew
85181a067f
manpage: remove superfluous spaces for consistency
...
All other alternatives already don't use spaces around the pipe symbol.
Closes Homebrew/homebrew#46825 .
Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2015-12-10 15:00:36 +01:00
Martin Afanasjew
8144f90eac
manpage: fix formatting of command list
...
Restore definition list in `COMMANDS` section, thus massively improve
formatting. In theory, `ronn` supports nested (definition) lists. In
practice, this does not work (and is unlikely to be fixed soon because
upstream seems to be rather inactive) causing the entire definition list
to be longer recognized because of a single nested list. Work around by
rearranging the `tap` documentation (sole command with a nested list).
2015-12-10 15:00:36 +01:00
Mike McQuaid
4b3056e2fc
test-bot: fetch/audit formulae despite requirement
...
It's still useful to do a basic test even if requirements cannot be
satisfied.
2015-12-10 10:43:45 +00:00
Mike McQuaid
d2a44869f0
test-bot: remove dead code.
2015-12-10 10:43:45 +00:00
Ryan Hendrickson
8ce81af67a
ENV: warn_if_universal_binaries_not_supported
...
Raise an error when attempting to create universal binaries with a GCC
that can't do so.
Closes Homebrew/homebrew#46630 .
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-12-10 11:23:11 +01:00
Josh Hagins
d5de719c2b
Do not brew install brew-cask
...
Refs caskroom/homebrew-cask#15381
Closes Homebrew/homebrew#46845 .
2015-12-10 09:32:53 +00:00
Mike McQuaid
6d384a730f
brew: cask is now a tap command.
...
So we can remove the formula installation from `brew.rb`.
Closes Homebrew/homebrew#46843 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-12-10 09:31:39 +00:00
Robert Eshleman
6d1959b265
Remove Git Conflict Markers in Documentation
...
`Formula-Cookbook.md` contains leftover git conflict markers introduced
in 15f291ddaa05cc010456a733b799382175c29dd4.
This commit removes the conflict makers and a duplicated paragraph.
Closes Homebrew/homebrew#46836 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-12-09 15:31:02 +00:00
Baptiste Fontaine
48b39ba1e7
audit: flag '--with{,out}-check' options
...
Closes Homebrew/homebrew#46794 .
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-12-09 11:29:47 +01:00
Mike McQuaid
d36d88edf2
Allow taps to link manpages.
...
A blocker for https://github.com/caskroom/homebrew-cask/pull/15381
being merged.
Closes Homebrew/homebrew#46795 .
2015-12-09 09:09:26 +00:00
Xu Cheng
ed35c18fcf
test-tab: tap is a Tap object now
...
Closes Homebrew/homebrew#46735 .
Signed-off-by: Xu Cheng <xucheng@me.com>
2015-12-09 16:57:00 +08:00
Xu Cheng
fe032e3e96
avoid using FORMULA_RENAMES directly
2015-12-09 16:56:59 +08:00
Xu Cheng
571011ad59
migrator: tap is a Tap object now
2015-12-09 16:56:59 +08:00
Xu Cheng
c796198398
formula_versions: tap is a Tap object now
2015-12-09 16:56:59 +08:00
Xu Cheng
9a384f5134
exceptions: tap is a Tap object now
2015-12-09 16:56:59 +08:00
Xu Cheng
62a623f0c3
info: tap is a Tap object now
2015-12-09 16:56:59 +08:00
Xu Cheng
d948ec231d
audit: tap is a Tap object now
2015-12-09 16:56:59 +08:00
Xu Cheng
8b510f82c4
bottles: tap is a Tap object now
2015-12-09 16:56:59 +08:00
Xu Cheng
b100ad223d
Tap#==: allow compare with string
2015-12-09 16:56:59 +08:00
Xu Cheng
72f4323ea5
Tab#tap: returns tap object
2015-12-09 16:56:59 +08:00
Xu Cheng
5debd5b132
Formula#tap: returns tap object
2015-12-09 16:56:59 +08:00
Xu Cheng
6e92609cf4
Formulary: use same logic to handle core fully-qualified name
2015-12-09 16:56:59 +08:00
Xu Cheng
061a34b138
Formulary.core_path: use CoreFormulaRepository#formula_dir
2015-12-09 16:56:59 +08:00
Xu Cheng
b810c034b7
Formulary: use Tap#alias_dir
2015-12-09 16:56:59 +08:00
Xu Cheng
871ec75524
Formula: use CoreFormulaRepository, avoid duplicated logic
2015-12-09 16:56:59 +08:00
Xu Cheng
2c25303949
remove unnecessary tap_args
...
It's now handled by Tap.fetch
2015-12-09 16:56:59 +08:00
Xu Cheng
5b435db3bf
add Tap#core_formula_repository?
2015-12-09 16:56:59 +08:00
Xu Cheng
9f7a383017
add CoreFormulaRepository singleton class
2015-12-09 16:56:59 +08:00
Xu Cheng
c2a5a8388f
Tap: add formula_file_to_name and alias_file_to_name
2015-12-09 16:56:59 +08:00
Xu Cheng
ea81963b8a
add Tap#alias_dir
2015-12-09 16:56:59 +08:00
Xu Cheng
327286cdfb
add Tap#formula_dir
2015-12-09 16:56:59 +08:00
Xu Cheng
89bd945bb7
Tap: use method instead of variable
2015-12-09 16:56:59 +08:00
Rakesh
d20cd244f4
kbtin: boneyard
...
Closes Homebrew/homebrew#39167 .
Closes Homebrew/homebrew#46727 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-12-08 22:41:23 +00:00
Rakesh
7693a62909
net6: boneyard
2015-12-08 22:39:27 +00:00
Andrew Janke
92a1fca6e4
manpages: minor markup fixes
...
Fixes a couple issues left behind by Homebrew/homebrew#46676 .
Closes Homebrew/homebrew#46706 .
Signed-off-by: Andrew Janke <andrew@apjanke.net>
2015-12-08 12:35:20 -05:00
Mike McQuaid
8d6b6a451b
brew.rb: handle cask autoinstall when cask tapped.
...
Otherwise it would assume if `cask` was tapped it was also installed.
2015-12-08 10:41:27 +00:00
Alex Dunn
9b030d382c
caveats: indent Emacs Lisp directory
...
This matches similar caveats messages.
2015-12-07 18:45:40 -08:00