]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/send-error-report: use a real server as the default
authorStefan Stanacar <stefanx.stanacar@intel.com>
Thu, 17 Apr 2014 10:35:04 +0000 (13:35 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 19 Apr 2014 10:04:05 +0000 (11:04 +0100)
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/

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/send-error-report

index 8eea3cfebb0aae700052f63eea9aea85d3c05fde..d23ae27ddac25b47e8aed1648aec94ff9ad6ba7c 100755 (executable)
@@ -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")