drop: note all repos and instaled packages

This commit is contained in:
Lukáš Zachar 2025-05-16 09:46:33 +02:00
commit 9615155a2f

View file

@ -10,3 +10,9 @@ prepare:
- name: install
how: install
exclude: '*'
- name: repolist
how: shell
script: |
dnf repolist --all > $TMT_PLAN_DATA/repolist.txt
dnf list --installed > $TMT_PLAN_DATA/dnf-list-installed.txt