aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
AgeCommit message (Collapse)Author
2015-06-15audit: fix for no compat modeXu Cheng
Closes Homebrew/homebrew#40731. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-15cleanup: rescue TapFormulaAmbiguityError caused by Dependency#to_formulaXu Cheng
Closes Homebrew/homebrew#40682. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-15uses: rescue TapFormulaAmbiguityError caused by Dependency#to_formulaXu Cheng
Fixes Homebrew/homebrew#40636.
2015-06-14audit: enforce http for gnu ftpmirrorDominyk Tiller
2015-06-14Tap: make remote a separate method to reduce initial overheadXu Cheng
Also make remote method only response to installed tap.
2015-06-14add TapUnavailableErrorXu Cheng
2015-06-13audit: add npm path nudgeDominyk Tiller
2015-06-13test-bot: always do a `git clean -ffdx`Mike McQuaid
This ensures that all nested Git repositories (e.g. taps) are also deleted. Previously this wasn't needed as we could just rely on the symlinks in `Library/Formula` being missing but since Xu's good work this inadvertedly made the bot's `brew uses foo` start showing things from taps we hadn't previously deleted.
2015-06-12Remove obsolete doctor checkJack Nagel
We don't support 10.5 anymore, and tigerbrew doesn't have this check anymore, either.
2015-06-12Fix linked keg-only check when only directories are linkedJack Nagel
2015-06-11add brew tap-infoXu Cheng
2015-06-11(un)tap/update/readall: use Tap classXu Cheng
2015-06-10Various edits for punctuation, grammar, spelling, etc.Larry Gilbert
Closes Homebrew/homebrew#40478. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-06-09audit: fix index method for ruby 1.8Xu Cheng
Per https://github.com/Homebrew/homebrew/pull/40472#issuecomment-110357915
2015-06-09style: bump rubocop to 0.32.0Dominyk Tiller
Closes Homebrew/homebrew#40506. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-06-09audit: add rules on field orderXu Cheng
Closes Homebrew/homebrew#40472. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-08Revert "audit: add rules for non-ascii character and encoding comment"Jack Nagel
This reverts commit ab8fe812377bc60cc18fe8d7c1ea8ce2f0269294.
2015-06-08tap: fix Homebrew/homebrew#40487Xu Cheng
2015-06-08info: fix pluralXu Cheng
2015-06-07cleanup: use bottle_resolve_versionXu Cheng
Closes Homebrew/homebrew#40378. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-07bottle: add homepage and desc into regexXu Cheng
Some formulae put `desc` field behind `url` which can make bottle block go to strange place. So let's add `homepage` and `desc` into bottle regex. Closes Homebrew/homebrew#40469. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-07requirement: allow access default_formula directlyXu Cheng
2015-06-05brew tap: allow tapping non-GitHub repositories.Peter Aronoff
`brew tap` restricts users to GitHub and checks for private repos. I created `brew any-tap` to support a wider variety of taps. With very small changes (and no extra flags!), this change allows users to use `brew tap` with GitHub as they always have or add one extra argument and tap any repository of any type from anywhere. brew tap user/name # Same as it ever was brew tap user/name URL # Tap URL, whatever it happens to be Closes Homebrew/homebrew#40326. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-06-05singular/plural phrasing in audit reportBaptiste Fontaine
Closes Homebrew/homebrew#40395. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-06-05Revert "upgrade: announce usage of --all."Mike McQuaid
This reverts commit 9032f165bec3d0c7452169093fab32578816043b. This seems to have been universally unpopular so let's revert it. Closes Homebrew/homebrew#40372. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-06-03brew deps --installed support for formulaeBaptiste Fontaine
Closes Homebrew/homebrew#40233. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-06-02update: only display version changed formulaeXu Cheng
Closes Homebrew/homebrew#40090. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-02test-bot: use bottle_resolve_formula_namesXu Cheng
Closes Homebrew/homebrew#40134. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-02bottle: remove bottle_filename_formula_nameXu Cheng
2015-06-02test-bot: simplify the upload logicXu Cheng
If the bottle is already published, let's fail directly. Also silent the curl output. Closes Homebrew/homebrew#40295. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-01audit: audit formulae with the same nameXu Cheng
Closes Homebrew/homebrew#40216. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-01add official_tapsXu Cheng
2015-06-01outdated: use Formula#full_nameXu Cheng
Closes Homebrew/homebrew#40265. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-01test-bot: allow overwrite unpublished bottlesXu Cheng
Closes Homebrew/homebrew#40260. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-05-30test-bot: tweak bottle uploading.Mike McQuaid
2015-05-30test-bot: remove obsolete tap --repairXu Cheng
2015-05-29brew-deps: improved --tree formattingBaptiste Fontaine
Closes Homebrew/homebrew#40018. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-05-29uses: use Formula#full_nameXu Cheng
2015-05-29upgrade: use Formula#full_nameXu Cheng
2015-05-29unpack: use Formula#full_nameXu Cheng
2015-05-29test-bot: use Formula#full_nameXu Cheng
2015-05-29test: use Formula#full_nameXu Cheng
2015-05-29search: use Formula#full_nameXu Cheng
2015-05-29reinstall: use Formula#full_nameXu Cheng
2015-05-29pull: use Formula#full_nameXu Cheng
2015-05-29options: use Formula#full_nameXu Cheng
2015-05-29missing: use Formula#full_nameXu Cheng
2015-05-29leaves: use Formula#full_nameXu Cheng
2015-05-29install: use Formula#full_nameXu Cheng
2015-05-29info: use Formula#full_nameXu Cheng