From: David Galloway Date: Fri, 3 Oct 2025 14:40:08 +0000 (-0400) Subject: ceph-source-dist: Create orig tarball for releases X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=faf4ec4ab7c20085df15335128a5559642f300f4;p=ceph-build.git ceph-source-dist: Create orig tarball for releases Signed-off-by: David Galloway --- diff --git a/ceph-source-dist/build/Jenkinsfile b/ceph-source-dist/build/Jenkinsfile index 7b9e8b382..7e5075de8 100644 --- a/ceph-source-dist/build/Jenkinsfile +++ b/ceph-source-dist/build/Jenkinsfile @@ -99,6 +99,12 @@ pipeline { echo "RELEASE_BUILD=true" >> dist/other_envvars echo "chacra_url=https://chacra.ceph.com/" >> dist/other_envvars echo "BRANCH=${BRANCH}-release" > dist/branch + + echo "Creating tar.gz for upstream release" + pushd dist + bunzip2 ceph-$ceph_version_tarball.$extension + gzip ceph-$ceph_version_tarball.tar.gz + popd else echo "BRANCH=${BRANCH}" > dist/branch fi