aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd
AgeCommit message (Collapse)Author
2013-08-14unpack: extract usageJack Nagel
2013-08-14unpack: use ARGV.valueJack Nagel
2013-08-14unpack: remove dead codeJack Nagel
2013-08-14unpack: ensure $VERBOSE is restoredJack Nagel
2013-07-18brew-test-bot: only install bottle if created OK.Mike McQuaid
2013-07-18brew-test-bot: only force fetch with --cleanup.Mike McQuaid
2013-07-18brew-test-bot: add devel/HEAD install options.Mike McQuaid
2013-07-16brew-test-bot: audit after installation.Mike McQuaid
Enables new post-installation Cellar audit failures. Closes Homebrew/homebrew#21242.
2013-07-15brew-test-bot: reset before checkout.Mike McQuaid
2013-07-04brew-test-bot: always force uninstall.Mike McQuaid
Also filter the force flag from pretty output. Closes Homebrew/homebrew#20988.
2013-06-29brew-cleanup-installed: add new external command.Mike McQuaid
brew-cleanup-installed: uninstall all non-whitelisted Homebrew formulae. Useful for maintainers/testers who regularly install lots of formulae they don't actually use. Populate ~/.brew-cleanup-installed with the formulae you want to keep installed. All others will be uninstalled when brew-cleanup-installed is run.
2013-06-29brew-test-bot: change default email subject.Mike McQuaid
2013-06-29brew-test-bot: improve JUnit output for Jenkins.Mike McQuaid
2013-06-29brew-test-bot: move command shortening to method.Mike McQuaid
2013-06-29brew-test-bot: fix logs in spaced directories.Mike McQuaid
2013-06-27brew-test-bot: always write something to email file.Mike McQuaid
2013-06-26brew-test-bot: fix email subject filename.Mike McQuaid
2013-06-26brew-test-bot: remove prefix from email subject.Mike McQuaid
2013-06-26brew-test-bot: don't install dependencies first.Mike McQuaid
Now that --build-bottle is filtered we don't need to worry about extra installation time.
2013-06-26brew-test-bot: force fetching formulae.Mike McQuaid
References Homebrew/homebrew#20807.
2013-06-24brew-server: fix reference to removed methodJack Nagel
Fixes Homebrew/homebrew#20744.
2013-06-22Add Utils::JSON to wrap the JSON implementationJack Nagel
2013-06-22brew-test-bot: generate email subject file.Mike McQuaid
2013-06-20brew-test-bot: uninstall formula if already installed.Mike McQuaid
2013-06-15Add brew-profile to contribJack Nagel
This command loads all formulae and dumps an HTML profile report to stdout. So e.g. `brew profile >/tmp/report.html`
2013-06-15brew-test-bot: further tweak pull request handling.Mike McQuaid
2013-06-15brew-test-bot: fix testing pull request handling.Mike McQuaid
2013-06-15brew-test-bot: handle Jenkins pull request plugin.Mike McQuaid
2013-06-15brew-test-bot: run Homebrew tests every time.Mike McQuaid
2013-06-09Updated `brew graph`Matt Torok
Changed 'graph' command to show only installed by default. Prettified resulting graph. By default, the `brew graph` command would output a dependency graph for every formula it knew about. Now it only outputs a dependency graph the for formulas installed. If you want to see the graph for all formulas, use `brew graph --all`. Additionally, the old version of the graph command would filter out any formulas without depdency connections. The updated version now only does this if calculating dependencies for all formulas via the `--all` flag. Finally, the resulting graph has been redesigned to be simpler to read. All formulas which have no other formulas depending on them (i.e., root nodes) are aligned to the left. They are also outlined in a light grey box, which is labelled "Safe to Remove". As implied, all of the formulas in this box can be safely removed without breaking other installed formulas; all formulas outside this box have at least one installed formula depending on them. This new graph style is surpressed if the `--all` flag is used. Closes Homebrew/homebrew#18282. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-08brew-test-bot: write bottle metadata files.Mike McQuaid
2013-06-06linkapps: replace #max_by with #maxMisty De Meo
Enumerable#max_by didn't exist in 1.8.6, so linkapps failed on Leopard.
2013-06-03aspell: fix audit warningJack Nagel
Closes Homebrew/homebrew#19731.
2013-06-03brew-test-bot: skip unresolvable dependencies.Mike McQuaid
2013-06-02brew-test-bot: improve long command output.Mike McQuaid
2013-06-02brew-test-bot: better name hash and url builds.Mike McQuaid
2013-06-02Update pull request regex name to include commits.Mike McQuaid
2013-05-31Add `brew tap-readme <name>` external command.Adam Vandenberg
Closes Homebrew/homebrew#17935.
2013-05-26brew-test-bot: don't repeat SHA-1 if identical.Mike McQuaid
2013-05-26brew-test-bot: shorten Jenkins env SHA-1s.Mike McQuaid
2013-05-26brew-test-bot: use Jenkins env, add step.passed?Mike McQuaid
2013-05-26brew-test-bot: fix Jenkins JUnit package detection.Mike McQuaid
2013-05-26brew-test-bot: more JUnit fixes.Mike McQuaid
2013-05-25brew-test-bot: add times, cleanup JUnit output.Mike McQuaid
2013-05-25brew-test-bot: improve JUnit output.Mike McQuaid
2013-05-25brew-test-bot: add missing xml.erb file.Mike McQuaid
2013-05-25brew-test-bot: add optional JUnit support.Mike McQuaid
2013-05-22Remove unnecessary rescue-all exception handlingDaniel Lee Harple
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-22Check GitHub API rate limit instead of silently failingDaniel Lee Harple
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-22Pass a User-Agent when fetching data from the GitHub APIDaniel Lee Harple
See <http://developer.github.com/v3/#user-agent-required>. Signed-off-by: Jack Nagel <jacknagel@gmail.com>