Tim Masliuchenko
|
91ddb6e53d
|
Cleanup specs
|
2019-10-24 14:22:13 +03:00 |
|
Markus Reiter
|
d91b578845
|
Merge pull request #6641 from RikudouSage/patch-1
Fix a typo
|
2019-10-24 13:18:03 +02:00 |
|
RikudouSage
|
ecf8324c82
|
Fix a typo
|
2019-10-24 12:48:26 +02:00 |
|
Tim Masliuchenko
|
6d1fafae13
|
Final tweaks
|
2019-10-24 09:43:59 +03:00 |
|
Mike McQuaid
|
6014011b20
|
Merge pull request #6636 from Homebrew/dependabot/bundler/docs/github-pages-202
build: bump github-pages from 201 to 202 in /docs
|
2019-10-23 17:16:14 +01:00 |
|
dependabot-preview[bot]
|
8abf16d857
|
build: bump github-pages from 201 to 202 in /docs
Bumps [github-pages](https://github.com/github/pages-gem) from 201 to 202.
- [Release notes](https://github.com/github/pages-gem/releases)
- [Commits](https://github.com/github/pages-gem/compare/v201...v202)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-23 15:40:22 +00:00 |
|
Tim Masliuchenko
|
87f29857f0
|
Pass section to the constructor
|
2019-10-23 18:34:16 +03:00 |
|
Tim Masliuchenko
|
22d821323c
|
Feedbacks
|
2019-10-23 16:28:00 +03:00 |
|
Markus Reiter
|
1ea1f31d0b
|
Merge pull request #6634 from reitermarkus/trash
Fix `trash.swift` without arguments.
|
2019-10-23 12:08:09 +02:00 |
|
Mike McQuaid
|
e29054ae0b
|
Merge pull request #6632 from sjackman/portable-ruby
vendor-install: Change double hyphen to single
|
2019-10-23 09:34:17 +01:00 |
|
Mike McQuaid
|
13440c0734
|
Merge pull request #6635 from scpeters/must_be_writable_frameworks
os/mac/keg: Frameworks -> MUST_BE_WRITABLE_DIRS
|
2019-10-23 09:24:56 +01:00 |
|
Steven Peters
|
34bf7c9bf5
|
os/mac/keg: Frameworks -> MUST_BE_WRITABLE_DIRS
Also add it to MUST_EXIST_SUBDIRECTORIES.
|
2019-10-23 00:36:23 -07:00 |
|
Markus Reiter
|
f357d4710f
|
Merge pull request #6633 from amyspark/fix-xattr-detection
cask: fix xattr error detection
|
2019-10-23 07:05:50 +02:00 |
|
Markus Reiter
|
04493e2dde
|
Fix trash.swift without arguments.
|
2019-10-23 06:59:39 +02:00 |
|
L. E. Segovia
|
a02ef65f68
|
cask: fix xattr error detection
Fixes Homebrew/homebrew-cask#71209
|
2019-10-23 01:49:09 +00:00 |
|
Markus Reiter
|
299bb1c25f
|
Merge pull request #6628 from reitermarkus/automation-access
Remove `User::automation_access?`.
|
2019-10-22 20:52:37 +02:00 |
|
Shaun Jackman
|
023f0b59a2
|
vendor-install: Change double hyphen to single
|
2019-10-22 11:26:16 -07:00 |
|
Tim Masliuchenko
|
3ef5e06943
|
Add Manpage artifact
|
2019-10-22 15:21:49 +03:00 |
|
Mike McQuaid
|
cddf402365
|
Merge pull request #6620 from scpeters/must_exist_frameworks
os/mac/keg: Frameworks -> MUST_EXIST_DIRECTORIES
|
2019-10-22 09:15:51 +01:00 |
|
Mike McQuaid
|
368b80aa8d
|
Merge pull request #6627 from DavidGriffith/fix-gmake-fix
Fix stupid mistake in 6ff61909a91edf3f31adc608dcafd3f5f8e642d0
|
2019-10-22 08:45:38 +01:00 |
|
Mike McQuaid
|
2f0c178901
|
Merge pull request #6619 from sjackman/portable-ruby
vendor-install: Update aarch64 and add armv6
|
2019-10-22 08:37:39 +01:00 |
|
Mike McQuaid
|
d15edf735a
|
extend/string: use unless to fix style.
|
2019-10-22 08:24:32 +01:00 |
|
Markus Reiter
|
e5ccb9b2b2
|
Merge pull request #6601 from amyspark/unzip
zip: overwrite existing files
|
2019-10-22 07:56:33 +02:00 |
|
Markus Reiter
|
7a5e4d1269
|
Remove User::automation_access? .
|
2019-10-22 07:38:35 +02:00 |
|
David Griffith
|
11f322b61c
|
Trying this to please brew test-bot.
|
2019-10-21 19:01:54 -07:00 |
|
David Griffith
|
5b58931ebd
|
Fix stupid mistake in 6ff61909a91edf3f31adc608dcafd3f5f8e642d0
I forgot to alter the call to gsub() when breaking up the unless to shorten
the line.
|
2019-10-21 17:46:50 -07:00 |
|
Markus Reiter
|
0a175c4feb
|
Merge pull request #6625 from reitermarkus/rubocop-namespace
Fix RuboCop namespace.
|
2019-10-22 01:46:05 +02:00 |
|
Markus Reiter
|
ffd299f6e0
|
Merge pull request #6626 from reitermarkus/create_check_run
Add `GitHub::create_check_run` function.
|
2019-10-22 01:45:53 +02:00 |
|
Steven Peters
|
20e85acec4
|
keg: uniq.sort -> sort.uniq
|
2019-10-21 12:29:37 -07:00 |
|
Steven Peters
|
1ad0addbc8
|
spec_helper: always remove Frameworks
|
2019-10-21 12:27:39 -07:00 |
|
Steven Peters
|
c2cb6cfa79
|
os/mac/keg.rb: uniq.sort -> sort.uniq
Co-Authored-By: Mike McQuaid <mike@mikemcquaid.com>
|
2019-10-21 12:26:01 -07:00 |
|
Markus Reiter
|
f099d44021
|
Add GitHub::create_check_run function.
|
2019-10-21 20:12:31 +02:00 |
|
Markus Reiter
|
6c03cc0040
|
Fix RuboCop namespace.
|
2019-10-21 20:09:56 +02:00 |
|
Mike McQuaid
|
333642927b
|
Merge pull request #6607 from dawidd6/keep-old-but-not-cellar
bottle: don't keep old cellar
|
2019-10-21 13:37:17 +01:00 |
|
Dawid Dziurla
|
aa9950282f
|
bottle: set bottle.cellar to old_spec.cellar if deleting mismatch
Co-Authored-By: Mike McQuaid <mike@mikemcquaid.com>
|
2019-10-21 14:11:08 +02:00 |
|
Dawid Dziurla
|
e19fab86c0
|
bottle: allow prefix cellar to be any*
|
2019-10-21 13:37:55 +02:00 |
|
Mike McQuaid
|
59efb89015
|
Merge pull request #6624 from fauxpark/zsh-completion-outdated-greedy
completions/zsh: add --greedy argument for `brew cask outdated`
|
2019-10-21 12:25:12 +01:00 |
|
Mike McQuaid
|
962ca6a86a
|
Merge pull request #6623 from DavidGriffith/gmake-conditional-assignment
Deal with GMake Makefile conditional assignment operators.
|
2019-10-21 10:07:55 +01:00 |
|
fauxpark
|
c46244dc3d
|
completions/zsh: add --greedy argument for brew cask outdated
|
2019-10-21 20:07:20 +11:00 |
|
Mike McQuaid
|
8b4c8159de
|
Merge pull request #6621 from Amar1729/patch-2
[Interesting Taps and Forks] Update unmaintained ffmpeg tap to Current
|
2019-10-21 09:23:11 +01:00 |
|
David Griffith
|
6ff61909a9
|
Deal with Makefile conditional assignment operators.
Ordinarily variable assignments in Makefiles are done simply with an
unconditional assignment: the equals sign. There are variants of this:
FOO := $(BAR) Avoid recursively expand variables.
FOO ?= bar Assign only if $(FOO) is not already set.
FOO += bar Add more to a variable.
FOO != bar Execute a shell script and assign result to $(FOO).
See also
https://www.gnu.org/software/make/manual/html_node/Conditional-Example.html
https://www.gnu.org/software/make/manual/html_node/Flavors.html
|
2019-10-21 09:21:30 +01:00 |
|
Mike McQuaid
|
253e45bb94
|
Merge pull request #6618 from xu-cheng/arm
brew test: more fixes for ARM
|
2019-10-21 09:08:10 +01:00 |
|
Steven Peters
|
875bfbc8d3
|
spec_helper: workaround for removing Frameworks
|
2019-10-20 22:47:46 -07:00 |
|
Amar Paul
|
5dddbf1e8c
|
Update unmaintained ffmpeg tap to current
|
2019-10-20 20:52:48 -04:00 |
|
Steven Peters
|
8d30912e16
|
os/mac/keg: Frameworks -> MUST_EXIST_DIRECTORIES
|
2019-10-19 17:56:36 -07:00 |
|
Shaun Jackman
|
6169244b15
|
vendor-install: Update aarch64 and add armv6
|
2019-10-19 11:16:42 -07:00 |
|
Cheng XU
|
163ef284d2
|
brew test: more fixes for ARM
On ARMv7, the arch name is armv7l instead of armv7. So update the bottle
file name accordingly.
|
2019-10-19 15:20:35 +08:00 |
|
Mike McQuaid
|
e985986835
|
Merge pull request #6617 from xu-cheng/arm
brew tests: fix for ARM
|
2019-10-18 17:06:04 +01:00 |
|
Cheng XU
|
0db4287326
|
formula_info: use RUBY_PATH instead of calling HOMEBREW_BREW_FILE
This ensures correct RUBY_PATH is used when running `brew tests` with
custom `HOMEBREW_RUBY_PATH`
More info: https://github.com/Homebrew/brew/pull/6617#discussion_r336431131
|
2019-10-18 22:15:52 +08:00 |
|
Markus Reiter
|
dd839c7903
|
Merge pull request #6615 from reitermarkus/shellenv
Fix `shellenv` when using `-u`.
|
2019-10-18 16:03:41 +02:00 |
|