[Git][reproducible-builds/reproducible-website][buildInstructionsVsInfo] explain build instructions vs effective environment + add source.used
Hervé Boutemy
gitlab at salsa.debian.org
Tue Jan 15 12:38:37 CET 2019
Hervé Boutemy pushed to branch buildInstructionsVsInfo at Reproducible Builds / reproducible-website
Commits:
2de50b01 by Hervé Boutemy at 2019-01-15T11:38:36Z
explain build instructions vs effective environment + add source.used
- - - - -
1 changed file:
- _docs/jvm.md
Changes:
=====================================
_docs/jvm.md
=====================================
@@ -44,12 +44,16 @@ source.url=<url where to download official source tarball>
source.scm.uri=<source control management url as in pom.xml>
source.scm.tag=<source control management tag as in pom.xml>
-# build environment information
+# build instructions
+build-tool=<mvn|sbt|...>
+
+# effective build environment information
java.version=<full Java version>
os.name=<Operating system name>
-build-tool=<mvn|sbt|...>
+source.used=<artifact|url|scm, depending on which has been used for the build>
-# Each build tool or plugin is free to add additional entries to the buildinfo.
+# Each build tool or plugin is free to add additional entries to the buildinfo,
+# both for build instructions and effective build environment.
# For example, the sbt plugin may add the following for Scala:
sbt.version=1.2.3
scala.version=2.12.6
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/2de50b0107664aa65a144d746bd7b153e32a6fbc
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/2de50b0107664aa65a144d746bd7b153e32a6fbc
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/20190115/8e6d6dbf/attachment.html>
More information about the rb-commits
mailing list