Title: [128495] trunk/Tools
Revision
128495
Author
[email protected]
Date
2012-09-13 12:52:36 -0700 (Thu, 13 Sep 2012)

Log Message

One more unreviewed trivial fix after r128399.

* BuildSlaveSupport/build.webkit.org-config/config.json: Fix URLs of the SVN mirror server.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (128494 => 128495)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2012-09-13 19:49:34 UTC (rev 128494)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2012-09-13 19:52:36 UTC (rev 128495)
@@ -200,42 +200,42 @@
                     {
                       "name": "Qt Linux Release", "type": "BuildAndTest", "builddir": "qt-linux-release",
                       "platform": "qt-4.8", "configuration": "release", "architectures": ["i386"],
-                      "SVNMirror": "svn://rain.inf.u-szeged.hu/",
+                      "SVNMirror": "svn://rain.inf.u-szeged.hu/webkit/",
                       "slavenames": ["szeged-linux-1"]
                     },
                     {
                       "name": "Qt Linux Release minimal", "type": "Build", "builddir": "qt-linux-release-minimal",
-                      "SVNMirror": "svn://rain.inf.u-szeged.hu/",
+                      "SVNMirror": "svn://rain.inf.u-szeged.hu/webkit/",
                       "platform": "qt-4.8", "configuration": "release", "architectures": ["i386"],
                       "slavenames": ["szeged-linux-2"]
                     },
                     {
                       "name": "Qt Linux 64-bit Release (Perf)", "type": "BuildAndPerfTest", "builddir": "qt-linux-64-release-perf-tests",
-                      "SVNMirror": "svn://rain.inf.u-szeged.hu/",
+                      "SVNMirror": "svn://rain.inf.u-szeged.hu/webkit/",
                       "platform": "qt-5.0-wk1", "configuration": "release", "architectures": ["x86_64"],
                       "slavenames": ["szeged-linux-3"]
                     },
                     {
                       "name": "Qt Linux 64-bit Release (WebKit2 Perf)", "type": "BuildAndPerfTestWebKit2", "builddir": "qt-linux-64-release-wk2-perf-tests",
-                      "SVNMirror": "svn://rain.inf.u-szeged.hu/",
+                      "SVNMirror": "svn://rain.inf.u-szeged.hu/webkit/",
                       "platform": "qt-5.0-wk2", "configuration": "release", "architectures": ["x86_64"],
                       "slavenames": ["szeged-linux-5"]
                     },
                     {
                       "name": "Qt Linux ARMv7 Release", "type": "Build", "builddir": "qt-linux-armv7-release",
-                      "SVNMirror": "svn://rain.inf.u-szeged.hu:3389/",
+                      "SVNMirror": "svn://rain.inf.u-szeged.hu/webkit:3389/",
                       "platform": "qt-arm", "configuration": "release", "architectures": ["armv7"],
                       "slavenames": ["szeged-linux-4"]
                     },
                     {
                       "name": "Qt Windows 32-bit Release", "type": "Build", "builddir": "qt-windows-32bit-release",
-                      "SVNMirror": "svn://rain.inf.u-szeged.hu/",
+                      "SVNMirror": "svn://rain.inf.u-szeged.hu/webkit/",
                       "platform": "qt-win", "configuration": "release", "architectures": ["i386"],
                       "slavenames": ["szeged-windows-1"]
                     },
                     {
                       "name": "Qt Windows 32-bit Debug", "type": "Build", "builddir": "qt-windows-32bit-debug",
-                      "SVNMirror": "svn://rain.inf.u-szeged.hu/",
+                      "SVNMirror": "svn://rain.inf.u-szeged.hu/webkit/",
                       "platform": "qt-win", "configuration": "debug", "architectures": ["i386"],
                       "slavenames": ["szeged-windows-2"]
                     },

Modified: trunk/Tools/ChangeLog (128494 => 128495)


--- trunk/Tools/ChangeLog	2012-09-13 19:49:34 UTC (rev 128494)
+++ trunk/Tools/ChangeLog	2012-09-13 19:52:36 UTC (rev 128495)
@@ -1,5 +1,11 @@
 2012-09-13  Csaba Osztrogonác  <[email protected]>
 
+        One more unreviewed trivial fix after r128399.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json: Fix URLs of the SVN mirror server.
+
+2012-09-13  Csaba Osztrogonác  <[email protected]>
+
         Unreviewed trivial fix after r128399.
 
         * BuildSlaveSupport/wait-for-SVN-server.py: Renamed from Tools/BuildSlaveSupport/build.webkit.org-config/wait-for-SVN-server.py.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to