Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 4.36 KB

File metadata and controls

38 lines (30 loc) · 4.36 KB

Reproducible Builds an independently-verifiable path from source to binary code

Source code: https://github.com/osgi/osgi-test.git

This project defines 10 modules:

rebuilding 7 releases of org.osgi:org.osgi.test.parent:

  • 6 releases were found successfully fully reproducible (100% reproducible artifacts ✅),
  • 1 had issues (some unreproducible artifacts ⚠️, see eventual 🔍 diffoscope and/or 📝 issue tracker links):
version build spec result: reproducible? size
1.3.0 mvn jdk17 result: 26 ✅ 576K
1.2.1 mvn jdk17 result: 26 ✅ 552K
1.2.0 mvn jdk17 result: 26 ✅ 549K
1.1.0 mvn jdk17 result: 26 ✅ 548K
1.0.1 mvn jdk8 result: 12 ✅ 386K
1.0.0 mvn jdk8 result: 20 ✅ 435K
0.10.0 mvn jdk8 result: 6 ✅ 6 ⚠️ 🔍 310K

(size is calculated without javadoc, that has been excluded from reproducibility checks)