소스 검색

Just trigger it, don't wait for it

Alois Mahdal 6 년 전
부모
커밋
a53db44fe9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      trigger_copr

+ 1
- 1
trigger_copr 파일 보기

@@ -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() {