26 lines
575 B
Plaintext
26 lines
575 B
Plaintext
execute:
|
|
how: tmt
|
|
|
|
discover:
|
|
- name: same_repo
|
|
how: fmf
|
|
|
|
prepare:
|
|
- name: enable crb
|
|
how: feature
|
|
crb: enabled
|
|
- name: Get rid of 'rcmtools' repo and packages installed from there
|
|
how: shell
|
|
script: |
|
|
dnf config-manager --set-disabled rcmtools || true
|
|
dnf remove -y brewkoji koji python3-brewkoji python3-defusedxml python3-koji || true
|
|
dnf distrosync -y
|
|
- name: Update packages
|
|
how: shell
|
|
script: dnf upgrade -y
|
|
- name: rpm_qa
|
|
order: 100
|
|
how: shell
|
|
script: rpm -qa | sort | tee $TMT_PLAN_DATA/rpmqa.txt
|
|
|