From 90a955761db4724f0222527a129a3904d6d8aa6e Mon Sep 17 00:00:00 2001 From: Stefan Stanacar Date: Thu, 17 Apr 2014 13:35:04 +0300 Subject: 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 Signed-off-by: Richard Purdie --- scripts/send-error-report | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/send-error-report b/scripts/send-error-report index 8eea3cfebb..d23ae27dda 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") -- cgit 1.2.3-korg