22346 Commits

Author SHA1 Message Date
Mike McQuaid
08b848044e
Revert "dev-cmd/bottle: set uid/gid." 2021-04-16 16:58:21 +01:00
Mike McQuaid
7a23bd3ecd
dev-cmd/bottle: set uid/gid.
This is a more complete version of `--numeric-owner`.
2021-04-16 15:26:24 +01:00
hyuraku
83f8b9230a brew.sh: repair style 2021-04-16 22:32:30 +09:00
Mike McQuaid
2b34ecfe18
Merge pull request #11163 from Bo98/bottle-filename
dev-cmd/bottle: revert filename in JSON to use single dash always
2021-04-16 14:30:46 +01:00
Mike McQuaid
4a0b860973
dev-cmd/bottle: improve reproducibility, comment.
Setting a consistent owner/group results in more consistent bottles.
2021-04-16 14:05:06 +01:00
Mike McQuaid
b57fe84f81
Use long/readable tar flags.
Also, use `--no-same-permissions` instead of `-o` (which does nothing
without `-p` being passed and run as `root`) for the more explicit
description of the behaviour we want.
2021-04-16 14:05:06 +01:00
Mike McQuaid
96cd1c058e
utils/bottles: tweak/improve some of the API. 2021-04-16 14:05:05 +01:00
Mike McQuaid
a28dda5062
bottle: remove GitHub Packages bulk upload logic. 2021-04-16 14:05:05 +01:00
Bo Anderson
1d896e36a1
Merge pull request #11162 from Bo98/autoupdate-workaround
brew.sh: add workaround for old auto-updates
2021-04-16 13:12:54 +01:00
Bo Anderson
b5ccad093d
dev-cmd/bottle: revert filename in JSON to single dash
Fixes #11136.
2021-04-16 13:04:34 +01:00
Bo Anderson
7c9053753f
brew.sh: add workaround for old auto-updates 2021-04-16 12:32:34 +01:00
Sean Molenaar
0e93f728a6
Service: generate systemd unit file 2021-04-16 08:58:49 +02:00
Nanda H Krishna
ba578f4ae2
Merge pull request #11161 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
2021-04-16 06:17:10 +05:30
Miccal Matthews
b29c636d3c
Merge pull request #11146 from reitermarkus/sparkle-first
Always take first item in `Sparkle` strategy.
2021-04-16 08:44:49 +08:00
BrewTestBot
b3c82ae1cf
sorbet: Update RBI files.
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
2021-04-16 00:20:10 +00:00
Bo Anderson
0db7c0ba8a
formula: add -DBUILD_TESTING=OFF to std_cmake_args 2021-04-15 23:07:18 +01:00
Bo Anderson
f904d63e04
Merge pull request #11157 from Bo98/bottle-domain-fallback
software_spec: fix bottle domain fallback handling
2021-04-15 20:02:54 +01:00
Bo Anderson
635e58e9aa
software_spec: fix bottle domain fallback handling 2021-04-15 19:24:25 +01:00
Mike McQuaid
160c8d8ebc
Merge pull request #11141 from Bo98/source_date_epoch
build: set SOURCE_DATE_EPOCH
2021-04-15 19:11:04 +01:00
Mike McQuaid
1a04490a2a
Merge pull request #11139 from MikeMcQuaid/quieter_settings
settings: use quieter `system_command!`
2021-04-15 17:05:12 +01:00
Markus Reiter
bbf8a10f2c
Always take first item in Sparkle strategy. 2021-04-15 01:15:59 +02:00
Bo Anderson
6c687fd8ba
dev-cmd/bottle: fix INSTALL_RECEIPT appearing in changed_files 2021-04-14 21:43:37 +01:00
Bo Anderson
1a81257721
build: set SOURCE_DATE_EPOCH 2021-04-14 17:43:26 +01:00
Mike McQuaid
bc9b98aa0b
Merge pull request #11131 from MikeMcQuaid/only_json_tab_handling
Better handle `brew bottle --only-json-tab` bottles
2021-04-14 14:27:38 +01:00
Mike McQuaid
a74d6060f3
settings: use quieter system_command!
`safe_system` always outputs what it's running which isn't necessary in
this case.
2021-04-14 14:21:16 +01:00
Mike McQuaid
b153620f63
Merge pull request #11138 from Bo98/io-read
Use File.read over IO.read
2021-04-14 13:30:50 +01:00
Bo Anderson
1feed79e69
Use File.read over IO.read 2021-04-14 12:42:26 +01:00
EricFromCanada
bb26935344
create: improve cask token & version generation 2021-04-13 15:45:30 -04:00
Mike McQuaid
75592cbebc
Better handle brew bottle --only-json-tab bottles
- test them in `brew test-bot` (before we do so in homebrew/core)
- don't fail if we cannot find the tab/install receipt in a bottle
- cache listing the files in a bottle so we don't do it more times than
  necessary
