mirror of
https://tvoygit.ru/Djam/r11-builder-agent.git
synced 2025-02-23 10:22:45 +00:00
use omv output rpms
This commit is contained in:
parent
7674074d21
commit
fd7ad7c3c8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ ts.setVSFlags(~(rpm.RPMVSF_NEEDPAYLOAD))
|
|||
# if some of them fail the test
|
||||
exit_code = 0
|
||||
|
||||
for pkg in glob.glob(chroot_path + "/*.rpm"):
|
||||
for pkg in glob.glob("/home/omv/output/*.rpm"):
|
||||
# Do not check src.srm
|
||||
# (can't exclude them in the glob expression above,
|
||||
# since glob doesn't support exclusion patterns)
|
||||
|
|
Loading…
Add table
Reference in a new issue