Rename the arm-stg group to buildarm-stg, for consistency.
This commit is contained in:
parent
96cb5711e5
commit
1624aa5d7b
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue