arrow_backRetour aux issues
BaryoDev/BaryoVM
#32
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
a Homebrew tap, so installing does not need a Go toolchain
ecoDébutant
help wanted
up-for-grabs
area/cli
type/feature
descriptionDescription
v0.1.0 does attach binaries for linux and darwin on amd64 and arm64, plus `checksums.txt`, so the release side of #5 already works. What is missing is that the README still only documents `go install`, so a reader has no idea the binaries exist and still concludes they need a Go toolchain.
A self-maintained tap closes that and needs no popularity threshold at all:
```sh
brew install baryodev/tap/baryovm
```
Only the unprefixed `homebrew/core` name is gated, and that bar is high for a self-submitting owner, so it is not worth aiming at yet.
**Scope**
- a `brews` block in `.goreleaser.yaml` pointing at a `BaryoDev/homebrew-tap` repository
- a token with write access to that repository, available to the release workflow
- rewrite the README install section in the order a newcomer needs: brew first, direct tarball second, `go install` last
**Worth doing properly**
- mention `checksums.txt` in the tarball instructions. This is a tool people run with SSH access to their servers, so teaching an unverified download is the wrong habit to start.
- keep the tap repository boring. It is generated output; nothing there should be hand-edited.
Issues similaires
medik8s/fence-agents-remediation
star18
Poids du dépôt moyen
v0.8.0 starts a cluster-scoped Secret informer despite namespace-scoped Secret RBAC
## Description While testing Fence Agents Remediation (FAR) v0.8.0, I observed the manager repeatedly attempting to li…
Go
good first issue
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Check that an issuer's home_domain round-trips to the same stellar.toml
Written to the standard set by #33 — read that issue first for the expected level of detail and the acceptance criteria…
Go
help wanted
area:corridor
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Report auth_immutable: whether an issuer's flags can still change
> **This issue is the reference standard.** Every other check issue links back here for the expected level of detail. I…
Go
help wanted
good first issue