浏览代码

Just trigger it, don't wait for it

Alois Mahdal 8 年前
父节点
当前提交
a53db44fe9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      trigger_copr

+ 1
- 1
trigger_copr 查看文件

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