aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
AgeCommit message (Collapse)Author
2013-12-10brew-test-bot: fix rsync for bottles with a revision numberJack Nagel
2013-12-10brew-test-bot: remember to pull the PR.Mike McQuaid
2013-12-10brew-test-bot: only merge bottles if copy succeeds.Mike McQuaid
2013-12-10brew-test-bot: fix testing job tag numbering.Mike McQuaid
2013-12-10brew-test-bot: change upload job approach.Mike McQuaid
2013-12-10brew-test-bot: upload job fixes.Mike McQuaid
2013-12-10brew-test-bot: use global cache again.Mike McQuaid
2013-12-10brew-test-bot: move logic from Jenkins to Ruby.Mike McQuaid
2013-12-09Silence some Ruby 2.1 warningsJack Nagel
2013-12-09brew-bundle: exit on command failureLarry Shaffer
Closes Homebrew/homebrew#25053. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-08add "bundle" command to zsh completionPatrick Stadler
Closes Homebrew/homebrew#25055. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-12-07Fix typo in example formulaBenoit Daloze
Closes Homebrew/homebrew#25028. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-30typoSamyak Bhuta
Closes Homebrew/homebrew#24803. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-19brew-bundle: clarify path requirements.Wil Moore III
Closes Homebrew/homebrew#24463. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-18Fix incorrect reference to prefix in manpageJack Nagel
Closes Homebrew/homebrew#24420.
2013-11-17brew-bundle: cleanup path handling.Mike McQuaid
2013-11-17brew-bundle: add path support.Christian Bundy
Closes Homebrew/homebrew#24384. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-16brew-pull: run `git am --abort` on failure.Mike McQuaid
2013-11-16Move brew-leaves into coreJack Nagel
Closes Homebrew/homebrew#24371.
2013-11-16Make brew-leaves respect optional depsJack Nagel
2013-11-16Greatly simplify the implementation of brew-leavesJack Nagel
2013-11-15Add HOMEBREW_INSTALL_BADGE environment variableAlexis Hildebrandt
with which the beer emoji displayed upon successful build can be changed. Closes Homebrew/homebrew#23194. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-15brew-pull/test-bot: fix PR filename matching.Mike McQuaid
2013-11-11brew-bundle: general cleanup.Mike McQuaid
2013-11-11brew-bundle: add new command to support Brewfiles.ChristianBundy
Closes Homebrew/homebrew#24107. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-10document --devel|--HEAD for usesAdam Vandenberg
2013-11-03Remove --use-gcc and friends from completion scriptsJack Nagel
2013-11-03Undocument --use-gcc and friendsJack Nagel
These options are deprecated in favor of --cc=<compiler>, so there is no need to continue advertising their existence.
2013-10-30Cleanup use of some global constants.Mike McQuaid
2013-10-29add unlink apps to manpage and completionAdam Vandenberg
2013-10-26brew-unpack: use #length == 1, not #one?Misty De Meo
Array#one? wasn't yet defined in Ruby 1.8.6. In this case the block form isn't being used, so Array.length == 1 is a simple replacement. Fixes mistydemeo/tigerbrew#123.
2013-10-25Add HOMEBREW_NO_GITHUB_API env var.David MacMahon
This patch allows users to "opt out" of using the GitHub API altogether by setting the HOMEBREW_NO_GITHUB_API environment variable. The value of the environment variable does not matter (it can even be empty!). For Bash/ZSH: export HOMEBREW_NO_GITHUB_API=1 Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-22brew-pull: fix whitespace handling.Mike McQuaid
2013-10-12brew-test-bot: build --devel if spec exists.Mike McQuaid
2013-10-12brew-test-bot: fix fetch options spacing.Mike McQuaid
2013-10-09brew-test-bot: remove escape characters.Mike McQuaid
2013-10-08brew-test-bot: use REXML to write JUnit file.Mike McQuaid
2013-10-08Revert "brew-test-bot: cleanup junit file with iconv."Mike McQuaid
This reverts commit 5e26584736b310c365d4b9cce99d0dced9a2d309.
2013-10-08brew-test-bot: cleanup junit file with iconv.Mike McQuaid
2013-09-27brew-pull/test-bot: use stricter formula match.Mike McQuaid
2013-09-24add S3DownloadStrategyRaymie Stata
downloads tarballs from public and private S3 buckets Closes Homebrew/homebrew#22779. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-22Move bottle.rb logic from test-bot to brew bottle.Mike McQuaid
2013-09-17Convert brew-aspell-dictionaries to Ruby and output resourcesJack Nagel
This makes the script much more readable, and also allows us to download the language packs into the cache where they can be used when installing aspell.
2013-09-17make linkapps officialAdam Vandenberg
2013-09-17make brew-linkapps default to /Applicationselliottcable
Also adds support for a new `--local` flag, and documentation for the whole command. Closes Homebrew/homebrew#22378. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-17brew commandsAdam Vandenberg
Shows a list of built-in commands (but not shortcuts) and searches for any external commands on the path. Closes Homebrew/homebrew#22509.
2013-09-14brew-test-bot: don't run git gc.Mike McQuaid
2013-09-14brew-test-bot: run brew test verbosely.Mike McQuaid
2013-09-14brew-test-bot: email subjects contain OS version.Mike McQuaid
2013-09-14brew-test-bot: only squeeze command spaces.Mike McQuaid