14765 Commits

Author SHA1 Message Date
Markus Reiter
455ec4c9b0 Merge pull request #3142 from reitermarkus/curl-full-download
Let `curl_download` handle HTTP 416 error.
2017-09-10 21:47:36 +02:00
Josh Soref
8e4150b20b spelling: should 2017-09-10 16:42:24 +00:00
Josh Soref
44c56cd9a8 spelling: separated 2017-09-10 16:42:10 +00:00
Josh Soref
130fec0831 spelling: preserves 2017-09-10 16:40:29 +00:00
Josh Soref
ce45591981 spelling: perform 2017-09-10 16:40:18 +00:00
Josh Soref
b9a33b03a4 spelling: parameters 2017-09-10 16:39:18 +00:00
Josh Soref
ca32ece84e spelling: packages 2017-09-10 16:39:03 +00:00
Josh Soref
a337620d97 spelling: omitted 2017-09-10 16:38:28 +00:00
Josh Soref
70ce9fe7f9 spelling: intermediate 2017-09-10 16:35:30 +00:00
Josh Soref
1fe2ade15c spelling: incomplete 2017-09-10 16:35:11 +00:00
Josh Soref
fe21cfdefd spelling: does 2017-09-10 16:32:09 +00:00
Josh Soref
4806b35e27 spelling: directories 2017-09-10 16:31:56 +00:00
Josh Soref
08e53870a6 spelling: definitions 2017-09-10 16:31:02 +00:00
Josh Soref
7b1cf6df5a spelling: comparison 2017-09-10 16:30:30 +00:00
ilovezfs
e108cf8cf5 Merge pull request #3129 from ilovezfs/fix-formula-prefix-envvar-for-head
build: fix HOMEBREW_FORMULA_PREFIX for head
2017-09-10 03:23:01 -07:00
ilovezfs
732bf2212d build: fix HOMEBREW_FORMULA_PREFIX for head
so that it includes the commit.
2017-09-10 02:51:16 -07:00
Markus Reiter
1f66c9c9e0 Let curl_download handle HTTP 416 error. 2017-09-10 07:23:18 +02:00
ilovezfs
914378cf2e Merge pull request #3138 from Homebrew/revert-3101-macho-use-object
Revert "mach: Avoid reopening the file for relocation"
2017-09-08 12:38:00 -07:00
ilovezfs
a4c5e64da4 Revert "mach: Avoid reopening the file for relocation" 2017-09-08 12:32:32 -07:00
William Woodruff
a77a1f949a Merge pull request #3101 from woodruffw/macho-use-object
mach: Avoid reopening the file for relocation
2017-09-08 14:30:23 -04:00
Mike McQuaid
929edca531 Merge pull request #3061 from mislav/hub-fork-forward-compat
bump-formula-pr: forward compatibility with `hub fork`
2017-09-08 18:46:07 +01:00
Shaun Jackman
78d3112df2 popen: Do not suppress stderr unless -d or -v 2017-09-08 09:39:33 -07:00
Mike McQuaid
4ef03223e0 Merge pull request #3135 from alyssais/core_tap_output
Always output when tapping core
2017-09-08 16:29:22 +01:00
Mike McQuaid
72251e7bc1 Merge pull request #3122 from vszakats/patch-1
git_spec.rb: use HTTPS for Git remote test
2017-09-08 16:28:21 +01:00
Mike McQuaid
2ed20c1cf3 Merge pull request #3127 from MikeMcQuaid/home_spec_testball
home_spec: use different test formula.
2017-09-08 09:04:53 +01:00
Mike McQuaid
49d2d7b94d home_spec: use different test formula.
Instead of `testball` use a formula named `testballhome` to avoid this
clashing with any other formula named testball.
2017-09-07 19:18:03 +01:00
Alyssa Ross
b6d36003b3
Always output when tapping core
Hiding all output makes it look like Homebrew is hanging while the tap
operation (which can take a long time!) is running.

