-
Notifications
You must be signed in to change notification settings - Fork 4
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 #384 from eth-pkg/upcoming/noble/amd64/eth-node-er…
…igon/2.61.0-1 upcoming/noble/amd64/eth-node-erigon/2.61.0-1
- Loading branch information
Showing
21 changed files
with
1,040 additions
and
20 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
releases/noble/amd64/eth-node-erigon/2.61.0-1/eth-node-erigon.changelog
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 @@ | ||
eth-node-erigon (2.61.0-1) noble; urgency=medium | ||
|
||
* Support for 2.61.0-1 | ||
|
||
-- Eniko Nagy <[email protected]> Tue, 07 Jan 2025 10:14:10 +0100 | ||
|
37 changes: 37 additions & 0 deletions
37
releases/noble/amd64/eth-node-erigon/2.61.0-1/eth-node-erigon.sps
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 @@ | ||
name = "eth-node-erigon" | ||
architecture = "any" | ||
summary = "Ethereum implementation on the efficiency frontier" | ||
conflicts = [] | ||
recommends = [] | ||
provides = ["eth-node-execution-client (= 1)"] | ||
suggests = ["eth-node (= 1)"] | ||
add_files = [ | ||
# not copying, buildid is included, and remove is non-determistic, sometimes works, sometimes not | ||
#"build/bin/capcli /usr/lib/eth-node-erigon/bin", | ||
#"build/bin/caplin /usr/lib/eth-node-erigon/bin", | ||
#"build/bin/devnet /usr/lib/eth-node-erigon/bin", | ||
# # Same, build id cannot be removed | ||
# "build/bin/downloader /usr/lib/eth-node-erigon/bin", | ||
"build/bin/erigon /usr/lib/eth-node-erigon/bin", | ||
#"build/bin/evm /usr/lib/eth-node-erigon/bin", | ||
#"build/bin/hack /usr/lib/eth-node-erigon/bin", | ||
#"build/bin/integration /usr/lib/eth-node-erigon/bin", | ||
#"build/bin/observer /usr/lib/eth-node-erigon/bin", | ||
#"build/bin/pics /usr/lib/eth-node-erigon/bin", | ||
#"build/bin/rpcdaemon /usr/lib/eth-node-erigon/bin", | ||
#"build/bin/rpctest /usr/lib/eth-node-erigon/bin", | ||
#"build/bin/sentinel /usr/lib/eth-node-erigon/bin", | ||
#"build/bin/sentry /usr/lib/eth-node-erigon/bin", | ||
# Same, build id cannot be removed | ||
# "build/bin/snapshots /usr/lib/eth-node-erigon/bin", | ||
#"build/bin/state /usr/lib/eth-node-erigon/bin", | ||
#"build/bin/txpool /usr/lib/eth-node-erigon/bin", | ||
#"build/bin/verkle /usr/lib/eth-node-erigon/bin", | ||
#"build/bin/diag /usr/lib/eth-node-erigon/bin", | ||
] | ||
add_links = ["/usr/lib/eth-node-erigon/bin/erigon /usr/bin/erigon"] | ||
add_manpages = [] | ||
long_doc = """ | ||
Erigon is an implementation of Ethereum (execution layer with embeddable consensus layer), | ||
on the efficiency frontier. Archive Node by default. | ||
""" |
7 changes: 7 additions & 0 deletions
7
releases/noble/amd64/eth-node-erigon/2.61.0-1/eth-node-erigon.sss
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,7 @@ | ||
name = "eth-node-erigon" | ||
maintainer = "Eniko Nagy <[email protected]>" | ||
section = "net" | ||
variants = [] | ||
build_depends = ["git", "llvm", "binutils"] | ||
packages = ["eth-node-erigon"] | ||
skip_debug_symbols = true |
7 changes: 7 additions & 0 deletions
7
releases/noble/amd64/eth-node-erigon/2.61.0-1/pkg-builder-verify.toml
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,7 @@ | ||
[verify] | ||
package_hash=[ | ||
{ hash="1d09dc857d56372688732c1deed56d45e06c7237", name= "eth-node-erigon_2.61.0-1.dsc"}, | ||
{ hash="55727a4c62178f9494dd346032fb7510f1ce8e8c", name= "eth-node-erigon_2.61.0.orig.tar.gz"}, | ||
{ hash="fdd6d97375e8321f0f1a61406420c09684bdc381", name= "eth-node-erigon_2.61.0-1.debian.tar.xz"}, | ||
{ hash="2a9a843fe232ff50e3677b2964652a78de3aa3e5", name= "eth-node-erigon_2.61.0-1_amd64.deb"}, | ||
] |
34 changes: 34 additions & 0 deletions
34
releases/noble/amd64/eth-node-erigon/2.61.0-1/pkg-builder.toml
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 @@ | ||
[package_fields] | ||
spec_file = "eth-node-erigon.sss" | ||
package_name = "eth-node-erigon" | ||
version_number = "2.61.0" | ||
revision_number = "1" | ||
homepage="https://github.com/ledgerwatch/erigon" | ||
|
||
[package_type] | ||
# virtual | git | default | ||
package_type="default" | ||
tarball_url = "https://github.com/ledgerwatch/erigon/archive/refs/tags/v2.61.0.tar.gz" | ||
## Provided by debian package maintainer not by team developing the software | ||
tarball_hash = "536bdbd61ae749385f4be3eb72890593b98517c8f5ca68e1ee7a1661d8fcfa5a" | ||
|
||
[package_type.language_env] | ||
language_env = "go" | ||
go_version = "1.22.2" | ||
go_binary_url = "https://go.dev/dl/go1.22.2.linux-amd64.tar.gz" | ||
go_binary_checksum = "5901c52b7a78002aeff14a21f93e0f064f74ce1360fce51c6ee68cd471216a17" | ||
|
||
[build_env] | ||
codename="noble numbat" | ||
arch = "amd64" | ||
pkg_builder_version="0.2.8" | ||
debcrafter_version = "8189263" | ||
run_lintian=true | ||
run_piuparts=true | ||
run_autopkgtest=true | ||
lintian_version="2.116.3" | ||
piuparts_version="1.1.7" | ||
autopkgtest_version="5.28" | ||
sbuild_version="0.85.6" | ||
# package directory | ||
workdir="~/.pkg-builder/packages/noble" |
Oops, something went wrong.