Commit 01ba0f0bd8
01ba0f0bd8eb1b28482146fd3ab4328f24c52393
parent: f89140d141
Verified · cmc
cmc <hello@cleberg.net> · 2026-08-24T20:36:32Z
docs: brew tap needs the explicit gitbay.org URL; mark #26 in roadmap
Closes #26
docs/roadmap.org
+3 −1
| @@ -64,7 +64,9 @@ step. |
| 64 | 64 | Goal: someone who is not the author runs an instance and moves their |
| 65 | 65 | work to it. |
| 66 | 66 | |
| 67 | | - [[https://gitbay.org/krz/gitbay/issues/26][#26]] release engineering: versioned builds, go-install vanity |
| 67 | [[https://gitbay.org/krz/gitbay/issues/26][#26]] release engineering — done 2026-08-24 except artifact |
| 68 | hosting, which waits on #8 (go-install vanity live, release.sh, |
| 69 | CHANGELOG, Homebrew formula in krz/homebrew-tap) |
| 68 | 70 | imports, Homebrew/deb — the adoption gate for everything below |
| 69 | 71 | - [[https://gitbay.org/krz/gitbay/issues/27][#27]] repository maintenance (admin gc/stats, scheduled repack) |
| 70 | 72 | - [[https://gitbay.org/krz/gitbay/issues/8][#8]] releases (notes + assets; also hosts gitbay's own binaries) |
docs/users.org
+2
| @@ -9,6 +9,8 @@ convenience (instance profiles, repo inference, =$EDITOR=), nothing more. |
| 9 | 9 | |
| 10 | 10 | #+begin_src sh |
| 11 | 11 | go install gitbay.org/gitbay/cmd/gitbay@latest # any platform with Go |
| 12 | |
| 13 | brew tap krz/tap https://gitbay.org/krz/homebrew-tap.git |
| 12 | 14 | brew install krz/tap/gitbay # Homebrew (macOS/Linux) |
| 13 | 15 | #+end_src |
| 14 | 16 | |