Skip to content
Snippets Groups Projects
Commit 6458deb3 authored by Francisco Trivino's avatar Francisco Trivino
Browse files

Adding auto COPR builds

This commit adds .copr/Makefile that calls the executable script (build-srpm.sh)
to be used for COPR SRPM generation.
parent c2f68a34
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