From 849c70b09ea59425b2cfc0b3a7ae146ce54d14b5 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 24 May 2019 09:59:42 -0700 Subject: [PATCH] Switch branch for the buildbot --- buildbot/master.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/buildbot/master.cfg b/buildbot/master.cfg index 11109db9..4638db5d 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -74,9 +74,8 @@ c['slavePortnum'] = 9989 # instead of having buildbot poll the repos itself. -# TODO: Switch to the wxWidgets/Phoenix repo -phoenixGitUrl = 'https://github.com/RobinD42/Phoenix.git' -phoenixGitBranch = 'wxPy-4.0.x' +phoenixGitUrl = 'https://github.com/wxWidgets/Phoenix.git' +phoenixGitBranch = 'master'