David Xia
7920006020
fix: use recommended way of updating Fish shell $PATH
...
fixes https://github.com/Homebrew/brew/issues/8965
See Fish docs https://fishshell.com/docs/current/tutorial.html#path .
> A faster way is to use the `fish_add_path function`... The advantage is that
> you don't have to go mucking around in files: just run this once at the
> command line, and it will affect the current session and all future instances
> too.
>
> Or you can modify `$fish_user_paths` yourself, but you should be careful not
> to append to it unconditionally in config.fish, or it will grow longer and
> longer.
2021-05-08 21:19:19 -07:00
Rylan Polster
64b6846d60
Merge pull request #11346 from jbampton/fix-spelling
...
Fix spelling
2021-05-07 22:07:29 -04:00
John Bampton
1691e615fe
Fix spelling
2021-05-08 11:20:01 +10:00
Dawid Dziurla
fac7ff41d8
Merge pull request #11345 from Homebrew/update-man-completions
...
Update maintainers, manpage and completions.
2021-05-07 23:47:38 +02:00
BrewTestBot
35340c5834
Update maintainers, manpage and completions.
...
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml ) workflow.
2021-05-07 21:23:22 +00:00
Mike McQuaid
3eaa0d7752
Merge pull request #11337 from cnnrmnn/no-shallow-taps
...
No shallow taps
2021-05-07 22:22:09 +01:00
cnnrmnn
ddbcafd24c
Merge branch 'no-shallow-taps' of https://github.com/cnnrmnn/brew into no-shallow-taps
2021-05-07 16:50:29 -04:00
cnnrmnn
0b5f440cfc
Remove reference to full_clone in CoreTap
2021-05-07 16:47:58 -04:00
Connor Mann
29d50f57b3
Add tap --shallow deprecation TODO
...
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2021-05-07 16:47:58 -04:00
Connor Mann
e649a7d09e
Update Library/Homebrew/cmd/tap.rb
...
Add tap --full deprecation TODO
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2021-05-07 16:47:58 -04:00
cnnrmnn
b5569ffd33
Remove full_clone from CoreTap
2021-05-07 16:47:58 -04:00
cnnrmnn
8f7621edb8
Remove trailing whitespace
2021-05-07 16:47:58 -04:00
Connor Mann
bfd4ddfa5a
Fix style
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 16:47:58 -04:00
Connor Mann
986089d4f2
Fix style
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 16:47:58 -04:00
Connor Mann
5b6b400c58
Remove deprecation comment
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 16:47:58 -04:00
Connor Mann
18bb644ce7
Remove deprecation comment
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 16:47:58 -04:00
Connor Mann
1e0551fca4
Add no-op message
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 16:47:58 -04:00
Carlo Cabrera
1d70c28178
keg_relocate: style improvements
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 16:47:58 -04:00
Carlo Cabrera
6156fadd65
extend/os/mac/keg_relocate: relocate rpaths on macOS
2021-05-07 16:47:58 -04:00
Carlo Cabrera
a8cbc14ca3
os/mac/keg: add change_rpath method
2021-05-07 16:47:58 -04:00
BrewTestBot
52f905fa2a
Update RBI files for rubocop.
2021-05-07 16:47:58 -04:00
BrewTestBot
42f606a43e
brew vendor-gems: commit updates.
2021-05-07 16:47:58 -04:00
dependabot[bot]
0b7f6e9c1c
build(deps): bump rubocop from 1.13.0 to 1.14.0 in /Library/Homebrew
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/rubocop/rubocop/releases )
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop/compare/v1.13.0...v1.14.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-07 16:47:58 -04:00
BrewTestBot
74e89079ec
Update RBI files for rubocop-rails.
2021-05-07 16:47:58 -04:00
BrewTestBot
ed42e664cd
brew vendor-gems: commit updates.
2021-05-07 16:47:58 -04:00
dependabot[bot]
add1183f41
build(deps): bump rubocop-rails in /Library/Homebrew
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.10.0 to 2.10.1.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.10.0...v2.10.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-07 16:47:57 -04:00
Carlo Cabrera
25045e658e
Merge pull request #11342 from carlocab/pour-rpath
...
formula_installer: set `HOMEBREW_RELOCATE_RPATHS`
2021-05-07 20:07:28 +01:00
Carlo Cabrera
bf4ad449bb
formula_installer: set HOMEBREW_RELOCATE_RPATHS
...
This enables `RPATH` relocation upon pouring bottles.
Part of #11329 .
2021-05-07 19:40:40 +01:00
Mike McQuaid
5b4c4417c4
Merge pull request #11343 from MikeMcQuaid/delete-flaky-test
...
cask/cmd/uninstall_spec: delete more flaky tests.
2021-05-07 17:27:46 +01:00
Mike McQuaid
1462f47609
cask/cmd/uninstall_spec: delete more flaky tests.
...
https://github.com/Homebrew/brew/pull/11337/checks?check_run_id=2528253674
2021-05-07 16:27:52 +01:00
cnnrmnn
6f6cbc592a
Remove reference to full_clone in CoreTap
2021-05-07 10:30:32 -04:00
Connor Mann
e391381acc
Add tap --shallow deprecation TODO
...
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2021-05-07 10:13:08 -04:00
Connor Mann
2211d795ed
Update Library/Homebrew/cmd/tap.rb
...
Add tap --full deprecation TODO
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2021-05-07 10:12:31 -04:00
cnnrmnn
6aa1695df1
Remove full_clone from CoreTap
2021-05-07 10:07:22 -04:00
cnnrmnn
69054b06b5
Remove trailing whitespace
2021-05-07 09:55:56 -04:00
Connor Mann
df6b90fd85
Fix style
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 09:43:41 -04:00
Connor Mann
182c1f840e
Fix style
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 09:43:12 -04:00
Connor Mann
ea8a66f385
Remove deprecation comment
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 09:42:54 -04:00
Connor Mann
c7f8ce83d4
Remove deprecation comment
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 09:42:44 -04:00
Connor Mann
033c11ff18
Add no-op message
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 09:42:19 -04:00
Connor Mann
d7e2e3c75a
Merge branch 'Homebrew:master' into no-shallow-taps
2021-05-07 09:31:10 -04:00
cnnrmnn
b5a7337b05
Add deprecation paths for tap --full/--shallow
2021-05-07 09:29:19 -04:00
Carlo Cabrera
d3013fcbc1
Merge pull request #11331 from carlocab/change-rpath
...
extend/os/mac/keg_relocate: implement `RPATH` relocation
2021-05-06 17:50:23 +01:00
Mike McQuaid
df12e8f6fe
Merge pull request #11334 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.14.0
...
build(deps): bump rubocop from 1.13.0 to 1.14.0 in /Library/Homebrew
2021-05-06 16:00:48 +01:00
Mike McQuaid
5bd3fbad27
Merge pull request #11336 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rails-2.10.1
...
build(deps): bump rubocop-rails from 2.10.0 to 2.10.1 in /Library/Homebrew
2021-05-06 15:45:20 +01:00
cnnrmnn
6e1345b899
Remove --shallow and --full from manpage
2021-05-06 10:18:18 -04:00
cnnrmnn
dd2b3c9c43
Remove --shallow and --full from completions
2021-05-06 10:16:43 -04:00
cnnrmnn
02993c5899
Update tests to stop passing full_clone
2021-05-06 10:11:21 -04:00
cnnrmnn
674594f75c
Stop using shallow clones for taps
2021-05-06 10:10:56 -04:00
Carlo Cabrera
dec7b97342
keg_relocate: style improvements
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-06 12:01:51 +01:00