]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
remove hardcoded DEBEMAIL 66/head
authorAlfredo Deza <adeza@redhat.com>
Wed, 3 Jun 2015 20:32:47 +0000 (16:32 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 3 Jun 2015 20:32:47 +0000 (16:32 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-build/build/build_deb

index 1940972b4e4d9d8709ae2af56bd7ece703d66630..623e47a1ddc1b43d54415aa3ca3cc78f1c64edad 100644 (file)
@@ -46,7 +46,7 @@ fi
 (  cd ceph-${vers}
    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"
+   dch -D $DIST --force-distribution -b -v "$BP_VERSION" "$comment"
 )
 dpkg-source -b ceph-${vers}