]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
scripts/get-tarballs.sh: pull to prerelease area 2297/head
authorDan Mick <dan.mick@redhat.com>
Tue, 3 Dec 2024 22:05:24 +0000 (14:05 -0800)
committerDan Mick <dan.mick@redhat.com>
Tue, 3 Dec 2024 22:05:24 +0000 (14:05 -0800)
I've got a bunch of doc work to do to the release process;
this is one of them.  Maybe we should also add this, and
its copy, to the ceph-cm-ansible role for d.c.c

Signed-off-by: Dan Mick <dan.mick@redhat.com>
scripts/get-tarballs.sh

index 8186d0f13e4d0b3352eee02392637b6ca012aa31..6aa1b508bbc8a9768b389562726ab7c1b8512a92 100644 (file)
@@ -2,7 +2,7 @@
 # Helper to get tarballs for releases
 # Does not do any placement, you must be on the destination directory.
 
-# There are two files it grabs, one with 'orig' and one without (unsure why we need both)
+# There are two files it grabs, one with 'orig' and one without
 
 : ${2?"Usage: $0 \$release \$sha1 \$version"}
 
@@ -10,7 +10,7 @@ release=$1
 sha1=$2
 version=$3
 
-pushd /data/download.ceph.com/www/tarballs
+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