drop: note all repos and instaled packages
This commit is contained in:
parent
59c48c8247
commit
9615155a2f
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue