Browse Source

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 years ago
parent
commit
ae1fce0e53
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      trigger_copr

+ 1
- 1
trigger_copr View File

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