| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-10 | brew-test-bot: fix rsync for bottles with a revision number | Jack Nagel | |
| 2013-12-10 | brew-test-bot: remember to pull the PR. | Mike McQuaid | |
| 2013-12-10 | brew-test-bot: only merge bottles if copy succeeds. | Mike McQuaid | |
| 2013-12-10 | brew-test-bot: fix testing job tag numbering. | Mike McQuaid | |
| 2013-12-10 | brew-test-bot: change upload job approach. | Mike McQuaid | |
| 2013-12-10 | brew-test-bot: upload job fixes. | Mike McQuaid | |
| 2013-12-10 | brew-test-bot: use global cache again. | Mike McQuaid | |
| 2013-12-10 | brew-test-bot: move logic from Jenkins to Ruby. | Mike McQuaid | |
| 2013-12-09 | Silence some Ruby 2.1 warnings | Jack Nagel | |
| 2013-12-09 | brew-bundle: exit on command failure | Larry Shaffer | |
| Closes Homebrew/homebrew#25053. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-12-08 | add "bundle" command to zsh completion | Patrick Stadler | |
| Closes Homebrew/homebrew#25055. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-12-07 | Fix typo in example formula | Benoit Daloze | |
| Closes Homebrew/homebrew#25028. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-11-30 | typo | Samyak Bhuta | |
| Closes Homebrew/homebrew#24803. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-11-19 | brew-bundle: clarify path requirements. | Wil Moore III | |
| Closes Homebrew/homebrew#24463. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-11-18 | Fix incorrect reference to prefix in manpage | Jack Nagel | |
| Closes Homebrew/homebrew#24420. | |||
| 2013-11-17 | brew-bundle: cleanup path handling. | Mike McQuaid | |
| 2013-11-17 | brew-bundle: add path support. | Christian Bundy | |
| Closes Homebrew/homebrew#24384. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-11-16 | brew-pull: run `git am --abort` on failure. | Mike McQuaid | |
| 2013-11-16 | Move brew-leaves into core | Jack Nagel | |
| Closes Homebrew/homebrew#24371. | |||
| 2013-11-16 | Make brew-leaves respect optional deps | Jack Nagel | |
| 2013-11-16 | Greatly simplify the implementation of brew-leaves | Jack Nagel | |
| 2013-11-15 | Add HOMEBREW_INSTALL_BADGE environment variable | Alexis 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-15 | brew-pull/test-bot: fix PR filename matching. | Mike McQuaid | |
| 2013-11-11 | brew-bundle: general cleanup. | Mike McQuaid | |
| 2013-11-11 | brew-bundle: add new command to support Brewfiles. | ChristianBundy | |
| Closes Homebrew/homebrew#24107. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-11-10 | document --devel|--HEAD for uses | Adam Vandenberg | |
| 2013-11-03 | Remove --use-gcc and friends from completion scripts | Jack Nagel | |
| 2013-11-03 | Undocument --use-gcc and friends | Jack Nagel | |
| These options are deprecated in favor of --cc=<compiler>, so there is no need to continue advertising their existence. | |||
| 2013-10-30 | Cleanup use of some global constants. | Mike McQuaid | |
| 2013-10-29 | add unlink apps to manpage and completion | Adam Vandenberg | |
| 2013-10-26 | brew-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-25 | Add 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-22 | brew-pull: fix whitespace handling. | Mike McQuaid | |
| 2013-10-12 | brew-test-bot: build --devel if spec exists. | Mike McQuaid | |
| 2013-10-12 | brew-test-bot: fix fetch options spacing. | Mike McQuaid | |
| 2013-10-09 | brew-test-bot: remove escape characters. | Mike McQuaid | |
| 2013-10-08 | brew-test-bot: use REXML to write JUnit file. | Mike McQuaid | |
| 2013-10-08 | Revert "brew-test-bot: cleanup junit file with iconv." | Mike McQuaid | |
| This reverts commit 5e26584736b310c365d4b9cce99d0dced9a2d309. | |||
| 2013-10-08 | brew-test-bot: cleanup junit file with iconv. | Mike McQuaid | |
| 2013-09-27 | brew-pull/test-bot: use stricter formula match. | Mike McQuaid | |
| 2013-09-24 | add S3DownloadStrategy | Raymie Stata | |
| downloads tarballs from public and private S3 buckets Closes Homebrew/homebrew#22779. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-09-22 | Move bottle.rb logic from test-bot to brew bottle. | Mike McQuaid | |
| 2013-09-17 | Convert brew-aspell-dictionaries to Ruby and output resources | Jack 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-17 | make linkapps official | Adam Vandenberg | |
| 2013-09-17 | make brew-linkapps default to /Applications | elliottcable | |
| 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-17 | brew commands | Adam 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-14 | brew-test-bot: don't run git gc. | Mike McQuaid | |
| 2013-09-14 | brew-test-bot: run brew test verbosely. | Mike McQuaid | |
| 2013-09-14 | brew-test-bot: email subjects contain OS version. | Mike McQuaid | |
| 2013-09-14 | brew-test-bot: only squeeze command spaces. | Mike McQuaid | |
