2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-13 22:32:21 +00:00

Bugfix: Make distribution package builds without self-update work

This commit is contained in:
Klemens Nanni 2022-12-26 02:48:11 +04:00
parent 94f6e7d4a6
commit 61e7386384
No known key found for this signature in database

View File

@ -0,0 +1,9 @@
Bugfix: Restore self-update to disabled-by-default
Due to a typo, the `self-update` feature was always compiled, even if the
`selfupdate` tag was not explicitly enabled.
As intended, it is now disabled by default.
Official builds using `build.go` continue to explicitly enable it.
https://github.com/restic/restic/pull/4100