summaryrefslogtreecommitdiffstats
path: root/scripts/send-error-report
diff options
context:
space:
mode:
authorStefan Stanacar <stefanx.stanacar@intel.com>2014-04-17 13:35:04 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-19 11:04:40 +0100
commit0c4d56c86feeeb5d5ecd2f663e1df4ea36b2c8cf (patch)
treecf741df9908b85556a798c8ad8f4969e30a6b8ba /scripts/send-error-report
parenta2f39919c17a17091e105131b67cb8496450497d (diff)
downloadpoky-0c4d56c86feeeb5d5ecd2f663e1df4ea36b2c8cf.tar.gz
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>
Diffstat (limited to 'scripts/send-error-report')
-rwxr-xr-xscripts/send-error-report2
1 files changed, 1 insertions, 1 deletions
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__':
77 elif len(sys.argv) == 3: 77 elif len(sys.argv) == 3:
78 sendData(sys.argv[1], sys.argv[2]) 78 sendData(sys.argv[1], sys.argv[2])
79 else: 79 else:
80 sendData(sys.argv[1], "localhost:8000") 80 sendData(sys.argv[1], "errors.yoctoproject.org")