Browse Source

Just trigger it, don't wait for it

Alois Mahdal 6 years ago
parent
commit
a53db44fe9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      trigger_copr

+ 1
- 1
trigger_copr View File

41
         /^Release/ s|__SLOP_RELEASE__|$Release|
41
         /^Release/ s|__SLOP_RELEASE__|$Release|
42
         /^Source0/ s|__SLOP_URLBASE__|$UrlBase|
42
         /^Source0/ s|__SLOP_URLBASE__|$UrlBase|
43
     " <slop.spec.in >"$Tmp/slop.spec"
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
 git_guess() {
47
 git_guess() {