[OE-core] [PATCH] scripts/send-error-report: use the official server as the default

Stefan Stanacar stefanx.stanacar at intel.com
Fri Apr 11 15:54:54 UTC 2014


Now that we have an YP instance of the error report web interface [1],
that should be set as the default instead of localhost.

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

Signed-off-by: Stefan Stanacar <stefanx.stanacar at intel.com>
---
 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..3734b61 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], "error-report-web.yoctoproject.org")
-- 
1.9.0




More information about the Openembedded-core mailing list