Commit fd0bfdf
committed
docs: stop duplicating the lib.pvl digest in REPRODUCING.md
The doc quoted an expected SHA-256 of
51b54eed55ee23d19386f7a62fb68dbf3a25ef80d5567c77f86e1c8d20f6395b, but the real
digest of the committed extraction/lib.pvl -- and the value in
extraction/lib.pvl.sha256 -- is
4914798cd53878dec1b3f43a00dad9d322013cd0cc09f14e7634e6366c70572c. The prose
copy had gone stale.
Nothing was actually wrong with the extraction: the L2 recipe checks the
.sha256 file, not the doc, so it kept passing. But anyone eyeballing
REPRODUCING.md would conclude the extraction had drifted when it had not --
which is a bad failure mode for a document whose whole job is to certify
byte-identity.
Point at extraction/lib.pvl.sha256 instead of restating the value. That file is
regenerated alongside lib.pvl, so it cannot drift, and it is what `shasum -c`
already verifies. Repeating the digest next to the file that holds it is what
caused this, so the fix removes the duplication rather than refreshing it.1 parent 0694785 commit fd0bfdf
1 file changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
122 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
123 | 130 | | |
124 | 131 | | |
125 | 132 | | |
| |||
0 commit comments