hboutemy opened a new pull request, #224: URL: https://github.com/apache/maven-artifact-plugin/pull/224
remove one INFO line = the "Minimal buildinfo generated from downloaded artifacts" at the end ``` [INFO] --- artifact:3.6.1:compare (default-cli) @ messages-ndjson --- [INFO] Saved info on build to /home/herve/dev/maven/misc/reproducible-central/content/io/cucumber/messages-ndjson/buildcache/messages-ndjson/java/target/messages-ndjson-0.3.5.buildinfo [INFO] Checking against reference build from central... [INFO] Reference buildinfo file not found: it will be generated from downloaded reference artifacts [INFO] Reference build java.version: 17 (from MANIFEST.MF Build-Jdk-Spec) [INFO] Reference build os.name: Unix (from pom.properties newline) [INFO] Minimal buildinfo generated from downloaded artifacts: /home/herve/dev/maven/misc/reproducible-central/content/io/cucumber/messages-ndjson/buildcache/messages-ndjson/java/target/reference/messages-ndjson-0.3.5.buildinfo [INFO] [Reproducible Builds] rebuild comparison result: 3 files match ``` with a debug message, not displayed in normal ouotput: ``` [INFO] --- artifact:3.6.2-SNAPSHOT:compare (default-cli) @ messages-ndjson --- [INFO] Saved info on build to /home/herve/dev/maven/misc/reproducible-central/content/io/cucumber/messages-ndjson/buildcache/messages-ndjson/java/target/messages-ndjson-0.3.5.buildinfo [INFO] Checking against reference build from central... [INFO] Reference buildinfo file not found in repo: it will be generated from downloaded reference artifacts to /home/herve/dev/maven/misc/reproducible-central/content/io/cucumber/messages-ndjson/buildcache/messages-ndjson/java/target/reference/messages-ndjson-0.3.5.buildinfo [INFO] Reference build java.version: 17 (from MANIFEST.MF Build-Jdk-Spec) [INFO] Reference build os.name: Unix (from pom.properties newline) [INFO] [Reproducible Builds] rebuild comparison result: 3 files match ``` will ease vote results, as I had to remove by hand the noisy line to only keep the interesting 3 ones: ``` [INFO] Reference build java.version: 17 (from MANIFEST.MF Build-Jdk-Spec) [INFO] Reference build os.name: Unix (from pom.properties newline) [INFO] [Reproducible Builds] rebuild comparison result: 3 files match ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