Closes #3053.
2017-09-07 12:12:22 +01:00
Viktor Szakats
a6d1ddf326 git_spec.rb: use HTTPS for Git remote test 2017-09-07 08:02:05 +00:00
Mike McQuaid
5b041528af Merge pull request #3133 from MikeMcQuaid/travis-umask
travis.yml: fix umask for brew audit.
2017-09-06 20:52:55 +01:00
Mike McQuaid
0187250600 travis.yml: fix umask for brew audit.
Change the umask before we create any files to avoid `brew audit`
complaining about the `chmod` of formulae.
2017-09-06 18:01:08 +01:00
Mike McQuaid
bf0ab938e7 Merge pull request #3091 from GauthamGoli/audit_line_rubocop_part_3
audit: Port line_problems to rubocop and add tests part 3
2017-09-05 18:10:02 +01:00
Mike McQuaid
4cc8d4737b Merge pull request #2982 from GauthamGoli/audit_class_rubocop_port
audit: Port audit_class to rubocop, add tests and autocorrect
2017-09-05 18:07:25 +01:00
Mike McQuaid
c6d5f8cc99 Merge pull request #3125 from DomT4/kaby_lake
mac/hardware/cpu: recognise Kaby Lake
2017-09-05 09:51:53 +01:00
Dominyk Tiller
9562cceef1
audit: stop demanding a HTTP HEAD mirror for curl
Not sure if this is how you want to handle it but having a HEAD mirror
for `curl` is just silliness.

Ref: e36b95849a
2017-09-05 03:35:44 +01:00
Dominyk Tiller
9899a5d0a8
mac/hardware/cpu: recognise Kaby Lake
The 2017 MacBook Pro line shipped with Kaby Lake CPUs.
2017-09-05 03:16:18 +01:00
Gautham Goli
d45ff9c0fd audit: Add a global flag to silent warning when auditing 2017-09-04 23:57:09 +05:30
Gautham Goli
4ec26aea40 audit: Port audit_class to rubocop, add tests and autocorrect 2017-09-04 23:43:42 +05:30
Mike McQuaid
e777010756 Merge pull request #3108 from nerdrew/master
add zsh completion for switch <formula> <version>
2017-09-04 18:56:48 +01:00
Gautham Goli
337d5c6470 audit: Fetch formula name from file path rather than class name in cops 2017-09-04 15:05:43 +05:30
Gautham Goli
b582ed513b audit: Add tests for rubocop methods in line_cop.rb 2017-09-04 15:05:43 +05:30
Gautham Goli
267def28fa audit: Port rules from line_problems to rubocop part 3 2017-09-04 15:05:43 +05:30
Mike McQuaid
751334a257 Merge pull request #3076 from DomT4/high_sierra_b7
mac/xcode: update expected Clang on 10.13
1.3.2
2017-09-04 10:14:44 +01:00
Mike McQuaid
0edca0d2da Merge pull request #3120 from woodruffw/analytics-clarification
docs: Clarify availability of analytics
2017-09-04 08:55:52 +01:00
Mike McQuaid
73cd2a1db8 Merge pull request #3119 from MikeMcQuaid/audit-subversion-url-fix
audit: fix subversion remote check logic.
2017-09-04 01:54:28 +01:00
William Woodruff
6e3acddc44
docs: Clarify availability of analytics
This commit tweaks the language in Analytics.md to make it clear
that summaries of install/error data are publicly available,
while only Homebrew maintainers can access the full analytics
(as specified above in the document).
2017-09-03 20:46:50 -04:00
Mike McQuaid
37293c6f01 Merge pull request #3096 from vszakats/urlchk1
audit: Add some heuristics to https upgrade checks
2017-09-03 21:50:53 +01:00
Mike McQuaid
bbf71921eb audit: fix subversion remote check logic.
Stop flagging invalid URLs as valid and vice-versa.

Fixes #3118.
2017-09-03 21:42:46 +01:00
Mike McQuaid
e82f36db3e Merge pull request #3109 from DomT4/mandatory_java_cache
Java: deprecate ENV.java_cache in favour of setting it by default.
2017-09-03 21:18:51 +01:00
Mike McQuaid
3bb98714af Merge pull request #2955 from mansimarkaur/git_tests
Added tests for utils/git
2017-09-02 15:53:32 +01:00
ilovezfs
dce1e91c6f Merge pull request #3098 from DomT4/gnupg
gpg: tweaks
2017-09-02 07:41:28 -07:00