From a16ef0e4d95efb91be3ce9da6add5b739e817dde Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 2 Jun 2015 09:47:09 -0400 Subject: [PATCH] remove hard-coded DEBEMAIL as we now set it when building Signed-off-by: Alfredo Deza --- ceph-deploy/build/build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ceph-deploy/build/build b/ceph-deploy/build/build index fbf6421a..ac953ad2 100644 --- a/ceph-deploy/build/build +++ b/ceph-deploy/build/build @@ -124,13 +124,10 @@ gitbuilder-cdep-deb* | tala* | mira*) rm -rf ./debian-repo # Apply backport tag if release build - # I am going to jump out the window if this is not fixed and removed from the source - # of this package. There is absolutely **NO** reason why we need to hard code the - # DEBEMAIL like this. if [ $RELEASE -eq 1 ] ; then DEB_VERSION=$(dpkg-parsechangelog | sed -rne 's,^Version: (.*),\1, p') BP_VERSION=${DEB_VERSION}${BPTAG} - DEBEMAIL="alfredo.deza@inktank.com" dch -D $DIST --force-distribution -b -v "$BP_VERSION" "$comment" + dch -D $DIST --force-distribution -b -v "$BP_VERSION" "$comment" dpkg-source -b . fi -- 2.39.5