|
|
|
@ -11,7 +11,7 @@ for dist in centos-* fedora-*; do |
|
|
|
echo "Building packages for $dist using $chroot..." |
|
|
|
for spec in $dist/SPECS/*.spec; do |
|
|
|
spec="${spec#$dist/}" |
|
|
|
copr-cli buildscm --clone-url "$GIT_REPOSITORY" --method make_srpm --subdir "$dist" --spec "$spec" --chroot "$chroot" --nowait "$COPR_PROJECT" |
|
|
|
copr-cli buildscm --clone-url "$GIT_REPOSITORY" --method make_srpm --subdir "$dist" --spec "$spec" --chroot "$chroot" --background --nowait "$COPR_PROJECT" |
|
|
|
done |
|
|
|
done |
|
|
|
|
|
|
|
|