aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/dist/main.go
AgeCommit message (Collapse)Author
2026-08-09cmd/dist: replace readme with licenseOphestra
The readme document is pretty useless for anything other than the website, so replace it with something more relevant. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-07-24cmd/dist: default to /usr/local prefixOphestra
This conventionally makes more sense for software not installed by the package manager. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20cmd/dist: build hsu separatelyOphestra
This program must be built with cgo disabled, and was missed when migrating build script. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-21cmd/dist: include version in releaseOphestra
This makes HAKUREI_VERSION optional during build. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-10cmd/dist: optionally skip testsOphestra
Works around incomplete syscall translation by qemu. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-04cmd/dist: increase gzip levelOphestra
Performance does not matter in this case. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-04cmd/dist: optional verbosityOphestra
This makes output less noisy. The build is fast enough not to require progress indication. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-04-06cmd/dist: set hsu tar header mode bitsOphestra
This has no effect, but is nice to have. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-04-05cmd/dist: replace dist/release.shOphestra
This is much more robust than a shell script. Signed-off-by: Ophestra <cat@gensokyo.uk>