mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 08:32:45 -05:00
builds.rs git info makes release archives unusuable #197
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Duncaen on GitHub (Jan 19, 2019).
I'm using the release archives (https://github.com/dani-garcia/bitwarden_rs/archive/1.6.1.tar.gz) to create a bitwarden_rs binary package for a linux distribution.
The preferred way is to use release archives because they are simpler to cache, download and verify with checksums.
@dani-garcia commented on GitHub (Jan 19, 2019):
Right, I didn't consider people using the github provided archives for building.
In
86a254ad9eI changed it to ignore the errors, that should solve the problems for any future versions. I have some small changes to email templates and the admin panel that I expect to finish this weekend and then I'll get a new release going.