git.annexia.org
/
goaljobs-goals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27528c9
)
Don't need to echo output on failure, since goaljobs now echos output from shout...
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 20 Sep 2013 13:18:41 +0000
(14:18 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 20 Sep 2013 13:18:41 +0000
(14:18 +0100)
fedora.ml
patch
|
blob
|
history
diff --git
a/fedora.ml
b/fedora.ml
index
7d1d70b
..
6575dbf
100644
(file)
--- a/
fedora.ml
+++ b/
fedora.ml
@@
-150,7
+150,6
@@
let koji_build =
if not wait then (
(* Just check the task was created. *)
if not (Pcre.pmatch ~rex:created_task out) then (
- eprintf "%s\n%!" out;
failwith "fedpkg build: build failed to start"
)
) else (
@@
-169,7
+168,6
@@
let koji_build =
else if completed_successfully out then
()
else if failed out then (
- eprintf "%s\n%!" out;
failwith "koji build failed"
)
else