From 3c2d77ed694aa0cffd1f61aa254f375f35caba50 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 10 May 2017 12:36:06 -0700 Subject: [PATCH] Change sdist- builder names to dist- --- buildbot/master.cfg | 12 ++++++------ packaging/HOWTO-Release.rst | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/buildbot/master.cfg b/buildbot/master.cfg index 84570c85..d9c7c327 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -130,14 +130,14 @@ c['schedulers'].append( Nightly( branch=phoenixGitBranch, hour=1, minute=10, onlyIfChanged=True, - builderNames=["bdist-docs"])) + builderNames=["dist-docs"])) c['schedulers'].append( Nightly( name="sched-src", branch=phoenixGitBranch, hour=1, minute=10, onlyIfChanged=True, - builderNames=["bdist-src"])) + builderNames=["dist-src"])) # c['schedulers'].append( Nightly( # name="sched-vagrant", @@ -170,8 +170,8 @@ c['schedulers'].append( ForceScheduler( "dist-win64-py27", "dist-win64-py35", "dist-win64-py36", - "bdist-docs", - "bdist-src", + "dist-docs", + "dist-src", #"vagrant-bldr", ])) @@ -339,11 +339,11 @@ c['builders'] = [ factory=makeFactory('gtk3', pyVer='3.5')), - BuilderConfig(name="bdist-docs", + BuilderConfig(name="dist-docs", slavenames=["win7-py27"], factory=makeFactory('', 'docs')), - BuilderConfig(name="bdist-src", + BuilderConfig(name="dist-src", slavenames=["ubuntu-x64_86-py27"], factory=makeFactory('', 'sdist')), diff --git a/packaging/HOWTO-Release.rst b/packaging/HOWTO-Release.rst index 81a52a05..1279f388 100644 --- a/packaging/HOWTO-Release.rst +++ b/packaging/HOWTO-Release.rst @@ -15,7 +15,7 @@ HOWTO Release wxPython Phoenix 3. Log in to buildbot master -4. On the "Builders" page check the dist-* and the bdist-* builders +4. On the "Builders" page check all of the dist-* builders 5. Set a name/value pair to buildargs/--release @@ -24,7 +24,7 @@ HOWTO Release wxPython Phoenix 7. Click the Force Build button -8. Building wheel files for some linux distros can be done while the other +8. Building wheel files for selected linux distros can be done while the other builds are still running. Fetch the source tarball when it is finished and put it in Phoenix/dist. Run the following::