scripts/send-error-report: use a real server as the default

Now that there is a public instance [1] of the error report web interface [2],
we should set it as the default.

[1] http://errors.yoctoproject.org/
[2] http://git.yoctoproject.org/cgit/cgit.cgi/error-report-web/

(From OE-Core rev: 346c3cbd7987044279267ec9c987887099cafe48)

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Stefan Stanacar
2014-04-17 13:35:04 +03:00
committed by Richard Purdie
parent 3c8da7d5bc
commit f9c2b9083e

View File

@@ -77,4 +77,4 @@ if __name__ == '__main__':
elif len(sys.argv) == 3:
sendData(sys.argv[1], sys.argv[2])
else:
sendData(sys.argv[1], "localhost:8000")
sendData(sys.argv[1], "errors.yoctoproject.org")