Skip to content

Commit bdefc97

Browse files
committed
adding option for fedora package dump
1 parent af02d74 commit bdefc97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/ci.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ def endtest(container,report_tests,report_containers,report_status,tag,build_ver
206206
command = 'apk info -v'
207207
elif base == 'debian' or base == 'ubuntu':
208208
command = 'apt list'
209+
elif base == 'fedora':
210+
command = 'rpm -qa'
209211
try:
210212
info = container.exec_run(command)
211213
packages = info[1].decode("utf-8")

0 commit comments

Comments
 (0)