]> code.ossystems Code Review - openembedded-core.git/commit
scripts/send-error-report: Rework script to support new features
authorMichael Wood <michael.g.wood@intel.com>
Fri, 27 Feb 2015 11:47:54 +0000 (11:47 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Mar 2015 16:00:13 +0000 (16:00 +0000)
commit5e036f3fd9caaedcd2759214766b3228299e929b
treec714716b3ed707c7a2a2bbe2caed490cfa70f0e0
parent78d269fa9a586e24ef058ba5315c696f15935f56
scripts/send-error-report: Rework script to support new features

- Add arguments to allow for non-prompted sending, json encoded response
  and link backs.
- Add feature to check the server's max_log_size
- Add feature to allow reviewing of the final data
- Be a bit more helpful if the expected fields aren't filled in instead
  of exiting.
- Remove the redundant urlencode
- Add a user-agent so that the server can identify the encoding method.
- Remove custom proxy handling - urllib should 'just work'

[YOCTO #6736]
[YOCTO #7245]
[YOCTO #7105]

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/send-error-report