Files
fedora-infra_ansible/roles
Mathieu Bridon 187de33c8a distgit: Improve error reporting to the client
There is a send_error method, which sends the error message back to the
client. (pyrpkg in our case)

Unfortunately, that method doesn't send back an error HTTP status code,
which I'm assuming must be interpreted as a "200 OK" status.

pyrpkg completely ignore the text sent back by the server, unless the
status code is not 200, which means all those errors are silently
ignored.

This commit makes sure the send_error method will always return an error
status ("500 Internal Server Error" by default), and moves all the error
handling code to use that method, specifying their own status code if
needed.
2015-06-04 10:58:50 +02:00
..
2015-05-28 16:15:29 +00:00
2015-06-01 13:30:37 +00:00
2015-05-07 18:33:37 +00:00
2015-05-12 18:07:21 +02:00
2015-05-31 15:30:26 +00:00
2015-06-02 15:22:15 +00:00
2015-06-02 09:01:41 +00:00
2015-05-31 20:26:18 +00:00
2015-04-28 19:04:45 +00:00
2015-05-18 22:02:13 +00:00
2015-05-11 16:14:21 +00:00
2015-06-01 19:33:51 +00:00
2015-04-29 16:38:04 +02:00
2015-04-29 16:34:19 +02:00
2015-05-14 15:39:00 +00:00
2015-06-02 19:16:18 +00:00
2015-06-03 06:34:36 +00:00

Space for our ansible roles - ansible 1.2 and above only