From: Dan Mick Date: Thu, 7 Jan 2016 05:12:32 +0000 (-0800) Subject: fabfile.py Fix name of gitbuilder-kernel-rpm-centos7-amd64-basic X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=0ff91755596359f588a53b239d6234c6e897933c;p=autobuild-ceph.git fabfile.py Fix name of gitbuilder-kernel-rpm-centos7-amd64-basic to be like all the rest: amd64 vs. x86_64 Signed-off-by: Dan Mick --- diff --git a/fabfile.py b/fabfile.py index d1b1bc7..b475325 100644 --- a/fabfile.py +++ b/fabfile.py @@ -38,7 +38,7 @@ env.roledefs['gitbuilder_kernel_deb'] = [ ] env.roledefs['gitbuilder_kernel_rpm'] = [ 'ubuntu@gitbuilder-kernel-rpm-centos6-amd64-basic.front.sepia.ceph.com', - 'ubuntu@gitbuilder-kernel-rpm-centos7-x86_64-basic.front.sepia.ceph.com', + 'ubuntu@gitbuilder-kernel-rpm-centos7-amd64-basic.front.sepia.ceph.com', 'ubuntu@gitbuilder-kernel-rpm-fedora20-amd64-basic.front.sepia.ceph.com', ]