]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
change the HARDCODED values for the deb package
authorAlfredo Deza <alfredo.deza@inktank.com>
Fri, 25 Apr 2014 18:22:07 +0000 (14:22 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Fri, 25 Apr 2014 18:22:07 +0000 (14:22 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
scripts/build-debian.sh

index ce205ca43e3f7a70d04269a34ad42ae398067e0a..5b5967015ce3bf9192463240cd7e77b8b73b8d43 100755 (executable)
@@ -33,10 +33,13 @@ rm -f ../ceph-deploy*.dsc ../ceph-deploy*.changes ../ceph-deploy*.deb ../ceph-de
 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="gary.lowell@inktank.com" dch -D $DIST --force-distribution -b -v "$BP_VERSION" "$comment"
+    DEBEMAIL="alfredo.deza@inktank.com" dch -D $DIST --force-distribution -b -v "$BP_VERSION" "$comment"
     dpkg-source -b .
 fi