From: Zack Cerza Date: Thu, 27 Feb 2025 20:27:32 +0000 (-0700) Subject: ceph-dev-pipeline: Extract less from source dist X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bd1b02bb5c3e5e1882f49cacea16c9a92f73f5c1;p=ceph-build.git ceph-dev-pipeline: Extract less from source dist Only what we need to build the builder container. Signed-off-by: Zack Cerza --- diff --git a/ceph-dev-pipeline/build/Jenkinsfile b/ceph-dev-pipeline/build/Jenkinsfile index 1e126be5..674a1ae9 100644 --- a/ceph-dev-pipeline/build/Jenkinsfile +++ b/ceph-dev-pipeline/build/Jenkinsfile @@ -164,7 +164,7 @@ pipeline { set -ex cd dist mkdir ceph - tar --strip-components=1 -C ceph -xjf ceph-$VERSION.tar.bz2 + tar --strip-components=1 -C ceph -xjf ceph-${VERSION}.tar.bz2 ceph-${VERSION}/{container,ceph.spec,ceph.spec.in,debian,Dockerfile.build,do_cmake.sh,install-deps.sh,run-make-check.sh,make-debs.sh,make-dist,make-srpm.sh,src/script} ''' } }