From 7397db725267dee9ce11fc02039f1d034a965805 Mon Sep 17 00:00:00 2001 From: Eniko Nagy <4188977+eenagy@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:59:04 +0200 Subject: [PATCH] fix: eth-node-testnet-config on ci --- .../eth-node-testnet-config/0.0.1-1/pkg-builder-verify.toml | 2 +- .../0.0.1-1/src/debian/scripts/postprocess.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/upcoming/noble/amd64/eth-node-testnet-config/0.0.1-1/pkg-builder-verify.toml b/upcoming/noble/amd64/eth-node-testnet-config/0.0.1-1/pkg-builder-verify.toml index b679d8c05..0f9783768 100644 --- a/upcoming/noble/amd64/eth-node-testnet-config/0.0.1-1/pkg-builder-verify.toml +++ b/upcoming/noble/amd64/eth-node-testnet-config/0.0.1-1/pkg-builder-verify.toml @@ -4,6 +4,6 @@ package_hash=[ # { hash="0b78ee6f81115d45f14ef429ce41935efe9d9a89", name= "eth-node-testnet-config_1.0.0-1.dsc"}, { hash="b35f46d5fb424aee57b5d666e61b2eff83543aad", name= "eth-node-testnet-config_0.0.1.orig.tar.gz"}, # { hash="33a2c05c8e0d1a37e7390dfcd42c780b67545894", name= "eth-node-testnet-config_1.0.0-1.debian.tar.xz"}, - { hash="4585b2d8916f839e7b36f0abca74da91f0bf9977", name= "eth-node-testnet-config_0.0.1-1_amd64.deb"}, + { hash="a1f3d0cfa239e214bf2db13d13a71dfba73b0f69", name= "eth-node-testnet-config_0.0.1-1_amd64.deb"}, ] \ No newline at end of file diff --git a/upcoming/noble/amd64/eth-node-testnet-config/0.0.1-1/src/debian/scripts/postprocess.sh b/upcoming/noble/amd64/eth-node-testnet-config/0.0.1-1/src/debian/scripts/postprocess.sh index 59e930e81..715c9496d 100644 --- a/upcoming/noble/amd64/eth-node-testnet-config/0.0.1-1/src/debian/scripts/postprocess.sh +++ b/upcoming/noble/amd64/eth-node-testnet-config/0.0.1-1/src/debian/scripts/postprocess.sh @@ -8,6 +8,8 @@ get_debconf_value() { debconf-show "$package" | grep "$key" | awk -F ': ' '{print $2}' } +echo "Creating user and group eth-node-testnet" +adduser --system --quiet --group eth-node-testnet || true package=eth-node-testnet-config value=BASE_CONFIG_SECRETS_FILE