Add section about reproducible build to README

In addition, the build script isn't needed any more.
This commit is contained in:
Alexander Neumann
2017-05-31 23:48:56 +02:00
parent 6d36dcd46e
commit e5c7c314a7
2 changed files with 9 additions and 69 deletions

View File

@@ -68,6 +68,15 @@ following principles in mind:
data should be de-duplicated before it is actually written to the
storage back end to save precious backup space.
Reproducible Builds
-------------------
The binaries released with each restic version starting at 0.6.1 are
[reproducible](https://reproducible-builds.org/), which means that you can
easily reproduce a byte identical version from the source code for that
release. Instructions on how to do that are contained in the
[build repository](https://github.com/restic/build).
News
----