|
|
@@ -41,7 +41,7 @@ trigger() {
|
|
41
|
41
|
/^Release/ s|__SLOP_RELEASE__|$Release|
|
|
42
|
42
|
/^Source0/ s|__SLOP_URLBASE__|$UrlBase|
|
|
43
|
43
|
" <slop.spec.in >"$Tmp/slop.spec"
|
|
44
|
|
- copr build "$CoprProject" "$Tmp/slop.spec"
|
|
|
44
|
+ copr build --nowait "$CoprProject" "$Tmp/slop.spec"
|
|
45
|
45
|
}
|
|
46
|
46
|
|
|
47
|
47
|
git_guess() {
|