releng: manage external repo for modularity
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
39d43767a3
commit
3677360f75
1 changed files with 23 additions and 0 deletions
|
@ -197,6 +197,29 @@
|
|||
tags: modularity
|
||||
|
||||
|
||||
- name: add the modularity external repo
|
||||
koji_external_repo:
|
||||
koji: koji
|
||||
name: "{{release}}-build"
|
||||
url: "https://kojipkgs.fedoraproject.org/repos/{{release}}-build/latest/$arch/"
|
||||
state: present
|
||||
tags: modularity
|
||||
|
||||
|
||||
- name: create the module-{{release}}-build tag
|
||||
koji_tag:
|
||||
koji: koji
|
||||
name: "module-{{release}}-build"
|
||||
state: present
|
||||
inheritance:
|
||||
- parent: "module-package-list"
|
||||
priority: 0
|
||||
external_repos:
|
||||
- repo: "{{release}}-build"
|
||||
priority: 5
|
||||
tags: modularity
|
||||
|
||||
|
||||
- name: create the {{release}} target
|
||||
koji_target:
|
||||
koji: koji
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue