Changeset 130025 in webkit
- Timestamp:
- Oct 1, 2012, 3:36:09 AM (13 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json
r129229 r130025 203 203 "name": "Qt Linux Release", "type": "BuildAndTest", "builddir": "qt-linux-release", 204 204 "platform": "qt-4.8", "configuration": "release", "architectures": ["i386"], 205 "SVNMirror": "svn:// rain.inf.u-szeged.hu/webkit/",205 "SVNMirror": "svn://webkit.inf.u-szeged.hu/webkit/", 206 206 "slavenames": ["szeged-linux-1"] 207 207 }, 208 208 { 209 209 "name": "Qt Linux Release minimal", "type": "Build", "builddir": "qt-linux-release-minimal", 210 "SVNMirror": "svn:// rain.inf.u-szeged.hu/webkit/",210 "SVNMirror": "svn://webkit.inf.u-szeged.hu/webkit/", 211 211 "platform": "qt-4.8", "configuration": "release", "architectures": ["i386"], 212 212 "slavenames": ["szeged-linux-2"] … … 214 214 { 215 215 "name": "Qt Linux 64-bit Release (Perf)", "type": "BuildAndPerfTest", "builddir": "qt-linux-64-release-perf-tests", 216 "SVNMirror": "svn:// rain.inf.u-szeged.hu/webkit/",216 "SVNMirror": "svn://webkit.inf.u-szeged.hu/webkit/", 217 217 "platform": "qt-5.0-wk1", "configuration": "release", "architectures": ["x86_64"], 218 218 "slavenames": ["szeged-linux-3"] … … 220 220 { 221 221 "name": "Qt Linux 64-bit Release (WebKit2 Perf)", "type": "BuildAndPerfTestWebKit2", "builddir": "qt-linux-64-release-wk2-perf-tests", 222 "SVNMirror": "svn:// rain.inf.u-szeged.hu/webkit/",222 "SVNMirror": "svn://webkit.inf.u-szeged.hu/webkit/", 223 223 "platform": "qt-5.0-wk2", "configuration": "release", "architectures": ["x86_64"], 224 224 "slavenames": ["szeged-linux-5"] … … 226 226 { 227 227 "name": "Qt Linux ARMv7 Release", "type": "Build", "builddir": "qt-linux-armv7-release", 228 "SVNMirror": "svn:// rain.inf.u-szeged.hu/webkit:3389/",228 "SVNMirror": "svn://webkit.inf.u-szeged.hu/webkit:3389/", 229 229 "platform": "qt-arm", "configuration": "release", "architectures": ["armv7"], 230 230 "slavenames": ["szeged-linux-4"] … … 237 237 { 238 238 "name": "Qt Windows 32-bit Release", "type": "Build", "builddir": "qt-windows-32bit-release", 239 "SVNMirror": "svn:// rain.inf.u-szeged.hu/webkit/",239 "SVNMirror": "svn://webkit.inf.u-szeged.hu/webkit/", 240 240 "platform": "qt-win", "configuration": "release", "architectures": ["i386"], 241 241 "slavenames": ["szeged-windows-1"] … … 243 243 { 244 244 "name": "Qt Windows 32-bit Debug", "type": "Build", "builddir": "qt-windows-32bit-debug", 245 "SVNMirror": "svn:// rain.inf.u-szeged.hu/webkit/",245 "SVNMirror": "svn://webkit.inf.u-szeged.hu/webkit/", 246 246 "platform": "qt-win", "configuration": "debug", "architectures": ["i386"], 247 247 "slavenames": ["szeged-windows-2"] -
trunk/Tools/ChangeLog
r130020 r130025 1 2012-10-01 Csaba Osztrogonác <ossy@webkit.org> 2 3 Unreviewed, update the URL of the Szeged SVN mirror. 4 5 * BuildSlaveSupport/build.webkit.org-config/config.json: 6 1 7 2012-10-01 Yuta Kitamura <yutak@chromium.org> 2 8
Note:
See TracChangeset
for help on using the changeset viewer.