Skip to content

Commit

Permalink
Merge pull request #1358 from jvm-repo-rebuild/units-catalog-0.1.17
Browse files Browse the repository at this point in the history
add units-catalog 0.1.17
  • Loading branch information
github-actions[bot] authored Jan 7, 2025
2 parents 20e7487 + 76a3e93 commit e84cd47
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/com/cognite/units/units-catalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

Source code: [https://github.com/cognitedata/units-catalog.git](https://github.com/cognitedata/units-catalog.git)

rebuilding **17 releases** of com.cognite.units:units-catalog:
- **9** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
rebuilding **18 releases** of com.cognite.units:units-catalog:
- **10** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
- 8 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 |
| -- | --------- | ------ | -- |
| [0.1.17](https://central.sonatype.com/artifact/com.cognite.units/units-catalog/0.1.17/pom) | | | |
| [0.1.17](https://central.sonatype.com/artifact/com.cognite.units/units-catalog/0.1.17/pom) | [mvn jdk17](units-catalog-0.1.17.buildspec) | [result](units-catalog-0.1.17.buildinfo): [3 :white_check_mark: ](units-catalog-0.1.17.buildcompare) | 106K |
| [0.1.16](https://central.sonatype.com/artifact/com.cognite.units/units-catalog/0.1.16/pom) | [mvn jdk17](units-catalog-0.1.16.buildspec) | [result](units-catalog-0.1.16.buildinfo): [3 :white_check_mark: ](units-catalog-0.1.16.buildcompare) | 105K |
| [0.1.15](https://central.sonatype.com/artifact/com.cognite.units/units-catalog/0.1.15/pom) | [mvn jdk17](units-catalog-0.1.15.buildspec) | [result](units-catalog-0.1.15.buildinfo): [3 :white_check_mark: ](units-catalog-0.1.15.buildcompare) | 105K |
| [0.1.14](https://central.sonatype.com/artifact/com.cognite.units/units-catalog/0.1.14/pom) | [mvn jdk17](units-catalog-0.1.14.buildspec) | [result](units-catalog-0.1.14.buildinfo): [3 :white_check_mark: ](units-catalog-0.1.14.buildcompare) | 105K |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version=0.1.17
ok=3
ko=0
ignored=0
okFiles="units-catalog-0.1.17.pom units-catalog-0.1.17.jar units-catalog-0.1.17-sources.jar"
koFiles=""
ignoredFiles=""
reference_java_version="17 (from MANIFEST.MF Build-Jdk-Spec)"
reference_os_name="Unix (from pom.properties newline)"
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# https://reproducible-builds.org/docs/jvm/
buildinfo.version=1.0-SNAPSHOT

name=com.cognite.units:units-catalog
group-id=com.cognite.units
artifact-id=units-catalog
version=0.1.17

# source information
source.scm.uri=scm:git:git://github.com/cognitedata/units-catalog.git
source.scm.tag=HEAD

# build instructions
build-tool=mvn

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

# Maven rebuild instructions and effective environment

# output

outputs.0.groupId=com.cognite.units
outputs.0.filename=units-catalog-0.1.17.pom
outputs.0.length=9527
outputs.0.checksums.sha512=fdbd7b9cb84fc81e12b4d399833af538cd2b23a91c562b4cf04e0aae93aa31c92de87e51406ff93f711cf1778d726190125d800d9276e184455ca5b07aeb6f0c

outputs.1.groupId=com.cognite.units
outputs.1.filename=units-catalog-0.1.17.jar
outputs.1.length=59369
outputs.1.checksums.sha512=dbf90648e573df725067326d52a73f606014790e84968857e0833a218540bd232a2e81f2f18e2e8127e7f0b74e7528fb08ebaba311cbe4abeca2b74047f5e77a

outputs.2.groupId=com.cognite.units
outputs.2.filename=units-catalog-0.1.17-sources.jar
outputs.2.length=39000
outputs.2.checksums.sha512=41f722120bce1786e7058da2945bca71afbb3d4c05c2125ccf87e34897925f164b19b1767d126278471c3ce6d475a2680f00525a9ca6bdc77ed838c3bdef141e
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
groupId=com.cognite.units
artifactId=units-catalog
display=${groupId}:${artifactId}
version=0.1.17

gitRepo=https://github.com/cognitedata/units-catalog.git
gitTag=ae9cc275bbfc0c48556adcc0bd29d08bf6708eed

tool=mvn
jdk=17
newline=lf
umask=022

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

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

0 comments on commit e84cd47

Please sign in to comment.