]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
update DEBEMAIL on build script
authorAlfredo Deza <adeza@redhat.com>
Mon, 31 Aug 2015 20:18:48 +0000 (16:18 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 1 Sep 2015 13:47:10 +0000 (09:47 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
radosgw-agent/build/build

index e202c2b6db00abee73f99fdaafe076dd77afbf2b..abcd10297e7708c7a5b4a942ca552cd73f1a4e85 100644 (file)
@@ -53,9 +53,10 @@ if [[ -f /etc/redhat-release || -f /usr/bin/zypper ]] ; then
             fi
         fi
 else
+        # XXX MAGICAL, Fix this
         DEB_VERSION=$(dpkg-parsechangelog | sed -rne 's,^Version: (.*),\1, p')
         BP_VERSION=${DEB_VERSION}${BPTAG}
-        DEBEMAIL="sandon@inktank.com" dch -D $DIST --force-distribution -b -v "$BP_VERSION" "$comment"
+        DEBEMAIL="adeza@redhat.com" dch -D $DIST --force-distribution -b -v "$BP_VERSION" "$comment"
         dpkg-source -b .
         dpkg-buildpackage -k$KEYID
         RC=$?