We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
libmodulemd-ci
1 parent 99619d2 commit 7e90af1Copy full SHA for 7e90af1
1 file changed
.ci/fedora/ci-tasks.sh
@@ -70,15 +70,17 @@ createrepo_c $arch
70
$RETRY_CMD dnf -y install --nogpgcheck \
71
--allowerasing \
72
--repofrompath libmodulemd-ci,$arch \
73
- $arch/python3-libmodulemd*.rpm \
74
- $arch/libmodulemd-devel*.rpm
+ --repo libmodulemd-ci \
+ python3-libmodulemd*.rpm \
75
+ libmodulemd-devel*.rpm
76
77
# Also install the python2-libmodulemd if it was built for this release
78
# the ||: at the end instructs bash to consider this a pass either way.
79
dnf -y install --nogpgcheck \
80
81
- $arch/python2-libmodulemd*.rpm ||:
82
83
+ python2-libmodulemd*.rpm ||:
84
popd #build_rpm
85
86
meson --buildtype=release \
0 commit comments