From: Andrew Schoen Date: Mon, 12 Sep 2016 17:17:25 +0000 (-0500) Subject: ceph-dev-setup: add back the dch -v command X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f3a6dcec0f237f4327c127e8258c958b573008ae;p=ceph-build.git ceph-dev-setup: add back the dch -v command Without this command the dsc artifacts are not created correctly and ceph-dev-build fails to find them, resulting in errors like: "dpkg-source: error: cannot read ceph_10.2.2-508-g9bfc0cf-1.dsc: No such file or directory" From: https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=xenial,DIST=xenial,MACHINE_SIZE=huge/492/console Signed-off-by: Andrew Schoen --- diff --git a/ceph-dev-setup/build/build b/ceph-dev-setup/build/build index fbf898b1..81344dc5 100644 --- a/ceph-dev-setup/build/build +++ b/ceph-dev-setup/build/build @@ -96,6 +96,8 @@ srcdir=`pwd` if [ -d "$releasedir/$cephver" ]; then echo "$releasedir/$cephver already exists; reuse that release tarball" else + dch -v $cephver-1 'autobuilder' + echo building tarball rm ceph-*.tar.gz || true rm ceph-*.tar.bz2 || true