Skip to content

Commit

Permalink
Merge pull request #221 from jvm-repo-rebuild/airbase-policy-178
Browse files Browse the repository at this point in the history
add airbase 178
  • Loading branch information
hboutemy authored Sep 25, 2024
2 parents 3cf01b0 + b9a4fe9 commit a2be326
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/io/airlift/airbase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Source code: [https://github.com/airlift/airbase.git](https://github.com/airlift
* [io.airlift:airbase-root](https://central.sonatype.com/artifact/io.airlift/airbase-root/overview)
</details>

rebuilding **20 releases** of io.airlift:airbase:
- **19** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
rebuilding **21 releases** of io.airlift:airbase:
- **20** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
- 1 had issues (some unreproducible artifacts :warning:, see eventual :mag: diffoscope and/or :memo: issue tracker links):

| version | [build spec](/BUILDSPEC.md) | [result](https://reproducible-builds.org/docs/jvm/): reproducible? | size |
| -- | --------- | ------ | -- |
| [178](https://central.sonatype.com/artifact/io.airlift/airbase/178/pom) | | | |
| [178](https://central.sonatype.com/artifact/io.airlift/airbase/178/pom) | [mvn jdk17](airbase-178.buildspec) | [result](airbase-178.buildinfo): [4 :white_check_mark: ](airbase-178.buildcompare) | 98K |
| [177](https://central.sonatype.com/artifact/io.airlift/airbase/177/pom) | | | |
| [176](https://central.sonatype.com/artifact/io.airlift/airbase/176/pom) | [mvn jdk17](airbase-176.buildspec) | [result](airbase-176.buildinfo): [4 :white_check_mark: ](airbase-176.buildcompare) | 97K |
| [175](https://central.sonatype.com/artifact/io.airlift/airbase/175/pom) | [mvn jdk17](airbase-175.buildspec) | [result](airbase-175.buildinfo): [4 :white_check_mark: ](airbase-175.buildcompare) | 97K |
Expand Down
9 changes: 9 additions & 0 deletions content/io/airlift/airbase/airbase-178.buildcompare
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version=178
ok=4
ko=0
ignored=0
okFiles="airbase-root-178.pom airbase-policy-178.pom airbase-policy-178.jar airbase-178.pom"
koFiles=""
ignoredFiles=""
reference_java_version="17 (from MANIFEST.MF Build-Jdk-Spec)"
reference_os_name="Unix (from pom.properties newline)"
49 changes: 49 additions & 0 deletions content/io/airlift/airbase/airbase-178.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# https://reproducible-builds.org/docs/jvm/
buildinfo.version=1.0-SNAPSHOT

name=airbase-root
group-id=io.airlift
artifact-id=airbase-root
version=178

# source information
source.scm.uri=scm:git:git@github.com/airlift/airbase.git
source.scm.tag=178

# build instructions
build-tool=mvn

# build environment information (simplified for reproducibility)
java.version=17
os.name=Unix

# Maven rebuild instructions and effective environment
mvn.aggregate.artifact-id=airbase

# aggregated output

outputs.0.coordinates=io.airlift:airbase-root

outputs.0.0.groupId=io.airlift
outputs.0.0.filename=airbase-root-178.pom
outputs.0.0.length=6445
outputs.0.0.checksums.sha512=fbb33b9b304b9e8d145de382e2a8b82d4d67057b65d4ad66c9d34428c4cd4af15aa256cb7a01d04cefbf01ce2deab2726d626061d7d04a6dc42040a4c0532d99

outputs.1.coordinates=io.airlift:airbase-policy

outputs.1.0.groupId=io.airlift
outputs.1.0.filename=airbase-policy-178.pom
outputs.1.0.length=742
outputs.1.0.checksums.sha512=f85208cf8864688f4346e3e3ac7093968dd9523af4c46cb54bff6f56dc6f9ddccfe742955267b41314f6483841e0ffa6de0db35326fb4f143524fd7a94242f6c

outputs.1.1.groupId=io.airlift
outputs.1.1.filename=airbase-policy-178.jar
outputs.1.1.length=5299
outputs.1.1.checksums.sha512=3d0eaf2dc47dd536f93b53fc568f7725fffac43869270d0b4f159e10987108136e8b781612d92a6a7dee9caaa1148d2b76aa1e8a99906a5f3c3d8b776c67ecfb

outputs.2.coordinates=io.airlift:airbase

outputs.2.0.groupId=io.airlift
outputs.2.0.filename=airbase-178.pom
outputs.2.0.length=86950
outputs.2.0.checksums.sha512=596e4f768c4f7d3257c722a91d141ac0eb408b70cf24a93844ff75c8d93d0479659cb174243a72f3de7388036cce0ac2482d845741c735690fcddbe18b8e885d
20 changes: 20 additions & 0 deletions content/io/airlift/airbase/airbase-178.buildspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
groupId=io.airlift
artifactId=airbase
display=${groupId}:${artifactId}
version=178

gitRepo=https://github.com/airlift/airbase.git
gitTag=${version}
# wrong Git tag: https://github.com/airlift/airbase/issues/460
gitTag=6c83b540c2cb086c911f61bdabb9aca9482d5baf

tool=mvn-3.9.8
jdk=17
newline=lf
#umask=022

command="mvn clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"
buildinfo=${artifactId}/target/${artifactId}-${version}.buildinfo

#diffoscope=${artifactId}-${version}.diffoscope
issue=

0 comments on commit a2be326

Please sign in to comment.