[Git][reproducible-builds/reproducible-website][merge-jvm-sections] Clarify we are recording checksums for build output files

Arnout Engelen gitlab at salsa.debian.org
Mon Dec 31 14:35:38 CET 2018


Arnout Engelen pushed to branch merge-jvm-sections at Reproducible Builds / reproducible-website


Commits:
573dd7fa by Arnout Engelen at 2018-12-31T13:35:22Z
Clarify we are recording checksums for build output files

- - - - -


1 changed file:

- _docs/jvm.md


Changes:

=====================================
_docs/jvm.md
=====================================
@@ -50,14 +50,14 @@ build-tool=<mvn|sbt|...>
 sbt.version=1.2.3
 scala.version=2.12.6
 
-# A buildinfo file can contain checksums for multiple files, for example for
-# the main jar and the accompanying pom.xml:
-files.0.filename=<file name>
-files.0.length=<file size>
-files.0.checksums.sha512=<sha512>
-files.1.filename=<file name>
-files.1.length=<file size>
-files.1.checksums.sha512=<sha512>
+# A buildinfo file can contain checksums for multiple output files, for
+# example for the main jar and the accompanying pom.xml:
+outputs.0.filename=<file name>
+outputs.0.length=<file size>
+outputs.0.checksums.sha512=<sha512>
+outputs.1.filename=<file name>
+outputs.1.length=<file size>
+outputs.1.checksums.sha512=<sha512>
 ...
 ```
 



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/573dd7fa7d1375d2e89dd9235b3086fa58426711

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/573dd7fa7d1375d2e89dd9235b3086fa58426711
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20181231/f2f7d69e/attachment.html>


More information about the rb-commits mailing list