My own corner of monopam
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

bottler: use absolute URLs and project-root phrasing

../homebrew.yml and ../ocaml-homebrew only resolve while bottler
lives inside the monorepo tree. Rewrite the config pointer as
'homebrew.yml at the project root' (which reads the same whether
or not bottler is extracted) and swap the ocaml-homebrew link
for its canonical tangled.org URL.

+5 -3
+5 -3
bottler/README.md
··· 8 8 monorepo: builds per-platform bottles, uploads them to S3-compatible storage, 9 9 generates Ruby formulas, and pushes the tap repository. 10 10 11 - It consumes the generic [`ocaml-homebrew`](../ocaml-homebrew) library for 12 - formula / tap primitives and wires them together with monorepo-specific build 11 + It consumes the generic 12 + [`ocaml-homebrew`](https://tangled.org/gazagnaire.org/ocaml-homebrew) 13 + library for formula / tap primitives and wires them together with 14 + monorepo-specific build 13 15 orchestration, YAML configuration, and GitHub Actions workflow generation. 14 16 15 17 ## Installation ··· 45 47 46 48 ## Configuration 47 49 48 - See [`homebrew.yml`](../homebrew.yml) at the monorepo root. Key knobs: 50 + See `homebrew.yml` at the project root. Key knobs: 49 51 50 52 ```yaml 51 53 build: