From 9615155a2f601b092090dd08f82beb6ae229d50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zachar?= Date: Fri, 16 May 2025 09:46:33 +0200 Subject: [PATCH] drop: note all repos and instaled packages --- plans/runtime.fmf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plans/runtime.fmf b/plans/runtime.fmf index 155fd7c..18c1dac 100644 --- a/plans/runtime.fmf +++ b/plans/runtime.fmf @@ -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 +