From 6ae99abbd86f3b321b86e310f9102c85329a1696 Mon Sep 17 00:00:00 2001 From: Carlos Date: Wed, 24 Sep 2025 08:46:43 +0200 Subject: [PATCH] Rework of build archive to use pypi rather than github release archives. --- contrib/packaging/build_archive | 90 +++++++++------------------------ 1 file changed, 24 insertions(+), 66 deletions(-) diff --git a/contrib/packaging/build_archive b/contrib/packaging/build_archive index fe54276..7531cdb 100755 --- a/contrib/packaging/build_archive +++ b/contrib/packaging/build_archive @@ -1,6 +1,6 @@ #!/bin/bash -set -eou pipefail -x +set -eou pipefail +x REL_PATH=$(pwd $(dirname $0)) ERR_STACKSTORM_VERSION=$(python <