| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-29 | blacklist: remove screen, libpcap, libiconv | Alex Dunn | |
| Each has a formula in homebrew/dupes now Closes Homebrew/homebrew#42212. | |||
| 2015-07-29 | interactive_shell: create .zshrc when necessary | Xu Cheng | |
| Closes Homebrew/homebrew#42190. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-29 | Revert "formula: create empty zshrc when zsh is shell" | Xu Cheng | |
| This reverts commit be55c800d0bf2750902df71d092906b49b49ffce. | |||
| 2015-07-28 | KegOnlyReason: print only the explanation if there’s one | Baptiste Fontaine | |
| Closes Homebrew/homebrew#42073. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-07-28 | test_integration_cmds: basic integration tests. | Mike McQuaid | |
| Closes Homebrew/homebrew#41945. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-07-28 | .simplecov: use lower root directory. | Mike McQuaid | |
| 2015-07-28 | Move simplecov configuration to dotfile. | Mike McQuaid | |
| 2015-07-28 | test/lib/config: HOMEBREW_LIBRARY_PATH is normally a Pathname. | Mike McQuaid | |
| 2015-07-28 | testball: use sha256. | Mike McQuaid | |
| 2015-07-28 | testing_env: point to `bundle install` now. | Mike McQuaid | |
| 2015-07-26 | Fix typo in UnsatisfiedRequirements exception message | Edgar Gonzalez | |
| Closes Homebrew/homebrew#42125. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-07-25 | caveats: fix extra empty line | Xu Cheng | |
| 2015-07-25 | more unit tests | Baptiste Fontaine | |
| Closes Homebrew/homebrew#42096. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-07-24 | pull: stop printing warning on test-bot | Dominyk Tiller | |
| Closes Homebrew/homebrew#42097. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2015-07-24 | formula_installer: better priority for pour_bottle? | Xu Cheng | |
| 2015-07-24 | formula: create empty zshrc when zsh is shell | Dominyk Tiller | |
| One minor consequence of our seizing of the HOME variable during builds for sandboxing purposes is that if you're doing an interactive or git installation zsh flags up that it hasn't found any config files and throws you into the `zsh-newuser-install` area. Not really a problem, just a nuisance. Since the check is just for existence rather than content, we can work around this by creating an empty config file when the `SHELL` environmental variable includes zsh. | |||
| 2015-07-24 | BottleLoader: check version mismatch | Xu Cheng | |
| Closes Homebrew/homebrew#42049. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-24 | bottle_resolve_version: return PkgVersion | Xu Cheng | |
| 2015-07-23 | formula_installer: tweak priority of true | Dominyk Tiller | |
| Closes Homebrew/homebrew#41913. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2015-07-23 | test-bot: ensure from-source initial installation | Dominyk Tiller | |
| 2015-07-23 | fetch: don't flag fs modification | Dominyk Tiller | |
| 2015-07-23 | formula_installer: don't flag fs builds | Dominyk Tiller | |
| 2015-07-23 | caveats: use two spaces instead of 4 | Dominyk Tiller | |
| 2015-07-23 | keg_relocate: relocate libtool files | Xu Cheng | |
| 2015-07-22 | Pathname#abv: handle the case `du` returns empty string | Xu Cheng | |
| This can happen when read permission is denied. Fixes Homebrew/homebrew#41925. Closes Homebrew/homebrew#42011. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-22 | tests: show fs leak result | Xu Cheng | |
| Closes Homebrew/homebrew#41956. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-22 | tests: always run fs leak check | Xu Cheng | |
| 2015-07-22 | test_formula_installer: fix log file leak | Xu Cheng | |
| 2015-07-22 | test-bot: run brew tests in no-compat mode | Xu Cheng | |
| Closes Homebrew/homebrew#42009. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-22 | audit: more fix on no-compat mode | Xu Cheng | |
| 2015-07-22 | audit: rename audit_patches to audit_legacy_patches | Xu Cheng | |
| 2015-07-22 | audit: fix for no-compat mode | Xu Cheng | |
| 2015-07-22 | tests: fix patching test for no-compat mode | Xu Cheng | |
| Closes Homebrew/homebrew#41977. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-22 | test-bot: build bottle with verbose | Xu Cheng | |
| It will print out what stops bottle being relocatable. Closes Homebrew/homebrew#41958. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-22 | auto disable sandbox for interactive shell | Xu Cheng | |
| Closes Homebrew/homebrew#38792. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-22 | readall: use RUBY_PATH | Dominyk Tiller | |
| 2015-07-22 | exceptions: don't bracket url | polamjag | |
| Closes Homebrew/homebrew#41592. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2015-07-21 | cmd/deps: --tree shows required dependencies only | Alex Dunn | |
| Until we figure out how to allow --tree to show optional dependencies in a way that fits on a normal screen, this helps to explain the discrepancy between `brew deps` and `brew deps --tree`. Closes Homebrew/homebrew#41841. Closes Homebrew/homebrew#41947. | |||
| 2015-07-21 | move deprecated codes into compat | Xu Cheng | |
| Closes Homebrew/homebrew#41974. | |||
| 2015-07-21 | coverage: stop recording compat codes | Xu Cheng | |
| Closes Homebrew/homebrew#41973. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-21 | test_formula_installer: remove ScriptFileFormula test | Xu Cheng | |
| It's deprecated and breaks `brew tests` in no-compat mode. | |||
| 2015-07-21 | tests: use ARGV.include? instead of ARGV.flag? | Xu Cheng | |
| 2015-07-20 | 'brew tests' optional coverage measure added | Baptiste Fontaine | |
| Closes Homebrew/homebrew#41890. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-07-20 | doctor: update xcode links | Dominyk Tiller | |
| 2015-07-20 | blacklist: update xcode link | Dominyk Tiller | |
| 2015-07-20 | requirements: update xcode url | Zeb McCorkle | |
| Closes Homebrew/homebrew#41722. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2015-07-20 | keg_relocate: also relocate executable text files. | Mike McQuaid | |
| There are times (e.g. `ocaml`) when the `text_executable?` test will match even although `file` does not consider it a text file. Ensure that it's relocated in this case correctly. References Homebrew/homebrew#41663. Closes Homebrew/homebrew#41926. | |||
| 2015-07-20 | test-bot: handle conflicted formulas and unlinked dependencies | Andy Blyler | |
| these changes are primarily needed for php tap pull requests, as they usally contain multiple formulas depend on conflicting php versions: - unlink any conflicted formulas - link any dependencies that are installed and not linked Closes Homebrew/homebrew#41602. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-07-20 | keg_relocate: don't match "text" in filenames. | Mike McQuaid | |
| 2015-07-19 | TapFormulaUnavailableError: add back user and repo method | Xu Cheng | |
| Fixes Homebrew/homebrew#41888. | |||
