14001 Commits

Author SHA1 Message Date
Markus Reiter
2f919089ef Remove JSON test. 2017-02-14 16:52:21 +01:00
Viktor Szakats
64448834a6 fix existing rule for github.io homepages 2017-02-13 16:20:34 +00:00
Viktor Szakats
a09169f248 audit: enforce https for *.sourceforge.io urls 2017-02-13 14:58:28 +00:00
Markus Reiter
e116ba196e Merge pull request #1998 from reitermarkus/spec-bottle-collector
Convert Utils::Bottles::Collector test to spec.
2017-02-13 14:28:36 +01:00
Markus Reiter
1f5e91da0b Merge pull request #2000 from reitermarkus/spec-emoji
Convert Emoji test to spec.
2017-02-13 14:03:35 +01:00
Mike McQuaid
8a10a413a4 Merge pull request #1995 from MikeMcQuaid/log-follow-renames
log: follow renames.
2017-02-13 08:34:12 +00:00
Mike McQuaid
75bdded6f2 Merge pull request #1994 from MikeMcQuaid/prefix-opt
--prefix: use opt_prefix when available.
2017-02-13 08:32:54 +00:00
Mike McQuaid
7281cfaf63 Merge pull request #1972 from timotheecour/pr_brew_where_command
add `brew formula` command to show location of a formula
2017-02-13 08:32:35 +00:00
Timothee Cour
588f98cf82 formula:formula_cmd_test 2017-02-12 14:47:05 -08:00
Markus Reiter
cfc90af3cb Merge pull request #1947 from reitermarkus/rubocop-constants
Use constants for RuboCop version.
2017-02-12 23:27:22 +01:00
Markus Reiter
fd7616b893 Update rubocop-cask to 0.11.0. 2017-02-12 23:07:06 +01:00
Markus Reiter
e70d28cba1 Add test to check if rubocop-cask version is is outdated. 2017-02-12 23:06:35 +01:00
Markus Reiter
f48857d246 Use constants for RuboCop version. 2017-02-12 23:06:35 +01:00
Markus Reiter
f85d3d1f7f Convert Requirement test to spec. 2017-02-12 22:06:44 +01:00
Markus Reiter
6799081f8a Convert Emoji test to spec. 2017-02-12 21:46:15 +01:00
Markus Reiter
1cbec60829 Convert Utils::Bottles::Collector test to spec. 2017-02-12 21:37:46 +01:00
Markus Reiter
93724c0645 Merge pull request #1990 from reitermarkus/x11-requirement-spec
Convert X11Requirement test to spec.
2017-02-12 21:16:04 +01:00
ilovezfs
539120143b bump-formula-pr: block duplicate pull-requests 2017-02-12 10:36:24 -08:00
Mike McQuaid
735532840d log: follow renames.
Now that we can rename formulae this makes this command more useful
for viewing longer histories.
2017-02-12 16:53:22 +00:00
Markus Reiter
23767a378b Convert X11Requirement test to spec. 2017-02-12 17:33:24 +01:00
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