Skip to content

Commit f90dcbc

Browse files
committed
support arch package dump for ci reports
1 parent 40ee765 commit f90dcbc

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
@@ -208,6 +208,8 @@ def endtest(container,report_tests,report_containers,report_status,tag,build_ver
208208
command = 'apt list'
209209
elif base == 'fedora':
210210
command = 'rpm -qa'
211+
elif base == 'arch':
212+
command = 'pacman -Q'
211213
try:
212214
info = container.exec_run(command)
213215
packages = info[1].decode("utf-8")

0 commit comments

Comments
 (0)