-
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 #651 from jvm-repo-rebuild/bitcoin-commons-0.2.0
add bitcoin-commons 0.2.0
- Loading branch information
Showing
7 changed files
with
140 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[net.osslabz:bitcoin-commons](https://central.sonatype.com/artifact/net.osslabz/bitcoin-commons/versions) RB check | ||
======= | ||
|
||
[![Reproducible Builds](https://reproducible-builds.org/images/logos/rb.svg) an independently-verifiable path from source to binary code](https://reproducible-builds.org/) | ||
|
||
## Project: [net.osslabz:bitcoin-commons](https://central.sonatype.com/artifact/net.osslabz/bitcoin-commons/versions) [![Reproducible Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/net/osslabz/bitcoin-commons/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/net/osslabz/bitcoin-commons/README.md) | ||
|
||
Source code: [https://github.com/osslabz/bitcoin-commons.git](https://github.com/osslabz/bitcoin-commons.git) | ||
|
||
rebuilding **1 releases** of net.osslabz:bitcoin-commons: | ||
- **0** 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 | | ||
| -- | --------- | ------ | -- | | ||
| [0.2.0](https://central.sonatype.com/artifact/net.osslabz/bitcoin-commons/0.2.0/pom) | [mvn jdk21](bitcoin-commons-0.2.0.buildspec) | [result](bitcoin-commons-0.2.0.buildinfo): [2 :white_check_mark: 1 :warning:](bitcoin-commons-0.2.0.buildcompare) [:mag:](bitcoin-commons-0.2.0.diffoscope) | 23K | | ||
|
||
<i>(size is calculated without javadoc, that has been excluded from reproducibility checks)</i> |
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,6 @@ | ||
{ "schemaVersion": 1, | ||
"label": "Reproducible Builds", | ||
"labelColor": "1e5b96", | ||
"message": "2/3", | ||
"color": "yellow", | ||
"isError": "true" } |
10 changes: 10 additions & 0 deletions
10
content/net/osslabz/bitcoin-commons/bitcoin-commons-0.2.0.buildcompare
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,10 @@ | ||
version=0.2.0 | ||
ok=2 | ||
ko=1 | ||
ignored=0 | ||
okFiles="bitcoin-commons-0.2.0.pom bitcoin-commons-0.2.0-sources.jar" | ||
koFiles="bitcoin-commons-0.2.0.jar" | ||
ignoredFiles="" | ||
reference_java_version="21 (from MANIFEST.MF Build-Jdk-Spec)" | ||
reference_os_name="Unix (from pom.properties newline)" | ||
# diffoscope target/reference/net.osslabz/bitcoin-commons-0.2.0.jar target/bitcoin-commons-0.2.0.jar |
37 changes: 37 additions & 0 deletions
37
content/net/osslabz/bitcoin-commons/bitcoin-commons-0.2.0.buildinfo
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,37 @@ | ||
# https://reproducible-builds.org/docs/jvm/ | ||
buildinfo.version=1.0-SNAPSHOT | ||
|
||
name=net.osslabz:bitcoin-commons | ||
group-id=net.osslabz | ||
artifact-id=bitcoin-commons | ||
version=0.2.0 | ||
|
||
# source information | ||
source.scm.uri=scm:git:https://github.com/osslabz/bitcoin-commons.git | ||
source.scm.tag=0.2.0 | ||
|
||
# build instructions | ||
build-tool=mvn | ||
|
||
# build environment information (simplified for reproducibility) | ||
java.version=21 | ||
os.name=Unix | ||
|
||
# Maven rebuild instructions and effective environment | ||
|
||
# output | ||
|
||
outputs.0.groupId=net.osslabz | ||
outputs.0.filename=bitcoin-commons-0.2.0.pom | ||
outputs.0.length=10738 | ||
outputs.0.checksums.sha512=88940ca24ae0e65172143e2962a2fa26ad785d2dba21f3e2616fae46fd1cdf32cdd19b567f9a47480c59ba275dce39886d1b2b1904a73c3256afe5bd82a78167 | ||
|
||
outputs.1.groupId=net.osslabz | ||
outputs.1.filename=bitcoin-commons-0.2.0.jar | ||
outputs.1.length=7259 | ||
outputs.1.checksums.sha512=db696fac7b73fce8d217d149db37936f0b597d57038ef4598a2e640090c860941f4741db9bbdd7c600036282e821aa9106097db78a4da4ad819b87a5b08a2cda | ||
|
||
outputs.2.groupId=net.osslabz | ||
outputs.2.filename=bitcoin-commons-0.2.0-sources.jar | ||
outputs.2.length=5154 | ||
outputs.2.checksums.sha512=690c4624eeffa69734f8adae3092716bcee92d9d7acdefdda35a8b5b504a77759b45a8874959d3dee3549eb0ac13d51338e51908fc1622f1576a93dc22a530eb |
18 changes: 18 additions & 0 deletions
18
content/net/osslabz/bitcoin-commons/bitcoin-commons-0.2.0.buildspec
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,18 @@ | ||
groupId=net.osslabz | ||
artifactId=bitcoin-commons | ||
display=${groupId}:${artifactId} | ||
version=0.2.0 | ||
|
||
gitRepo=https://github.com/osslabz/bitcoin-commons.git | ||
gitTag=${version} | ||
|
||
tool=mvn | ||
jdk=21 | ||
newline=lf | ||
#umask=022 | ||
|
||
command="mvn -Papache-release clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip" | ||
buildinfo=target/${artifactId}-${version}.buildinfo | ||
|
||
diffoscope=${artifactId}-${version}.diffoscope | ||
issue= |
34 changes: 34 additions & 0 deletions
34
content/net/osslabz/bitcoin-commons/bitcoin-commons-0.2.0.diffoscope
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,34 @@ | ||
1 / 1 target/reference/net.osslabz/bitcoin-commons-0.2.0.jar target/bitcoin-commons-0.2.0.jar | ||
--- target/reference/net.osslabz/bitcoin-commons-0.2.0.jar | ||
+++ target/bitcoin-commons-0.2.0.jar | ||
├── zipinfo {} | ||
│ @@ -1,16 +1,16 @@ | ||
│ -Zip file size: 7258 bytes, number of entries: 14 | ||
│ +Zip file size: 7259 bytes, number of entries: 14 | ||
│ drwxr-xr-x 2.0 unx 0 b- stor 24-Nov-11 10:28 META-INF/ | ||
│ -rw-r--r-- 2.0 unx 81 b- defN 24-Nov-11 10:28 META-INF/MANIFEST.MF | ||
│ drwxr-xr-x 2.0 unx 0 b- stor 24-Nov-11 10:28 net/ | ||
│ drwxr-xr-x 2.0 unx 0 b- stor 24-Nov-11 10:28 net/osslabz/ | ||
│ drwxr-xr-x 2.0 unx 0 b- stor 24-Nov-11 10:28 net/osslabz/bitcoin/ | ||
│ drwxr-xr-x 2.0 unx 0 b- stor 24-Nov-11 10:28 META-INF/maven/ | ||
│ drwxr-xr-x 2.0 unx 0 b- stor 24-Nov-11 10:28 META-INF/maven/net.osslabz/ | ||
│ drwxr-xr-x 2.0 unx 0 b- stor 24-Nov-11 10:28 META-INF/maven/net.osslabz/bitcoin-commons/ | ||
│ --rw-r--r-- 2.0 unx 202 b- defN 24-Nov-11 10:28 git.properties | ||
│ +-rw-r--r-- 2.0 unx 238 b- defN 24-Nov-11 10:28 git.properties | ||
│ -rw-r--r-- 2.0 unx 2144 b- defN 24-Nov-11 10:28 net/osslabz/bitcoin/BitcoinUtils.class | ||
│ -rw-r--r-- 2.0 unx 3202 b- defN 24-Nov-11 10:28 net/osslabz/bitcoin/Network.class | ||
│ -rw-r--r-- 2.0 unx 768 b- defN 24-Nov-11 10:28 net/osslabz/bitcoin/NetworkParams.class | ||
│ -rw-r--r-- 2.0 unx 10738 b- defN 24-Nov-11 10:28 META-INF/maven/net.osslabz/bitcoin-commons/pom.xml | ||
│ -rw-r--r-- 2.0 unx 61 b- defN 24-Nov-11 10:28 META-INF/maven/net.osslabz/bitcoin-commons/pom.properties | ||
│ -14 files, 17196 bytes uncompressed, 5410 bytes compressed: 68.5% | ||
│ +14 files, 17232 bytes uncompressed, 5411 bytes compressed: 68.6% | ||
├── git.properties | ||
│ @@ -1,6 +1,6 @@ | ||
│ #Generated by Git-Commit-Id-Plugin | ||
│ -git.branch=main | ||
│ +git.branch=b370c55a2a2be40091d1489f4651a5e557bf72ac | ||
│ git.build.time=2024-11-11T10\:28\:14Z | ||
│ git.build.version=0.2.0 | ||
│ git.commit.id.abbrev=b370c55 | ||
│ git.commit.id.full=b370c55a2a2be40091d1489f4651a5e557bf72ac | ||
|
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,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>net.osslabz</groupId> | ||
<artifactId>bitcoin-commons</artifactId> | ||
<versioning> | ||
<latest>0.2.0</latest> | ||
<release>0.2.0</release> | ||
<versions> | ||
<version>0.0.1</version> | ||
<version>0.0.3</version> | ||
<version>0.0.4</version> | ||
<version>0.1.0</version> | ||
<version>0.2.0</version> | ||
</versions> | ||
<lastUpdated>20241111102952</lastUpdated> | ||
</versioning> | ||
</metadata> |