| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-15 | change wording | Adam Vandenberg | |
| 2013-09-14 | Copies of BuildOptions should not share underlying collections | Jack Nagel | |
| 2013-09-14 | Tear down the cache after installation tests | Jack Nagel | |
| 2013-09-14 | Move SoftwareSpec to a separate file | Jack Nagel | |
| 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 | |
| 2013-09-14 | brew-test-bot: use OSX name for test prefix. | Mike McQuaid | |
| 2013-09-14 | brew-test-bot: strip, squeeze short test name. | Mike McQuaid | |
| 2013-09-14 | brew-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-14 | brew-test-bot: pull no args check into a method. | Mike McQuaid | |
| 2013-09-14 | PythonHelper: move old_env outside begin block. | Mike McQuaid | |
| 2013-09-14 | Rename PythonInstalled to PythonDependency. | Mike McQuaid | |
| Make it more consistent with other requirements. | |||
| 2013-09-14 | MinimumMacOSRequirement: rename file. | Mike McQuaid | |
| Should be using minimum_mac_os_requirement.rb | |||
| 2013-09-13 | Remove unused attr | Jack Nagel | |
| 2013-09-13 | Stop exposing the download strategy from Formula | Jack Nagel | |
| 2013-09-13 | head DSL can accept a block | Jack Nagel | |
| 2013-09-13 | Stop mutating dependency specifications | Jack Nagel | |
| 2013-09-12 | Use SoftwareSpec directly when using a stable block | Jack Nagel | |
| 2013-09-11 | Allow resource fetching | Adam Vandenberg | |
| Closes Homebrew/homebrew#20047. | |||
| 2013-09-11 | Implement Resources | Adam Vandenberg | |
| Closes Homebrew/homebrew#20212. | |||
| 2013-09-10 | brew-test-bot: allow skipping bottle creation. | Mike McQuaid | |
| 2013-09-10 | bottle: loosen prefix grep check. | Mike McQuaid | |
| /usr/local is in lots of things unrelated to Homebrew so be more specific and look for opt instead. | |||
| 2013-09-10 | update: restore previous state when interrupted | Jack Nagel | |
| Fixes Homebrew/homebrew#19460. Closes Homebrew/homebrew#22375. | |||
| 2013-09-10 | Fix CompilerSelector test for llvm | Misty De Meo | |
| Update test to reflect that llvm-gcc should take precedence over non-Apple GCC. | |||
| 2013-09-10 | Compiler priority: fix llvm-gcc priority | Misty De Meo | |
| llvm-gcc should still get priority over non-Apple GCCs. Fixes Homebrew/homebrew#22424. | |||
| 2013-09-10 | linkapps: overwrite broken app symlinks | Philip Puryear | |
| Closes Homebrew/homebrew#22388. Closes Homebrew/homebrew#22430. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-09-09 | Add audit to zsh tab completion | Greg Sieranski | |
| Closes Homebrew/homebrew#22339. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-09-09 | git-etc: add removed files too. | Mike McQuaid | |
| 2013-09-07 | Close read pipe immediately after reading and only when initialized | Jack Nagel | |
| c.f. Homebrew/homebrew#22386. | |||
| 2013-09-07 | audit: print warning and description. | Mike McQuaid | |
| 2013-09-07 | Rewrite conditions in more natural way | Jack Nagel | |
| 2013-09-07 | Use block-form of File.open and let Ruby do the cleanup | Jack Nagel | |
| 2013-09-07 | ARGV.verbose? is always false here | Jack Nagel | |
| 2013-09-07 | Optionally use git to keep brew etc versioned. | Mike McQuaid | |
| Still in alpha state. Handles defaults and merging changes with new versions. Enable by setting the HOMEBREW_GIT_ETC environment variable. Closes Homebrew/homebrew#15751. Closes Homebrew/homebrew#17713. | |||
| 2013-09-07 | brew-test-bot: run brew uses. | Mike McQuaid | |
| 2013-09-06 | Fix file descriptor leak in Formula#system | Jack Nagel | |
| 2013-09-06 | Close the read end of the error pipe after the build | Jack Nagel | |
| 2013-09-06 | Enable verbose compile command in create template. | Xiyue Deng | |
| * Add "--disable-silent-rules" option to autotools-based configure options. - Also add comments to notify user removing unrecognized configure options. * Add "-DCMAKE_VERBOSE_MAKEFILE=ON" to cmake-based configure options. | |||
| 2013-09-06 | ENV: remove trailing slash from OpenGL header path | Jack Nagel | |
| 2013-09-05 | Fix breakage in option recognition | Jack Nagel | |
| Fixes Homebrew/homebrew#22347. | |||
| 2013-09-05 | Revert Library/Homebrew/cmd/install.rb to 4b320eec. | Xiyue Deng | |
| * Fix problem when install exception got swallow and reinstall thinks it succeeded. | |||
| 2013-09-05 | Suggest installing pip via easy_install | Max Howell | |
| 2013-09-05 | Improve python tests for brew bots | Samuel John | |
| Allow `build.with?` and similar methods to be used during the test phase. The BuildOptions (`build`) are initialized with the `Tab.used_options` unless explicitly overwritten on the command line. So basically `build.with?` works in `def install` and in `test do` as one would naively expect. (For the test, gramatically it should be `built.with?` but who cares) If a formula was installed `--with-python`, now the tests are also run `--with-python`. This enables us to use the `python do ... end` in a meaningful manner. Using `python do ... end` blocks for the tests, because the bot.brew.sh has system python per default and we need to set the PYTHONPATH for the test. Potentially to different values for Python 2.x and 3.x. | |||
| 2013-09-05 | reinstall cleanup | Samuel John | |
| 2013-09-05 | Make reinstall transaction safe. | Xiyue Deng | |
| * Aborting during reinstall will now restore the originally installed keg. - Change install code to pass on CannotInstallFormulaError exception to caller so it can be reused in reinstall. * Add "--force-new-install" flag to force installing a new formula. Closes Homebrew/homebrew#22190. Signed-off-by: Samuel John <github@SamuelJohn.de> | |||
| 2013-09-03 | SUPPORTERS: add new link. | Mike McQuaid | |
| 2013-09-03 | gist-logs cmd | Stefan | |
| Closes Homebrew/homebrew#21557. Signed-off-by: Samuel John <github@SamuelJohn.de> | |||
| 2013-09-03 | ENV: convert values to strings in cc setters | Jack Nagel | |
