]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-source-dist: Create orig tarball for releases
authorDavid Galloway <david.galloway@ibm.com>
Fri, 3 Oct 2025 14:40:08 +0000 (10:40 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Fri, 31 Oct 2025 14:23:53 +0000 (10:23 -0400)
Signed-off-by: David Galloway <david.galloway@ibm.com>
ceph-source-dist/build/Jenkinsfile

index 7b9e8b3820725c8d3446d1de98ec169b9ac4532f..7e5075de8b2fd3a95e9dcbf961fdb898beaf6f47 100644 (file)
@@ -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