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: 90a955761db4724f0222527a129a3904d6d8aa6e)

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 a2f39919c1
commit 0c4d56c86f
1 changed files with 1 additions and 1 deletions

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")