Skip to content

Commit

Permalink
bump apt-cli and ready for bookworm deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Feb 8, 2024
1 parent c6ecb2f commit 11d3337
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {
axes {
axis {
name 'OS_CODENAME'
values 'bullseye', 'stretch', 'buster'
values 'bullseye', 'stretch', 'buster', 'bookworm'
}
axis {
name 'CPU'
Expand Down
2 changes: 1 addition & 1 deletion build_and_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion configure_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11d3337

Please sign in to comment.