From 11d3337e208acde3b5c19a87cc2e382a881a22fa Mon Sep 17 00:00:00 2001 From: dernasherbrezon Date: Thu, 8 Feb 2024 22:34:55 +0000 Subject: [PATCH] bump apt-cli and ready for bookworm deployment --- Jenkinsfile | 2 +- build_and_deploy.sh | 2 +- configure_agent.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c06321f..2335f13 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { axes { axis { name 'OS_CODENAME' - values 'bullseye', 'stretch', 'buster' + values 'bullseye', 'stretch', 'buster', 'bookworm' } axis { name 'CPU' diff --git a/build_and_deploy.sh b/build_and_deploy.sh index 35b0842..e28a795 100755 --- a/build_and_deploy.sh +++ b/build_and_deploy.sh @@ -7,7 +7,7 @@ OS_CODENAME=$2 BASE_VERSION=$3 BUILD_NUMBER=$4 GPG_KEYNAME=$5 -APT_CLI_VERSION="apt-cli-1.4" +APT_CLI_VERSION="apt-cli-1.7" . ./configure_flags.sh ${CPU} diff --git a/configure_agent.sh b/configure_agent.sh index 7435bd1..f8e81e3 100755 --- a/configure_agent.sh +++ b/configure_agent.sh @@ -10,7 +10,7 @@ sudo bash -c "echo \"deb http://apt.leosatdata.com/cpu-generic $(lsb_release --c sudo apt-get update sudo apt-get install -y debhelper git-buildpackage cmake libvolk2-dev libprotobuf-c-dev libconfig-dev check libiio-dev -APT_CLI_VERSION="apt-cli-1.4" +APT_CLI_VERSION="apt-cli-1.7" if [ ! -f ${HOME}/${APT_CLI_VERSION}.jar ]; then wget -O ${APT_CLI_VERSION}.jar.temp https://github.com/dernasherbrezon/apt-cli/releases/download/${APT_CLI_VERSION}/apt-cli.jar mv ${APT_CLI_VERSION}.jar.temp ${HOME}/${APT_CLI_VERSION}.jar