Skip to content

Commit

Permalink
Merge pull request #1125 from jvm-repo-rebuild/airbase-208
Browse files Browse the repository at this point in the history
add airbase 208
  • Loading branch information
github-actions[bot] authored Dec 25, 2024
2 parents a20a20a + 50ded9f commit b1c5a67
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 **51 releases** of io.airlift:airbase:
- **49** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
rebuilding **52 releases** of io.airlift:airbase:
- **50** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
- 2 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 |
| -- | --------- | ------ | -- |
| [208](https://central.sonatype.com/artifact/io.airlift/airbase/208/pom) | | | |
| [208](https://central.sonatype.com/artifact/io.airlift/airbase/208/pom) | [mvn jdk17](airbase-208.buildspec) | [result](airbase-208.buildinfo): [4 :white_check_mark: ](airbase-208.buildcompare) | 98K |
| [207](https://central.sonatype.com/artifact/io.airlift/airbase/207/pom) | [mvn jdk17](airbase-207.buildspec) | [result](airbase-207.buildinfo): [4 :white_check_mark: ](airbase-207.buildcompare) | 98K |
| [206](https://central.sonatype.com/artifact/io.airlift/airbase/206/pom) | [mvn jdk17](airbase-206.buildspec) | [result](airbase-206.buildinfo): [4 :white_check_mark: ](airbase-206.buildcompare) | 98K |
| [205](https://central.sonatype.com/artifact/io.airlift/airbase/205/pom) | [mvn jdk17](airbase-205.buildspec) | [result](airbase-205.buildinfo): [4 :white_check_mark: ](airbase-205.buildcompare) | 98K |
Expand Down
9 changes: 9 additions & 0 deletions content/io/airlift/airbase/airbase-208.buildcompare
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version=208
ok=4
ko=0
ignored=0
okFiles="airbase-root-208.pom airbase-policy-208.pom airbase-policy-208.jar airbase-208.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-208.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=208

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

# 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-208.pom
outputs.0.0.length=6445
outputs.0.0.checksums.sha512=c1a7f7bfcd7aef1ce18940d4aa2a9841d37c020804c87b35219a0c8692913b046c555144b64643cb67f5d399f535f55ed487c390b16bf998c2243cc0fab7789b

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

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

outputs.1.1.groupId=io.airlift
outputs.1.1.filename=airbase-policy-208.jar
outputs.1.1.length=5298
outputs.1.1.checksums.sha512=ae72d43852ffa7dd61b0ced4fcc4308c1ce2f62680c5be2b4e23b2d673d5035b98e819afea020336e62c9628636f52f638b824c6c4645231f12ba80599f2df4c

outputs.2.coordinates=io.airlift:airbase

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

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

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 b1c5a67

Please sign in to comment.