Skip to content
Snippets Groups Projects
Unverified Commit 214a31eb authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman Committed by GitHub
Browse files

Merge pull request #368 from f-trivino/copr-makefile

Adding auto COPR builds
parents c2f68a34 6458deb3
No related branches found
No related tags found
No related merge requests found
srpm:
# Setup development environment
echo "Installing base development environment"
dnf install -y dnf-plugins-core git-all
echo "Call SRPM build Script"
./utils/build-srpm.sh
if [[ "${outdir}" != "" ]]; then \
mv /builddir/build/SRPMS/* ${outdir}; \
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment