diff options
Diffstat (limited to 'documentation/test-manual')
-rw-r--r-- | documentation/test-manual/reproducible-builds.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/test-manual/reproducible-builds.rst b/documentation/test-manual/reproducible-builds.rst index 349cd1953e..5977366c9e 100644 --- a/documentation/test-manual/reproducible-builds.rst +++ b/documentation/test-manual/reproducible-builds.rst | |||
@@ -33,10 +33,10 @@ need to rebuild to add a security fix. If this happens, only the components that | |||
33 | have been modified should change at the binary level. This would lead to much | 33 | have been modified should change at the binary level. This would lead to much |
34 | easier and clearer bounds on where validation is needed. | 34 | easier and clearer bounds on where validation is needed. |
35 | 35 | ||
36 | This also gives an additional benefit to the project builds themselves, our hash | 36 | This also gives an additional benefit to the project builds themselves, our |
37 | equivalence for :ref:`Shared State <overview-manual/concepts:Shared State>` | 37 | :ref:`overview-manual/concepts:Hash Equivalence` for |
38 | object reuse works much more effectively when the binary output remains the | 38 | :ref:`overview-manual/concepts:Shared State` object reuse works much more |
39 | same. | 39 | effectively when the binary output remains the same. |
40 | 40 | ||
41 | .. note:: | 41 | .. note:: |
42 | 42 | ||