[oe-commits] Stefan Stanacar : scripts/send-error-report: use a real server as the default

git at git.openembedded.org git at git.openembedded.org
Sat Apr 19 10:05:29 UTC 2014


Module: openembedded-core.git
Branch: daisy
Commit: 346c3cbd7987044279267ec9c987887099cafe48
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=346c3cbd7987044279267ec9c987887099cafe48

Author: Stefan Stanacar <stefanx.stanacar at intel.com>
Date:   Thu Apr 17 13:35:04 2014 +0300

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/

Signed-off-by: Stefan Stanacar <stefanx.stanacar at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/send-error-report | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/send-error-report b/scripts/send-error-report
index 8eea3cf..d23ae27 100755
--- a/scripts/send-error-report
+++ b/scripts/send-error-report
@@ -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")



More information about the Openembedded-commits mailing list