From 1624aa5d7b7be59527da82273143be69eaff29ac Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 21 Jul 2016 15:40:12 +0000 Subject: [PATCH] Rename the arm-stg group to buildarm-stg, for consistency. --- inventory/builders | 4 ++-- .../manual/staging-sync/templates/koji-reset-staging.sql | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory/builders b/inventory/builders index adaac623c6..4df3b17768 100644 --- a/inventory/builders +++ b/inventory/builders @@ -145,7 +145,7 @@ arm01-builder21.arm.fedoraproject.org arm01-builder22.arm.fedoraproject.org arm01-builder23.arm.fedoraproject.org -[arm-stg] +[buildarm-stg] arm01-builder22.arm.fedoraproject.org arm01-builder23.arm.fedoraproject.org @@ -270,5 +270,5 @@ buildppc64 buildvm-s390 [builders-stg:children] -arm-stg +buildarm-stg buildvm-stg diff --git a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql index 5e601bc700..839f538ac7 100644 --- a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql +++ b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql @@ -90,7 +90,7 @@ insert into host_channels (host_id, channel_id) values ( {% endfor %} -- The arm builders are armhfp and do not have createrepo ability -{% for host in groups['arm-stg'] %} +{% for host in groups['buildarm-stg'] %} select now() as time, 'adding staging host {{ host }}' as msg; insert into users (name, usertype, status) values ('{{ host }}', 1, 0); insert into host (user_id, name, arches) values (