aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd
AgeCommit message (Collapse)Author
2014-04-24Remove slow tab completion for `brew tap`Jack Nagel
This requires hitting the network, which makes the first invocation slow. The results are inaccurate as it only pulls down the first page of results. It is also prone to false-positives. A better implementation is welcome, but in the years since I wrote this code I can't think of a single time where I found it useful.
2014-04-23Use gcc instead of apple-gcc42 when needed.Mike McQuaid
2014-04-15brew-test-bot: check CompilerSelectionError twice.Mike McQuaid
It may be that even installing a new compiler doesn't fix things so detect that case and skip the formula installation rather than erroring out.
2014-04-14Don't walk tap twice just to get the formula path again, it's slowJack Nagel
2014-04-13readall: read formulae that aren't tapped.Mike McQuaid
This will allow the reading and checking of formulae that mirror Homebrew core formulae (e.g. `git` in a tap) and, with the previous exit code changes, is a reasonable check for "are all the formulae in taps updated to the latest core DSL". Closes Homebrew/homebrew#28328. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-04-11readall: set Homebrew.failed on exception.Mike McQuaid
2014-04-05Remove unnecessary usage of Formula.canonical_nameJack Nagel
2014-03-17brew-pull: handle syntax errors in formulae.Mike McQuaid
2014-03-13brew-unpack: don't chdir further than a normal install wouldJack Nagel
If we want to generate usable patches from inside the unpacked source, then we should start from the same directory that a normal install would start from.
2014-03-13brew-unpack: separate args passed to systemJack Nagel
2014-03-13brew-unpack: use extend instead of reopening FormulaJack Nagel
2014-03-13brew-test-bot: set Git author/committer correctly.Mike McQuaid
2014-03-13brew-test-bot: use install_args for building deps.Mike McQuaid
2014-03-13brew-test-bot: hide --retry flag.Mike McQuaid
2014-03-12brew-unpack: remove obsoleted bottle workaroundJack Nagel
2014-03-08pull: add --bump option.Mike McQuaid
2014-03-08pull: warn if not pulling bottles.Mike McQuaid
2014-03-08pull: general cleanup/fixes.Mike McQuaid
2014-03-04brew-man: view the target file directlyAdam Vandenberg
2014-03-01brew-test-bot: use fetch --retry.Mike McQuaid
Closes Homebrew/homebrew#27110. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-23brew-test-bot: don't force-fetch deps.Mike McQuaid
2014-02-23brew-test-bot: further tweak cleanup handling.Mike McQuaid
2014-02-22Remove brew-mirror-check commandJack Nagel
This command uses removed API and is thus broken. It can always be retrieved from the git history.
2014-02-22brew-test-bot: only cleanup cache once.Mike McQuaid
2014-02-22brew-test-bot: push master with tags.Mike McQuaid
2014-02-22brew-test-bot: force dep fetches on cleanup.Mike McQuaid
2014-02-17pull: tap if necessary.Mike McQuaid
2014-02-12brew-graph: improve formatting.Matt Torok
This commit adds additional formatting options to the graph. Most noticeable is a top-to-bottom layout (rather than the previous left-to-right), and nicer fonts on everything. More subtly, the ranking mechanism has been updated so that the "Safe to Remove" cluster is always at the highest rank (fixing a bug where non-leaf nodes could have been placed next to it,) and added better margins and padding. The rank separation was also decreased for a more compact graph. Under the hood, the GraphViz output code was updated to support attributes with a list of sub-attributes (for example, 'graph [fontsize="11", fontname="Helvetica"]') and to not put quotes around HTML-like labels in clusters. Closes Homebrew/homebrew#26651. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-11Use HOMEBREW_PREFIX/opt to find installs instead of symlinks in bin, lib, sbin.Chad Catlett
Closes Homebrew/homebrew#25868. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-11ls-taps: search names onlyJack Nagel
2014-02-11brew-services: don't hardcode launchctl pathBo Jeanes
This change allows users to install the `launchctl` wrapper in the `reattach-to-user-namespace` formula which makes the command work in Tmux and other non-standard environments. Closes Homebrew/homebrew#26609. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-10Fix ls-taps for v3 APIJack Nagel
This doesn't handle paginated results, but it fetches the 100 most starred results so that's probably good enough for now. Fixes Homebrew/homebrew#26566.
2014-01-31brew-test-bot: reset to origin for bottle upload.Mike McQuaid
2014-01-30brew-test-bot: strip more unicode crap from XML.Mike McQuaid
2014-01-30brew-test-bot: handle git repositories for upload.Mike McQuaid
2014-01-25brew-test-bot: install GCC if needed.Mike McQuaid
2014-01-14gist logs: print last urlStefan
Closes Homebrew/homebrew#25514. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-14gist logs: fix error messageStefan
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-09pull: fix --bottle to no longer use mxcl.Mike McQuaid
2014-01-07brew-test-bot: output files removed from cache.Mike McQuaid
2014-01-07brew-test-bot: nuke cache on cleanup.Mike McQuaid
2013-12-23brew-test-bot: check requirements default_formulaeChristian Moritz
With this brew-test-bot doesn't skip builds, if a requirement isn't satisfied but a default_formula is specified. This default_formula is already in dependencies, because of brew deps. Closes Homebrew/homebrew#25398. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-20brew-test-bot: delete takes string, not regex.Mike McQuaid
2013-12-20brew-test-bot: remove form feed properly.Mike McQuaid
2013-12-19brew-test-bot: use install --only-dependencies.Mike McQuaid
2013-12-18brew-test-bot: regex to delete invalid XML chars.Mike McQuaid
2013-12-17brew-test-bot: strip more unicode.Mike McQuaid
2013-12-14Update string references to mxcl/homebrew.Mike McQuaid
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-12-12brew-pull: remove empty if block.Mike McQuaid