]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
fabfile.py Fix name of gitbuilder-kernel-rpm-centos7-amd64-basic
authorDan Mick <dan.mick@redhat.com>
Thu, 7 Jan 2016 05:12:32 +0000 (21:12 -0800)
committerDan Mick <dan.mick@redhat.com>
Thu, 7 Jan 2016 05:12:32 +0000 (21:12 -0800)
to be like all the rest: amd64 vs. x86_64

Signed-off-by: Dan Mick <dan.mick@redhat.com>
fabfile.py

index d1b1bc77abc19df8fe7a7ee15a5ead282d6e847a..b4753250e38738eb99d33cfcac5a82f3bc24b413 100644 (file)
@@ -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',
     ]