Gordon Bleux 9cbaf97069 decouple authentication information from HOMEBREW_ARTIFACT_DOMAIN
add support for credentials usage in combination with other mirroring
features. previously `HOMEBREW_DOCKER_REGISTRY_TOKEN` and
`HOMEBREW_DOCKER_REGISTRY_BASIC_AUTH_TOKEN` where only used in combination
with `HOMEBREW_ARTIFACT_DOMAIN` which affects *all* curl download strategies.
`HOMEBREW_BOTTLE_DOMAIN` is only used for bottle artifacts, whose mirror might
also require credentials.
this change removes the requirement of using `HOMEBREW_ARTIFACT_DOMAIN`.

related to #13226
2022-05-23 10:38:52 +02:00
..
2022-05-16 17:27:13 -04:00
2022-02-24 12:31:32 +00:00
2022-05-10 00:12:06 +00:00
2021-09-22 20:30:32 +08:00
2022-04-27 18:42:11 +01:00
2022-04-30 22:05:35 +02:00
2022-05-20 23:56:31 +00:00
2022-02-22 15:27:43 +00:00
2022-02-11 10:49:21 -05:00
2021-10-22 20:07:24 +08:00
2022-04-28 10:40:16 -04:00
2022-02-08 12:08:32 -05:00
2022-04-30 22:05:35 +02:00
2022-05-18 18:48:16 -04:00
2022-04-12 15:53:03 -07:00
2021-11-13 15:00:10 -05:00
2022-05-16 17:19:16 -04:00
2021-09-20 14:12:30 +01:00

Homebrew Ruby API

This is the API for Homebrew.

The main class you should look at is the {Formula} class (and classes linked from there). That's the class that's used to create Homebrew formulae (i.e. package descriptions). Assume anything else you stumble upon is private.

You may also find the Formula Cookbook and Ruby Style Guide helpful in creating formulae.

Good luck!