mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system: don't wait for copr builds
This really only matters for my build automation setup, but since I build from the files in the repo... I have to push this into master. Otherwise my build processes stall until the builds on the COPR site finish. Which isn't useful. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
76985d554f
commit
e41d877e53
1 changed files with 1 additions and 1 deletions
|
@ -79,5 +79,5 @@ if [[ "$1" = "post" ]] ; then
|
|||
cd rpmbuild
|
||||
cat ../../subsurface/packaging/copr/subsurface.spec | sed "s/%define latestVersion.*/%define latestVersion $VERSION/;s/DESCRIPTION/$DESCRIPTION/;s/SUMMARY/$SUMMARY/" > SPECS/subsurface.spec
|
||||
rpmbuild --verbose -bs $(pwd)/SPECS/subsurface.spec
|
||||
copr build $REPO $(pwd)/SRPMS/subsurface-$VERSION-1.fc*.src.rpm
|
||||
copr build --nowait $REPO $(pwd)/SRPMS/subsurface-$VERSION-1.fc*.src.rpm
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue