mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #350] builds.rs git info makes release archives unusuable #196
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#196
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/350
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
github.com/dani-garcia/bitwarden_rs@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.