From: Alfredo Deza Date: Tue, 13 Dec 2016 14:19:52 +0000 (-0500) Subject: ansible: use the ceph-release-team for the debian changelog X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F593%2Fhead;p=ceph-build.git ansible: use the ceph-release-team for the debian changelog Signed-off-by: Alfredo Deza --- diff --git a/ansible/release.yml b/ansible/release.yml index 912d5506..33547c14 100644 --- a/ansible/release.yml +++ b/ansible/release.yml @@ -10,8 +10,8 @@ project: "ceph" clean: true # if re-doing a deployment this deletes the remote branch in Jenkin's git repo force_dch: false # if coming from a rc and wanting to release a stable you need to force dch - debemail: adeza@redhat.com - debfullname: "Alfredo Deza" + debemail: ceph-maintainers@ceph.com + debfullname: "Ceph Release Team" roles: - { role: ceph-release, when: "project == 'ceph'" } - { role: ceph-deploy-release, when: "project == 'ceph-deploy'" }