Le Sun, Dec 26, 2021 at 05:52:11PM +0100, Stefan Hagen a écrit : > Denis Fondras wrote: > > kopia-html-ui is now provided by the developer. > > > > Changelog : https://github.com/kopia/kopia/releases/tag/v0.9.8 > > > > OK ? > > Looks good. The usual checks pass (amd64). > > I noticed: > $ kopia --version > v0-unofficial build: unknown from: > > This can be fixed by setting: > MODGO_LDFLAGS = \ > -X github.com/kopia/kopia/repo.BuildVersion=${MODGO_VERSION} \ > -X github.com/kopia/kopia/repo.BuildInfo=openbsd \ > -X github.com/kopia/kopia/repo.BuildGitHubRepo=${MODGO_MODNAME} > > And this would be the output: > $ kopia --version > v0.9.8 build: openbsd from: github.com/kopia/kopia > > Not sure what upstream expects maintainers to put in there. >
Thank you for catching this ! Official binary has : 0.9.8 build: fb7d66ceaf347029c131b9a69434cfc1a82c22fd from: kopia/kopia Perhaps we could do something like : 0.9.8 build: 2021-12-26 from: openbsd ports