From fb3d40bc72dff12cc74733bacfe1797cfee4c89a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 2 Dec 2013 20:10:05 +0000 Subject: [PATCH] Pull from the wx 3.0 tag for buildbot builds. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- buildbot/master.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildbot/master.cfg b/buildbot/master.cfg index 175d7a92..3630d496 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -60,7 +60,8 @@ c['slavePortnum'] = 9989 from buildbot.changes.svnpoller import SVNPoller -wxSvnUrl = 'http://svn.wxwidgets.org/svn/wx/wxWidgets/trunk' +#wxSvnUrl = 'http://svn.wxwidgets.org/svn/wx/wxWidgets/trunk' +wxSvnUrl = 'http://svn.wxwidgets.org/svn/wx/wxWidgets/tags/WX_3_0_0' phoenixSvnUrl = 'http://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk' c['change_source'] = [ SVNPoller(wxSvnUrl,