X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fedora.ml;h=6575dbfa00bc127f7df1e48f05b754363ab452f8;hb=e1faf14f3230840b4c60c317ea974e7c84eb340b;hp=7d1d70bfdf3297135467a84809a6e3c520944805;hpb=0d2e46d0e9958d635550bbe3df0a985f129914c0;p=goaljobs-goals.git diff --git a/fedora.ml b/fedora.ml index 7d1d70b..6575dbf 100644 --- 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