13531 Commits

Author SHA1 Message Date
Mike McQuaid
08c7561639 Merge pull request #1992 from MikeMcQuaid/no-check-unlinked-dependencies
formula_installer: add env to allow unlinked deps.
2017-02-12 16:21:39 +00:00
Mike McQuaid
e07a587f42 --prefix: use opt_prefix when available.
Fixes #1952.
2017-02-12 16:17:56 +00:00
Mike McQuaid
fdea0b2f3a official_taps: remove emacs. 2017-02-12 15:55:14 +00:00
Markus Reiter
c660e01a67 Merge pull request #1993 from alyssais/rubocop_method_trailing_comma
rubocop: trailing comma in multiline method calls
2017-02-12 16:50:41 +01:00
Doug Hazell
adc43466a6 Reverting 'brew.sh' to origin/master to resolve conflict 2017-02-12 15:26:59 +00:00
Alyssa Ross
9e97eadccb rubocop: trailing comma in multiline method calls
Discussed in
https://github.com/Homebrew/brew/pull/1987/files#r100693581.

This was originally ommitted because it wasn't compatible with Ruby 1.8.
(See https://github.com/Homebrew/legacy-homebrew/pull/48144#r49928971).
2017-02-12 15:11:38 +00:00
Mike McQuaid
efc1f1c7da formula_installer: add env to allow unlinked deps.
We can enable this locally and/or in `brew test-bot` to see if this
code is needed any more. If we can remove it we can start doing much
more interesting things with linking keg-only, versioned formulae and
system dupe formulae.
2017-02-12 14:45:34 +00:00
Mike McQuaid
76dfe030c7 README: move Xu to former maintainers. 2017-02-12 14:40:36 +00:00
Doug Hazell
0bb0228962 Presumably the "env -I" was a typo for "env -i"
Just sourcing brew.sh causes the "Example usage" msg due to lacking command args but changing the last line of your suggestion to:
  /bin/bash "$HOMEBREW_LIBRARY/Homebrew/brew.sh" "$@"
worked.

If all of the 'HOMEBREW.*' vars, that other parts of the system require, are only added in brew.sh then your suggestion is cleaner.
2017-02-12 14:31:37 +00:00
Mike McQuaid
9344174379 Use HTTPS for the homepage. 2017-02-12 13:58:07 +00:00
Mike McQuaid
674e5f13f8 Merge pull request #1873 from GauthamGoli/audit_custom_cops
Custom Cops for `brew audit`
2017-02-12 13:09:28 +00:00
Markus Reiter
1292a4b219 Merge pull request #1955 from vszakats/patch-2
audit: enforce https://*.sourceforge.io/ homepages
2017-02-12 11:05:21 +01:00
Gautham Goli
5dc358c1b7 Update rubocop config 2017-02-12 14:52:13 +05:30
Shaun Jackman
fd343a11fb gcc_version_formula: Use gcc@4.x rather than gcc4x 2017-02-11 22:37:01 -08:00
Timothee Cour
0d715f90ea applied changes suggested in PR 2017-02-11 16:38:06 -08:00
Timothee Cour
de16dcc1ad brew formula not shown in --help to avoid increasing vertical space 2017-02-11 16:38:06 -08:00
Timothee Cour
ac091437e5 renamed where to formula 2017-02-11 16:38:06 -08:00
Timothee Cour
ae829ed229 add brew where command 2017-02-11 16:38:06 -08:00
Markus Reiter
cf18a999f1 Merge pull request #1984 from reitermarkus/brew-tests-rspec
Add RSpec support to `brew tests`.
2017-02-11 18:22:06 +01:00
Markus Reiter
7be5a6a3d2 Convert Blacklist test to spec. 2017-02-11 17:33:27 +01:00
Markus Reiter
f531e63949 Convert Bash test to spec. 2017-02-11 16:53:11 +01:00
Markus Reiter
46a1e2f22d Convert ARGV test to spec. 2017-02-11 15:59:54 +01:00
Markus Reiter
cdcf362fc0 Add spec_helper. 2017-02-11 15:59:54 +01:00
Markus Reiter
c4ac308302 Allow brew tests to run specs. 2017-02-11 15:59:54 +01:00
Markus Reiter
ab785ca414 Add RSpec to Gemfile. 2017-02-11 15:59:54 +01:00
Markus Reiter
fa9a2b1a38 Merge pull request #1986 from reitermarkus/fix-cmd_output
Use `Open3` for integration tests instead of manually forking.
2017-02-11 15:26:36 +01:00
Markus Reiter
94dceeab1d Move require_relocation? from os/mac/keg to keg. 2017-02-11 13:43:00 +01:00
Markus Reiter
9d96a5c512 Use Open3 for integration tests instead of manually forking. 2017-02-11 13:42:11 +01:00
Mike McQuaid
f5c258f339 Merge pull request #1985 from Homebrew/revert-1967-cmd_output
Revert "Use `Open3` for integration tests instead of manually forking."
2017-02-11 09:33:09 +00:00
ilovezfs
67bdeb463a Revert "Use Open3 for integration tests instead of manually forking." 2017-02-10 19:28:40 -08:00
Alyssa Ross
c627939d5b Merge pull request #1983 from DanToml/dani_ci_diagnostic
Skip Xcode outdated check on CircleCI
2017-02-11 00:45:19 +00:00
Danielle Tomlinson
f457c6ab32
diagnostic: Add CircleCI to Env check 2017-02-10 23:31:58 +01:00
Markus Reiter
5a90d6e853 Merge pull request #1978 from reitermarkus/convert-to-spec
Convert all Cask tests to RSpec.
2017-02-10 20:30:18 +01:00
Markus Reiter
31b9dc28e3 Remove cask test directory. 2017-02-10 17:19:19 +01:00
Markus Reiter
b9de5c0490 Simplify spec helper. 2017-02-10 17:19:19 +01:00
Markus Reiter
a9e538efbd Move NeverSudoSystemCommand to separate file. 2017-02-10 17:19:19 +01:00
Markus Reiter
a616fab5bf Convert cask test to spec. 2017-02-10 17:19:19 +01:00
Markus Reiter
6154182b13 Remove syntax test. 2017-02-10 17:19:19 +01:00
Markus Reiter
b0dc2da97b Convert uninstall_preflight test to spec. 2017-02-10 17:19:19 +01:00
Markus Reiter
0a4bc0e3b4 Convert uninstall_postflight test to spec. 2017-02-10 17:19:19 +01:00
Markus Reiter
451e7c3aeb Convert preflight test to spec. 2017-02-10 17:19:19 +01:00
Markus Reiter
e7c943b561 Convert postflight test to spec. 2017-02-10 17:19:19 +01:00
Markus Reiter
ba61d3ca6b Convert caveats test to spec. 2017-02-10 17:19:19 +01:00
Markus Reiter
59668d2710 Convert naked test to spec. 2017-02-10 17:19:19 +01:00
Markus Reiter
92e2e7a216 Convert DMG test to spec. 2017-02-10 17:19:19 +01:00
Markus Reiter
4de74bf744 Convert uninstall test to spec. 2017-02-10 17:19:19 +01:00
Markus Reiter
2cecf98023 Convert two apps incorrect test to spec. 2017-02-10 17:19:19 +01:00
Markus Reiter
1647b9d97a Convert two apps correct test to spec. 2017-02-10 17:19:19 +01:00
Markus Reiter
ed197c6f82 Convert Suite test to spec. 2017-02-10 17:19:19 +01:00
Markus Reiter
c431758f2d Convert Zap test to spec. 2017-02-10 17:19:19 +01:00