releng: create a playbook to manage koji tags in stg
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
51a8630dec
commit
d3d384fd33
1 changed files with 21 additions and 0 deletions
21
playbooks/manual/releng/koji-release-tags.yml
Normal file
21
playbooks/manual/releng/koji-release-tags.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
- name: Create the release tags in koji.
|
||||
hosts: composer.stg.phx2.fedoraproject.org
|
||||
gather_facts: no
|
||||
|
||||
tasks:
|
||||
- name: create the main koji tag
|
||||
koji_tag:
|
||||
koji: stg
|
||||
name: f33
|
||||
state: present
|
||||
perm: admin
|
||||
- name: create the updates tag
|
||||
koji_tag:
|
||||
koji: stg
|
||||
name: f33-updates
|
||||
state: present
|
||||
perm: admin
|
||||
inheritance:
|
||||
- parent: f33
|
||||
priority: 0
|
Loading…
Add table
Add a link
Reference in a new issue