mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Change sdist- builder names to dist-
This commit is contained in:
@@ -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')),
|
||||
|
||||
|
||||
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user