]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: use the ceph-release-team for the debian changelog 593/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 13 Dec 2016 14:19:52 +0000 (09:19 -0500)
committerAlfredo Deza <adeza@redhat.com>
Tue, 13 Dec 2016 17:14:40 +0000 (12:14 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/release.yml

index 912d5506effe36274364eb04aa51a8f90deddb48..33547c14140a1c75bcb74184821bf7307fddfaf4 100644 (file)
@@ -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'" }