aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
AgeCommit message (Collapse)Author
2013-09-14brew-test-bot: use OSX name for test prefix.Mike McQuaid
2013-09-14brew-test-bot: strip, squeeze short test name.Mike McQuaid
2013-09-14brew-test-bot: use Jenkins variables when no args.Mike McQuaid
Otherwise specifying arguments means that you can't effectively build just a single commit or pull request as Jenkins will try and override the start commit.
2013-09-14brew-test-bot: pull no args check into a method.Mike McQuaid
2013-09-10brew-test-bot: allow skipping bottle creation.Mike McQuaid
2013-09-10linkapps: overwrite broken app symlinksPhilip Puryear
Closes Homebrew/homebrew#22388. Closes Homebrew/homebrew#22430. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-09Add audit to zsh tab completionGreg Sieranski
Closes Homebrew/homebrew#22339. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-07brew-test-bot: run brew uses.Mike McQuaid
2013-09-03gist-logs cmdStefan
Closes Homebrew/homebrew#21557. Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-09-03brew search <user>/<repo> [substring]Samuel John
For example `brew search homebrew/science` to get a list of all formulae from that tap, even if not yet tapped. `brew search <user>/<repo>/<substr>` or `brew search <user>/<repo> <substr>` to grep for `<substr>` inside of the tap `<user>/<repo>`.
2013-09-01Document --cc= for non-Apple compilersMisty De Meo
2013-08-30Document --cc= in the manpageMisty De Meo
2013-08-23zsh completion for brew reinstallGreg Sieranski
Closes Homebrew/homebrew#22061. Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-08-21adding reinstall to bash completionGreg Sieranski
Closes Homebrew/homebrew#22051. Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-08-20man brew: Mention the example-formula.rbSamuel John
2013-08-20Adding an example-formula.rb to show all featuresSamuel John
A huge cheat sheet. Kind of.
2013-08-17update brew search completionAdam Vandenberg
2013-08-14verbageAdam Vandenberg
2013-08-14add ubuntu package searchAdam Vandenberg
2013-08-14unpack: don't attempt to chdir into regular filesJack Nagel
2013-08-14unpack: don't call realpath on potentially non-existent directoryJack Nagel
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-08-09Add fedora to brew searchAdam Vandenberg
2013-08-06update search bash completionAdam Vandenberg
2013-08-05Add opensuse package searchAdam Vandenberg
2013-08-03man page: fix argument order for `brew create`Ches Martin
The implementation requires that the URL is the first argument. Closes Homebrew/homebrew#21597. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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-12Man page: document `brew fetch --build-from-source`chdiza
Closes Homebrew/homebrew#21070. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-07-09Respect $VISUAL when picking an editorJack Nagel
2013-07-08Completion for brew untap command in zsh shell.Jozef Izso
Closes Homebrew/homebrew#21074. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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