From 0ff91755596359f588a53b239d6234c6e897933c Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Wed, 6 Jan 2016 21:12:32 -0800 Subject: [PATCH] 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 --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ] -- 2.39.5