restic/changelog/0.6.1_2017-06-01/pull-891

7 lines
249 B
Plaintext

Enhancement: Remove temporary path from binary in `build.go`
The `build.go` now strips the temporary directory used for compilation from
the binary. This is the first step in enabling reproducible builds.
https://github.com/restic/restic/pull/981