mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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: 346c3cbd7987044279267ec9c987887099cafe48) Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3c8da7d5bc
commit
f9c2b9083e
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user