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,