Browse Source

minor changes

main
Nicolas Massé 1 month ago
parent
commit
ebb711718a
  1. 1
      .copr/Makefile
  2. 2
      build.sh

1
.copr/Makefile

@ -4,5 +4,4 @@ srpm:
git lfs install
git lfs pull
git lfs ls-files
git lfs status
/bin/bash -xEeuo pipefail -c 'rootdir="$$(dirname $(spec))/../"; ln -s $(outdir) $$rootdir/SRPMS; rpmbuild --define "_topdir $$rootdir" -bs $(spec)'

2
build.sh

@ -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

Loading…
Cancel
Save