Kevin
043aca2df4
Revert "Revert "service: support multiple sockets in DSL""
2023-09-29 19:10:13 -07:00
Mike McQuaid
eb1355e624
Add HOMEBREW_SUDO_THROUGH_SUDO_USER
...
This environment variable allows telling Homebrew to use the `SUDO_USER`
variable to `sudo` through that user when Homebrew (Cask) attempts to
run `sudo`.
While we're here, clarify in some messaging that we're running `sudo`
and that that's the password we're asking for; the specific password is
configuration dependent and not the specific password for the user.
Similarly, remove the `Package installers may write to any location`
output; it's kinda spammy and doesn't feel like the right place.
2023-09-29 18:49:44 +01:00
BrewTestBot
6101577a4f
Update manpage and completions.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2023-09-29 13:51:28 +00:00
BrewTestBot
f47afa31f2
Update manpage and completions.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2023-09-29 00:05:40 +00:00
Kevin
653f333d73
Revert "service: support multiple sockets in DSL"
2023-09-28 09:58:03 -07:00
Mike McQuaid
9359f95b64
Merge pull request #16026 from apainintheneck/support-multiple-sockets-in-service-dsl
...
service: support multiple sockets in DSL
2023-09-28 12:41:08 +01:00
apainintheneck
5fb9f90457
service: prefer symbols over strings in DSL
...
This is more in keeping with the other DSL methods and Ruby
convention along with the fact that these socket names are
just used internally by launchd.
2023-09-27 22:30:30 -07:00
Mike McQuaid
39f76d6351
Merge pull request #16038 from MikeMcQuaid/brew_env_no_expansion
...
manpage: note env files do not support expansion.
2023-09-26 13:22:40 +01:00
Mike McQuaid
10c47af8c7
manpage: note env files do not support expansion.
...
Fixes #16027
2023-09-26 13:09:46 +01:00
Patrick Linnane
3bd4050a6f
docs: update commit style guidelines
2023-09-25 08:55:16 -07:00
apainintheneck
ddfa723f77
Update service socket docs
2023-09-24 12:04:55 -07:00
Francois-Xavier Coudert
c3a2c40aa8
Make Sonoma supported
2023-09-24 11:12:05 +02:00
Mike McQuaid
b415a0dba6
Merge pull request #15952 from Bo98/gemgroup-file
...
Move gem group setting to separate, cacheable file
2023-09-13 14:25:59 +01:00
Bo Anderson
9cf0d34ee0
Move gem group setting to separate, cacheable file
2023-09-13 14:04:13 +01:00
Mike McQuaid
c2bddc9957
docs/Rakefile: fix broken link.
...
This link works but it's failing CI.
2023-09-13 09:00:37 +01:00
BrewTestBot
498d0ee8ea
Update manpage and completions.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2023-09-11 13:28:18 +00:00
Eric Knibbe
c493b5e680
cmd+dev-cmd: fixes for output formatting
2023-09-11 02:29:57 -04:00
Eric Knibbe
43c8fec557
docs: mark console output appropriately
2023-09-11 02:26:37 -04:00
Eric Knibbe
9372edf38f
docs: re-case titles
2023-09-11 02:26:37 -04:00
Eric Knibbe
931f762598
docs+rubydoc: various grammar/wording fixes
2023-09-11 02:26:37 -04:00
Eric Knibbe
484efe2911
docs: various additions & changes
2023-09-05 01:06:31 -04:00
Eric Knibbe
7718c5ad61
docs: improve links & formatting
2023-09-05 00:54:26 -04:00
Eric Knibbe
110e14937b
docs/Tips: add bundle, --adopt, VS Code plugins
2023-09-05 00:46:55 -04:00
Eric Knibbe
a63cee48e3
docs/FAQ: ensure homebrew/core is downloaded
2023-09-05 00:38:31 -04:00
Eric Knibbe
6dfacae5d2
docs/Cask-Cookbook: more on_<system> improvements
2023-09-05 00:37:16 -04:00
Eric Knibbe
4205cb495a
docs: rework Cask-Cookbook to match current practice
...
and migrate `livecheck` stanza documentation to Brew-Livecheck.md
2023-09-02 00:43:51 -04:00
Issy Long
de50e84184
Merge pull request #15930 from issyl0/markdown-numbering
...
docs: Use Markdown automatic numbering in staging branch instructions
2023-09-02 00:51:10 +01:00
Issy Long
68bccb9bbb
docs: Use Markdown automatic numbering in staging branch instructions
...
- It's always a pain to re-number everything when adding or removing
steps, so let's use the Markdown numbering trick.
- This does render correctly in HTML, I tested building the site.
2023-09-02 00:30:38 +01:00
Eric Knibbe
10b06d9826
Docs: update test-bot images and description
2023-09-01 13:24:12 -04:00
Eric Knibbe
217ebf88c7
remove OSDN link due to site unreliability
2023-09-01 00:27:05 -04:00
Eric Knibbe
23f656bf8c
docs: localize FAQ images
2023-09-01 00:21:44 -04:00
Issy Long
1c91da27bb
The Python Setuptools docs have moved around too, the reference no longer exists
2023-09-01 01:02:05 +01:00
Issy Long
ee7ff97877
Fix link to renamed Cask Cookbook section
2023-09-01 01:02:04 +01:00
Issy Long
484c7e07d1
Cache the external links for an hour, and ignore GitHub.com
2023-09-01 01:02:03 +01:00
Issy Long
17de29e93d
Disable HTMLProofer's assume_extension
option
...
- It reports a lot of broken internal links that do actually exist, it's
just file extension inference weirdness.
2023-09-01 01:02:02 +01:00
Issy Long
c0144234d1
The E&R policy doc is only in Homebrew/homebrew-governance-private
2023-09-01 01:02:01 +01:00
Issy Long
3c69671b84
The py2cairo
formula was deleted, don't refer to it in docs anymore
2023-09-01 01:02:00 +01:00
Issy Long
32bbe6d5de
Ignore <a name=
HTML tags on the Installation page in anchor tag linting
2023-09-01 01:01:59 +01:00
Issy Long
7f3a4fe667
Fix link to Ruby's FileUtils
documentation in the Formula Cookbook
2023-09-01 01:01:58 +01:00
Issy Long
7f2ed15db3
Update html-proofer
configuration - the parameter names changed
2023-09-01 01:01:57 +01:00
Mike McQuaid
59cc141524
Merge pull request #15923 from MikeMcQuaid/brew_contributions_improvements
...
dev-cmd/contributions: usability/performance improvements.
2023-08-30 15:21:30 +01:00
Mike McQuaid
d357607b2c
dev-cmd/contributions: usability/performance improvements.
...
- more sensible/performant defaults: default to primary repositories
only for the last year rather than all repositories forever
- allow specifying more than one user at a time
- output the breakdown of contributions without needing `--csv`
- add a space before the `--csv` output
- consolidate some code
- avoid counting authored commits twice, to improve performance
- retry failed GitHub API calls (this happens often when querying all
maintainers)
- stop counting after we find 1000 commits for a given user to avoid
excessive API queries/pagination
2023-08-30 15:08:50 +01:00
Mike McQuaid
9863d555a8
cmd/deps: fix documentation and handling of formula_options.
...
https://github.com/Homebrew/brew/pull/15892#issuecomment-1698659908
2023-08-30 08:46:59 +01:00
Mike McQuaid
851df262a0
Merge pull request #15892 from apainintheneck/rework-recursive-dependency-resolution
...
dependency_helpers: rework recursive dependency resolution
2023-08-30 08:29:24 +01:00
apainintheneck
b2b8f0ea86
cmd/uses & cmd/deps: update help/man pages
...
- add clarification about precedence of command options
- reword some options for readability
- clarify the defaults in `brew deps`
2023-08-28 22:14:26 -07:00
Eric Knibbe
de5742a929
docs: use relative path for custom header images
2023-08-27 12:34:50 -04:00
Amy Grace
edf022d94e
docs: update formula and cask URLs to new sharded format
2023-08-26 14:54:19 +01:00
Sean Molenaar
11821aa74b
Update Acceptable-Formulae.md
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2023-08-15 18:21:17 +02:00
Sean Molenaar
2db75db7f8
Update Acceptable-Formulae.md
...
Co-authored-by: Patrick Linnane <patrick@linnane.io>
2023-08-15 18:16:10 +02:00
Sean Molenaar
d523cdc0ec
fix: use cannot instead of can not
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2023-08-15 17:27:02 +02:00