bin/upload_symbols.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 019e3cb1c37d74bf389b04ed9102259bdc28193e
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Tue May 24 21:31:32 2016 +0200

    don't use the VM URL anywhere
    
    Change-Id: I0967c8fcea972b2dde58e3481f4767e225d3b2ba

diff --git a/bin/upload_symbols.py b/bin/upload_symbols.py
index fd4246e..d382f70 100755
--- a/bin/upload_symbols.py
+++ b/bin/upload_symbols.py
@@ -18,8 +18,8 @@ def main():
         print("Invalid number of parameters")
         sys.exit(1)
 
-    upload_url = "http://vm171.documentfoundation.org/upload/";
-    login_url = "http://vm171.documentfoundation.org/accounts/login/";
+    upload_url = "http://crashreport.libreoffice.org/upload/";
+    login_url = "http://crashreport.libreoffice.org/accounts/login/";
 
     config = configparser.ConfigParser()
     config.read(sys.argv[2])
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to