浏览代码

Do wait for build to finish

Most of the time we want to anyway, and it's easy to interrupt if
needed.
Alois Mahdal 6 年前
父节点
当前提交
ae1fce0e53
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      trigger_copr

+ 1
- 1
trigger_copr 查看文件

@@ -127,7 +127,7 @@ main() {
127 127
         warn "===== END slop.spec ====="
128 128
         exit 1
129 129
     }
130
-    copr build --nowait "$CoprProject" "$Tmp/slop.spec"
130
+    copr build "$CoprProject" "$Tmp/slop.spec"
131 131
     rm -rf "$Tmp"
132 132
 }
133 133