2023-01-08 14:34:30 +00:00
|
|
|
Bugfix: Make `self-update` enabled by default only in release builds
|
2022-12-25 22:48:11 +00:00
|
|
|
|
2023-01-08 14:34:30 +00:00
|
|
|
The `self-update` command was previously included by default in all builds of
|
|
|
|
restic as opposed to only in official release builds, even if the `selfupdate`
|
|
|
|
tag was not explicitly enabled when building.
|
2022-12-25 22:48:11 +00:00
|
|
|
|
2023-01-08 14:34:30 +00:00
|
|
|
This has now been corrected, and the `self-update` command is only available
|
|
|
|
if restic was built with `-tags selfupdate` (as done for official release
|
|
|
|
builds by `build.go`).
|
2022-12-25 22:48:11 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/4100
|