-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #221 from jvm-repo-rebuild/airbase-policy-178
add airbase 178
- Loading branch information
Showing
4 changed files
with
81 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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= |