[Git][reproducible-builds/reproducible-website][master] typos and improvements

Hervé Boutemy gitlab at salsa.debian.org
Thu Dec 5 11:18:49 UTC 2019



Hervé Boutemy pushed to branch master at Reproducible Builds / reproducible-website


Commits:
f396daad by Hervé Boutemy at 2019-12-05T11:18:45Z
typos and improvements
- - - - -


1 changed file:

- _docs/jvm.md


Changes:

=====================================
_docs/jvm.md
=====================================
@@ -22,8 +22,8 @@ like [Maven Central](https://search.maven.org/) or [Google's Android Repository]
 Being able to rebuild artifacts published in these repositories will require some information: where to get the sources from,
 which environment to setup to rebuild the artifacts.
 
-This is the puropse of JVM Buildinfo files that are expected to be published alongside artifacts
-as `${artifactId}-${version}.buildinfo`, in
+This is the purpose of JVM Buildinfo files, that are expected to be published alongside artifacts
+as separate `${artifactId}-${version}.buildinfo` file, with content in
 [Java properties format](https://en.wikipedia.org/wiki/.properties):
 
 
@@ -36,7 +36,7 @@ group-id=<groupId as in pom.xml>
 artifact-id=<artifactId as in pom.xml>
 version=<version as in pom.xml>
 
-# source information, as source tarball artifact in repository and/or url and/or scm coordinates
+# source information for rebuilders, as source tarball artifact in repository and/or url and/or scm coordinates
 source.artifact=<groupId>:<artifactId>:<version>:<classifier>:<extension>
 source.url=<url where to download official source tarball>
 source.scm.uri=<source control uri, typically corresponding to the project.scm.developerConnection or project.scm.connection in the pom.xml>
@@ -53,7 +53,7 @@ os.name=<Operating system name>
 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,
-# both for build instructions and effective build environment.
+# both for build instructions and effective recorded 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/f396daad42daaee5f8dace574adb732740eea5ab

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/f396daad42daaee5f8dace574adb732740eea5ab
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/20191205/7336450b/attachment.htm>


More information about the rb-commits mailing list