Shaun Jackman
7d1197e8eb
audit_glibc: Permit glibc 2.27, 2.31, or 2.35
2022-07-29 14:06:51 -07:00
Shaun Jackman
1ac5fc05bd
audit_glibc: Permit glibc 2.35
...
See https://github.com/Homebrew/brew/issues/13619
2022-07-29 10:13:09 -07:00
Shaun Jackman
291eacd482
audit_glibc: Fix the error message
...
"The glibc version must be 2.35" should have read
"The glibc version must be 2.23".
2022-07-29 09:30:18 -07:00
Carlo Cabrera
7c7a92e8fb
formula_auditor: clean up error wording
2022-07-29 20:10:05 +08:00
Carlo Cabrera
467a45421f
dependency_collector: replace bazaar
with breezy
2022-07-29 18:10:12 +08:00
Carlo Cabrera
e1ba143d88
download_strategy: replace bazaar
with breezy
...
Bazaar is no longer maintained, and Breezy seems to be a drop-in
replacement.
I've tested the commands used in the download strategy and they seem to
work.
We need this in order to properly deprecate the `bazaar` formula.
See Homebrew/homebrew-core#106848 .
2022-07-29 17:02:39 +08:00
Carlo Cabrera
43a34706ed
Merge pull request #13615 from Homebrew/dependabot/bundler/Library/Homebrew/bootsnap-1.13.0
...
build(deps): bump bootsnap from 1.12.0 to 1.13.0 in /Library/Homebrew
2022-07-29 15:14:10 +08:00
Carlo Cabrera
cbff83898e
formula_auditor: audit for deprecated dependencies
...
Closes #12748 .
2022-07-29 15:07:16 +08:00
Carlo Cabrera
72880dea35
Merge pull request #13586 from carlocab/git-fsmonitor
2022-07-29 04:28:15 +08:00
Rylan Polster
ea1f2098ac
Move HOMEBREW_SIMULATE_MACOS_ON_LINUX
handling to SimulateSystem
2022-07-28 15:04:25 -04:00
BrewTestBot
f45114cfae
brew vendor-gems: commit updates.
2022-07-28 18:07:46 +00:00
dependabot[bot]
506daa1a09
build(deps): bump bootsnap from 1.12.0 to 1.13.0 in /Library/Homebrew
...
Bumps [bootsnap](https://github.com/Shopify/bootsnap ) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/Shopify/bootsnap/releases )
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md )
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.12.0...v1.13.0 )
---
updated-dependencies:
- dependency-name: bootsnap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-28 18:03:51 +00:00
Carlo Cabrera
5e60d54e70
update: disable Git fsmonitor for all Homebrew repositories
...
Stopping the fsmonitor doesn't seem to work, so let's just prevent the
fsmonitor from watching our repositories.
2022-07-28 22:20:07 +08:00
Rylan Polster
ef929a7c28
Merge pull request #13599 from Rylan12/cleanup-simulate-system
...
`SimulateSystem` improvements
2022-07-28 10:05:13 -04:00
Carlo Cabrera
c42169249e
cmd/update: stop fsmonitor after all Git operations complete
...
Also, skip the status check, as that doesn't really help us.
2022-07-28 22:02:31 +08:00
Rylan Polster
4cc0e854ce
Rename treat_as_*?
to simulating_or_running_on_*?
2022-07-28 09:18:16 -04:00
Mohammad Zain Abbas
806f0be69a
Refactoring in progress
2022-07-27 21:28:28 +02:00
Mohammad Zain Abbas
825707a219
Refactored a bit
2022-07-27 20:54:28 +02:00
Mohammad Zain Abbas
0b5a68ca9b
After brew style --fix
for livecheck command
2022-07-27 20:43:07 +02:00
Mohammad Zain Abbas
4a9942d7fc
Removed cached submodule
2022-07-27 20:41:22 +02:00
Mohammad Zain Abbas
23ec9142c9
Removed unnecessary files
2022-07-27 19:16:02 +02:00
Mohammad Zain Abbas
3dc1b9c231
Refactored run_checks
and resource_version
methods for livecheck command
2022-07-27 18:25:12 +02:00
Mohammad Zain Abbas
a8c1c0c841
Updated description for resource's option in livecheck command
2022-07-27 18:19:14 +02:00
Max Eisner
dff3fc9d2f
fix symbol in SHELL env
2022-07-27 16:59:30 +02:00
Mohammad Zain Abbas
1f55f15d66
Removed extra bits
2022-07-27 16:51:26 +02:00
Mohammad Zain Abbas
8e3e9743ac
Basic structure completed for livecheckable resources
2022-07-27 16:37:31 +02:00
Rylan Polster
985f29f595
Merge pull request #13605 from Rylan12/api-merge-variations
...
Use `variations` hash when installing from the API
2022-07-27 15:37:31 +02:00
Mohammad Zain Abbas
73cf8fd205
Updated latest version for resources
2022-07-27 15:24:33 +02:00
Mohammad Zain Abbas
e72487c8b0
Updated for current and latest versions for resources
2022-07-27 15:13:55 +02:00
Mohammad Zain Abbas
2777610095
Work in progress for resource_version
2022-07-27 13:54:20 +02:00
Mohammad Zain Abbas
32659afdbe
Updated livecheck command for resources
2022-07-27 13:53:54 +02:00
Mohammad Zain Abbas
bebd039638
Merge branch 'mohammad' of https://github.com/mohammadzainabbas/brew into mohammad
2022-07-27 13:27:57 +02:00
Mohammad Zain Abbas
eee457f8b9
Merge branch 'Homebrew:master' into mohammad
2022-07-27 13:27:48 +02:00
Mohammad Zain Abbas
e84cc8d116
Work in progress for livecheckable resources
2022-07-27 13:27:21 +02:00
Mohammad Zain Abbas
43fcb5e563
Added support for resources in LivecheckVersion
2022-07-27 13:26:48 +02:00
Lukas Oberhuber
22b1b61b73
Fix brew typecheck
2022-07-26 19:36:43 +01:00
Lukas Oberhuber
215e545660
brew style
2022-07-26 19:28:30 +01:00
Lukas Oberhuber
c442250304
Increase Metrics/BlockLength limit for install_args
...
Instead of disabling the cop for that block
2022-07-26 19:27:23 +01:00
Lukas Oberhuber
a578068dd5
Unlikely but ensures reasonable error
2022-07-26 18:01:22 +01:00
Lukas Oberhuber
6551b25b07
Compile with symbols when requested on all plats
2022-07-26 17:56:11 +01:00
Lukas Oberhuber
c2a95f077f
Compiler -g
flag set based on --debug-symbols
2022-07-26 17:18:01 +01:00
Lukas Oberhuber
91065b9ddd
Improve flag passing for debug-symbols
2022-07-26 16:15:26 +01:00
Lukas Oberhuber
d195f22522
Connecting up --debug-symbols
flag
...
This connects the calling of dsymutil and the retention of temporary
files. Still need to connect compilation to flag.
2022-07-26 12:15:53 +01:00
Lukas Oberhuber
74dd365a56
Hardcoded symbol production
...
Needs to be toggled by the `--debug-symbols` flag instead of hard coded
2022-07-26 12:13:38 +01:00
Lukas Oberhuber
f4cb9a40a6
remove macos specific dummy call
...
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2022-07-26 11:26:03 +01:00
Lukas Oberhuber
2d4c792b0b
Make one function
2022-07-26 10:00:05 +01:00
Alexander Bayandin
1af0bcde20
Merge pull request #13601 from bayandin/cleaup-github-headers
...
Clean up GitHub headers
2022-07-26 01:06:26 +01:00
Lukas Oberhuber
e1ea9da507
Conceptual draft of dsym support for macos
2022-07-26 00:00:45 +01:00
Rylan Polster
5bc5f32893
Merge pull request #13606 from Homebrew/dependabot/bundler/Library/Homebrew/msgpack-1.5.4
...
build(deps): bump msgpack from 1.5.3 to 1.5.4 in /Library/Homebrew
2022-07-25 23:36:58 +02:00
BrewTestBot
86f88e2b70
brew vendor-gems: commit updates.
2022-07-25 18:09:44 +00:00