compose-rawhide: install rpm-ostree to support new container upload
See https://pagure.io/releng/pull-request/11180#comment-184488 for more details. Basically we need rpm-ostree to upload this new format of ostree images. Note that after freeze we should just merge this into the normal installs and install it on the branched and other composers. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
4d1d4350a1
commit
9e2172db47
1 changed files with 10 additions and 0 deletions
|
@ -136,6 +136,16 @@
|
|||
tags:
|
||||
- releng
|
||||
|
||||
# merge this into above after freeze
|
||||
- name: add packages to rawhide composer
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- rpm-ostree
|
||||
tags:
|
||||
- releng
|
||||
when: inventory_hostname.startswith('compose-rawhide01.iad2')
|
||||
|
||||
- name: add pkgs from infrastructure testing repo
|
||||
dnf: state=present pkg=python3-libpagure enablerepo=infrastructure-tags-stg
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue