Skip to content

Commit 34f475a

Browse files
authored
Document reproducible builds under audit (#7089)
1 parent e8be139 commit 34f475a

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
### Added
1313

14-
- Reproducibility support for RPM releases: each release now includes a manifest and script to reproduce the RPM (#7063, #7069)
15-
14+
- Reproducibility support for RPM releases: each release now includes a manifest and script to reproduce published RPM packages (#7063, #7069)
1615
- Documentation added for users to reproduce and verify CCF RPMs (#7072)
1716

1817
## [6.0.6]

doc/audit/index.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,18 @@ Audit
3535

3636
Some KV maps should only be modified during governance transactions.
3737

38+
---
39+
40+
:fa:`trowel-bricks` :doc:`reproducible_build`
41+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42+
43+
Reproduce CCF RPM packages from the source code.
44+
3845
.. toctree::
3946
:hidden:
4047

4148
receipts
4249
builtin_maps
4350
python_library
44-
read_write_restrictions
51+
read_write_restrictions
52+
reproducible_build

doc/reproduce_app/index.rst renamed to doc/audit/reproducible_build.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Reproducible Build
33

44
This section explains how :term:`Users` can reproduce CCF RPM packages using published build manifests.
55

6-
Reproducible builds enables our published packages to be independently verified. For each official CCF release, we provide:
6+
Reproducible builds enables our published packages to be independently verified. For each official CCF release `published to GitHub <https://github.com/microsoft/CCF/releases>`_, we provide:
77

88
- A ``reproduce_${PLATFORM}.json`` manifest containing the platform, container image, snapshot time, and git commit.
99
- A ``start_container_and_reproduce_rpm.sh`` script needed to reproduce the RPM build.

doc/index.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@ CCF Documentation
5757

5858
---
5959

60-
:fa:`sync` :doc:`reproduce_app/index`
61-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
62-
63-
Reproduce CCF RPM package from the source code.
64-
65-
---
66-
6760
:fa:`code-branch` :doc:`contribute/index`
6861
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6962

@@ -93,7 +86,6 @@ CCF Documentation
9386
operations/index.rst
9487
governance/index.rst
9588
audit/index.rst
96-
reproduce_app/index.rst
9789
contribute/index.rst
9890
architecture/index.rst
9991
research/index.rst

0 commit comments

Comments
 (0)