From 627c3690dc84d2463aedc5ed23cd96621ee32ce4 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Fri, 3 Oct 2025 11:56:32 -0400 Subject: [PATCH] get-tarballs: s/focal/noble Reef is the oldest active release as of this PR and supports jammy Signed-off-by: David Galloway --- scripts/get-tarballs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/get-tarballs.sh b/scripts/get-tarballs.sh index 6aa1b508..d44df254 100644 --- a/scripts/get-tarballs.sh +++ b/scripts/get-tarballs.sh @@ -13,8 +13,8 @@ version=$3 pushd /data/download.ceph.com/www/prerelease/ceph/tarballs if [ ! -f ceph_$version.orig.tar.gz ]; then - wget https://chacra.ceph.com/binaries/ceph/$release/$sha1/ubuntu/focal/x86_64/flavors/default/ceph_$version.orig.tar.gz || wget https://chacra.ceph.com/binaries/ceph/$release/$sha1/ubuntu/jammy/x86_64/flavors/default/ceph_$version.orig.tar.gz - wget https://chacra.ceph.com/binaries/ceph/$release/$sha1/ubuntu/focal/x86_64/flavors/default/ceph-$version.tar.gz || wget https://chacra.ceph.com/binaries/ceph/$release/$sha1/ubuntu/jammy/x86_64/flavors/default/ceph-$version.tar.gz + wget https://chacra.ceph.com/binaries/ceph/$release/$sha1/ubuntu/noble/x86_64/flavors/default/ceph_$version.orig.tar.gz || wget https://chacra.ceph.com/binaries/ceph/$release/$sha1/ubuntu/jammy/x86_64/flavors/default/ceph_$version.orig.tar.gz + wget https://chacra.ceph.com/binaries/ceph/$release/$sha1/ubuntu/noble/x86_64/flavors/default/ceph-$version.tar.gz || wget https://chacra.ceph.com/binaries/ceph/$release/$sha1/ubuntu/jammy/x86_64/flavors/default/ceph-$version.tar.gz fi popd -- 2.39.5