- fix resolution of version and formula names from a bottle if we're
  getting them from a bottle without a tab/install receipt

This will need to be in a tagged release before we can ship tab-less
bottles to users.
2021-04-13 14:26:31 +01:00
hyuraku
705995c1c3 repair variables 2021-04-13 22:23:32 +09:00
hyuraku
ee511e4c0c delete useless variable 2021-04-13 22:23:32 +09:00
hyuraku
d63a0ebd7b .simplecov: delete private method 2021-04-13 22:23:32 +09:00
Mike McQuaid
632e4d6579
Merge pull request #11125 from chrisayoub/master
Fix regression with bottle URLs in `brew info` JSON output
2021-04-13 12:50:16 +01:00
Nanda H Krishna
ecef4889f8
Merge pull request #11122 from nandahkrishna/fix-tap-new
tap-new: fix invalid tap name message
2021-04-13 17:17:24 +05:30
Mike McQuaid
a4ea7fb279
Merge pull request #11126 from Bo98/bottle-domain-env
brew.sh: remove problematic HOMEBREW_BOTTLE_DOMAIN export
2021-04-13 12:05:02 +01:00
Mike McQuaid
dbe2a96860
Merge pull request #11105 from GauthamGoli/test-auto-cp-bash
Use `shellcheck` on Bash completion file
2021-04-13 12:02:14 +01:00
Bo Anderson
ad22854bcb
brew.sh: remove problematic HOMEBREW_BOTTLE_DOMAIN export
Partially fixes #11123.
2021-04-13 03:54:32 +01:00
Chris Ayoub
7c16da70ac Fix regression with bottle URLs in brew info JSON output 2021-04-12 21:41:42 -04:00
Nanda H Krishna
beed30f359
tap-new: fix invalid tap name message 2021-04-13 02:43:38 +05:30
Bo Anderson
c972d330cb
Update Big Sur runner labels 2021-04-12 21:20:19 +01:00
Michka Popoff
f1c08c3801
Merge pull request #11118 from Bo98/ghp-manifest-unknown
github_packages: handle "manifest unknown"
2021-04-12 20:26:05 +02:00
Bo Anderson
ae91ec2772
github_packages: handle "manifest unknown" 2021-04-12 18:58:28 +01:00
Mike McQuaid
dc3e8b485a
Merge pull request #11116 from MikeMcQuaid/software_spec_fixes
software_spec: GitHub Packages/Bintray fixes.
2021-04-12 16:28:59 +01:00
Mike McQuaid
9a3763878e
Merge pull request #11115 from MikeMcQuaid/bottle_desc_fix
dev-cmd/bottle: don't assume `desc` present.
2021-04-12 16:21:47 +01:00
Mike McQuaid
f866bab2a0
software_spec: GitHub Packages/Bintray fixes.
- assign the `version` for the `resource` before the `downloader` is
  created
- fix the reference to `Bintray`
2021-04-12 16:07:19 +01:00
Mike McQuaid
17da648c1b
dev-cmd/bottle: don't assume desc present.
Fixes https://github.com/Homebrew/brew/pull/11057#issuecomment-817846023
2021-04-12 15:54:13 +01:00
Bo Anderson
627381e949
formula_installer: fix version scheme not being set in the tab 2021-04-12 15:48:13 +01:00
Mike McQuaid
1bdb8c7a33
More Bintray cleanup
Cleanup more files and names related to Bintray to ease their future
deletion (when Bintray is shutdown).
2021-04-12 15:07:46 +01:00
Mike McQuaid
8b38d962ae
Merge pull request #11106 from kabel/bugfix/non-ghp-bottle-filename
bottle: Restore old filename for non-GitHub package URLs
2021-04-12 08:51:22 +01:00
Rylan Polster
4145fabc20
Merge pull request #11098 from Rylan12/help-updates
Help/documentation updates
2021-04-11 20:29:43 -04:00