]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
remove hard-coded DEBEMAIL as we now set it when building
authorAlfredo Deza <adeza@redhat.com>
Tue, 2 Jun 2015 13:47:09 +0000 (09:47 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 2 Jun 2015 13:47:09 +0000 (09:47 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-deploy/build/build

index fbf6421a8e9964dae312ad27206f9ca81150aaef..ac953ad2970c1514e00051d058325fe9b4ebc9c1 100644 (file)
@@ -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