17707 Commits

Author SHA1 Message Date
ilovezfs
4b97b618df audit: exact match throttled formula names 2018-07-03 01:14:12 -07:00
Mike McQuaid
09ee556833
Merge pull request #4397 from woodruffw/forbid-temp-prefix
brew.sh: Don't allow system tmp dirs as prefixes
2018-07-03 08:31:40 +01:00
Mike McQuaid
c81806543f
Merge pull request #4414 from commitay/stable-block
components_redundancy: audit `stable do` without a head or devel spec
2018-07-03 08:29:52 +01:00
Mike McQuaid
f63ea00c29
Merge pull request #4408 from commitay/dependency_order
audit: exempt versioned formulae from new formula audit
2018-07-03 08:28:02 +01:00
commitay
4dba9fddf1 components_redundancy: audit stable do without a head or devel spec 2018-07-03 11:56:31 +10:00
William Woodruff
fd014153e6
brew.sh: Upcase var, tweak error language 2018-07-02 19:34:19 -04:00
Markus Reiter
cbc3184436
Merge pull request #4357 from reitermarkus/tapped-cask-count
Show tapped casks.
2018-07-02 20:46:33 +02:00
Mike McQuaid
b834b4e1b0
Merge pull request #4413 from Homebrew/dependabot/bundler/docs/github-pages-187
Bump github-pages from 186 to 187 in /docs
2018-07-02 18:46:34 +01:00
Mike McQuaid
ee1c206134
Merge pull request #4412 from claui/remove-rspec-focus
Re-enable tests by removing a stray rspec `:focus`
2018-07-02 18:45:43 +01:00
dependabot[bot]
74758d2de1
Bump github-pages from 186 to 187 in /docs
Bumps [github-pages](https://github.com/github/pages-gem) from 186 to 187.
- [Release notes](https://github.com/github/pages-gem/releases)
- [Commits](https://github.com/github/pages-gem/compare/v186...v187)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-07-02 17:27:33 +00:00
Claudia
79682df8b6
Re-enable tests by removing a stray rspec :focus 2018-07-02 16:01:01 +02:00
commitay
6ca66d18e0 audit: exempt versioned formulae from new formula audit 2018-07-02 23:40:24 +10:00
Mike McQuaid
3542f896c0
Merge pull request #4409 from MikeMcQuaid/upgrade-no-pin-failed
install: don't exit on Homebrew.failed?
2018-07-02 14:30:44 +01:00
alexbostock
b548dbde97 Fix style 2018-07-02 10:46:41 +01:00
alexbostock
22b3102fbe Add version number to cask json option
Old:
$ brew cask info --json <formula>

New:
$ brew cask info --json-v1  <formula>
2018-07-02 10:32:59 +01:00
Mike McQuaid
94409712fe install: don't exit on Homebrew.failed?
This will be set if e.g. pinned packages aren't being upgraded.

Fixes #4388.
2018-07-02 10:25:04 +01:00
alexbostock
0bfc6bd490 Improve format of git cask info --json output 2018-07-02 10:13:25 +01:00
Markus Reiter
d0c0117945 Try using language: ruby in Travis config. 2018-07-02 19:06:29 +10:00
commitay
27b58b6955 travis.yml: update xcode to 9.4 2018-07-02 19:06:29 +10:00
Mike McQuaid
1e610ae7a3
Merge pull request #4405 from Homebrew/dependabot/bundler/Library/Homebrew/test/rubocop-0.57.2
Bump rubocop from 0.57.1 to 0.57.2 in /Library/Homebrew/test
2018-07-02 09:22:47 +01:00
alexbostock
2d5ae645d9 Add basic JSON option to brew cask
$ brew cask info --json <cask>
2018-07-02 09:05:49 +01:00
dependabot[bot]
0bce59b510
Bump rubocop from 0.57.1 to 0.57.2 in /Library/Homebrew/test
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.57.1 to 0.57.2.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.57.1...v0.57.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-07-02 05:30:04 +00:00
William Woodruff
68d3dc1368
brew.sh: Only do tmpdir check on macOS 2018-07-01 19:21:50 -04:00
William Woodruff
bde7c6b82b
brew.sh: Use bashisms for default values 2018-07-01 19:19:55 -04:00
Afnan Enayet
fa41a66907
Update manpages using man brew
Properly update man pages using the local brew executable (from the repo),
and copy the man pages to the repo.
2018-07-01 18:47:13 -04:00
Markus Reiter
a15b016ea6 Use if for assignment. 2018-07-02 00:11:42 +02:00
Afnan Enayet
01a3422232
Update manpages using the brew man command
Use brew man to generate manpages, and then copy them to the repo.
2018-07-01 17:41:49 -04:00
Afnan Enayet
51bf6572f1
Merge branch 'master' of github.com:Homebrew/brew into update-compiler-docs 2018-07-01 17:32:55 -04:00
William Woodruff
039a4ee4b3
brew.sh: Move HOMEBREW_TEMP declaration
Additionally, assign HOMEBREW_TEMP based on the host
system (/tmp for Linux, /private/tmp for macOS).
2018-07-01 12:58:32 -04:00
Markus Reiter
9d79cf1e9d Reference RuboCop issue. 2018-07-01 18:48:28 +02:00
Markus Reiter
71a79e7e04 Ignore false RuboCop positive. 2018-07-01 18:48:28 +02:00
Markus Reiter
c6c1eacc18 Rename enumeration to comma_and. 2018-07-01 18:48:28 +02:00
Markus Reiter
785750ee63 Add Tap#contents methods. 2018-07-01 18:48:28 +02:00
Markus Reiter
7671606ddc Add Formatter::enumeration. 2018-07-01 18:48:28 +02:00
Markus Reiter
2aa7597e70 Show tapped casks. 2018-07-01 18:48:28 +02:00
William Woodruff
a8bcb5dfa4
bin/brew: Revert allowing export of TEMP 2018-07-01 12:33:50 -04:00
William Woodruff
72bc6b1927
config: Remove /tmp fallback
We provide a /private/tmp fallback in bin/brew, so
this is no longer necessary.
2018-07-01 12:33:14 -04:00
Mike McQuaid
61a8c4d1fb
Merge pull request #4300 from apjanke/new-rubocop-version
Upgrade to Rubocop 0.57.2
2018-07-01 09:08:16 +01:00
Mike McQuaid
dd5e956945
Merge pull request #4399 from reitermarkus/rubocop-comment
Remove unneeded RuboCop comment.
2018-07-01 09:06:14 +01:00
Markus Reiter
ad82cd888e Remove unneeded RuboCop comment. 2018-07-01 01:43:04 +02:00
Andrew Janke
e0a8a79921 Style fixes for Rubocop 0.57.1 2018-06-30 19:40:14 -04:00
Andrew Janke
f99d7b29ef upgrade to Rubocop 0.57.1 2018-06-30 16:27:19 -04:00
Afnan Enayet
a68f1ff619
Update manpage with info about compilers
* Update the manpage source file with additional information
    * document the `HOMEBREW_CC` variable with usage information
    * update usage information for `--cc`, specifying how to use llvm's clang
2018-06-30 15:54:17 -04:00
William Woodruff
8e4aab92aa
brew.sh: Test HOMEBREW_TEMP, not hardcoded tmpdir 2018-06-30 12:21:32 -04:00
William Woodruff
d7cdc9b9a3
config: Ensure HOMEBREW_TEMP is absolute 2018-06-30 12:20:49 -04:00
William Woodruff
696a1d1e7e
bin/brew: Set HOMEBREW_TEMP, allow export 2018-06-30 12:20:00 -04:00
William Woodruff
c552e6596c
brew.sh: Remove trailing / from prefix in message 2018-06-30 11:53:29 -04:00
William Woodruff
b6a0b04a39
brew.sh: Tweak language 2018-06-30 11:13:39 -04:00
William Woodruff
42bd5448bc
brew.sh: Typo 2018-06-30 09:47:55 -04:00
William Woodruff
949c0cc47e
brew.sh: Use realpath to calculate tmpdir 2018-06-30 09:47:15 -04:00