mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Change sdist- builder names to dist-
This commit is contained in:
@@ -130,14 +130,14 @@ c['schedulers'].append( Nightly(
|
|||||||
branch=phoenixGitBranch,
|
branch=phoenixGitBranch,
|
||||||
hour=1, minute=10,
|
hour=1, minute=10,
|
||||||
onlyIfChanged=True,
|
onlyIfChanged=True,
|
||||||
builderNames=["bdist-docs"]))
|
builderNames=["dist-docs"]))
|
||||||
|
|
||||||
c['schedulers'].append( Nightly(
|
c['schedulers'].append( Nightly(
|
||||||
name="sched-src",
|
name="sched-src",
|
||||||
branch=phoenixGitBranch,
|
branch=phoenixGitBranch,
|
||||||
hour=1, minute=10,
|
hour=1, minute=10,
|
||||||
onlyIfChanged=True,
|
onlyIfChanged=True,
|
||||||
builderNames=["bdist-src"]))
|
builderNames=["dist-src"]))
|
||||||
|
|
||||||
# c['schedulers'].append( Nightly(
|
# c['schedulers'].append( Nightly(
|
||||||
# name="sched-vagrant",
|
# name="sched-vagrant",
|
||||||
@@ -170,8 +170,8 @@ c['schedulers'].append( ForceScheduler(
|
|||||||
"dist-win64-py27",
|
"dist-win64-py27",
|
||||||
"dist-win64-py35",
|
"dist-win64-py35",
|
||||||
"dist-win64-py36",
|
"dist-win64-py36",
|
||||||
"bdist-docs",
|
"dist-docs",
|
||||||
"bdist-src",
|
"dist-src",
|
||||||
#"vagrant-bldr",
|
#"vagrant-bldr",
|
||||||
]))
|
]))
|
||||||
|
|
||||||
@@ -339,11 +339,11 @@ c['builders'] = [
|
|||||||
factory=makeFactory('gtk3', pyVer='3.5')),
|
factory=makeFactory('gtk3', pyVer='3.5')),
|
||||||
|
|
||||||
|
|
||||||
BuilderConfig(name="bdist-docs",
|
BuilderConfig(name="dist-docs",
|
||||||
slavenames=["win7-py27"],
|
slavenames=["win7-py27"],
|
||||||
factory=makeFactory('', 'docs')),
|
factory=makeFactory('', 'docs')),
|
||||||
|
|
||||||
BuilderConfig(name="bdist-src",
|
BuilderConfig(name="dist-src",
|
||||||
slavenames=["ubuntu-x64_86-py27"],
|
slavenames=["ubuntu-x64_86-py27"],
|
||||||
factory=makeFactory('', 'sdist')),
|
factory=makeFactory('', 'sdist')),
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ HOWTO Release wxPython Phoenix
|
|||||||
|
|
||||||
3. Log in to buildbot master
|
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
|
5. Set a name/value pair to buildargs/--release
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ HOWTO Release wxPython Phoenix
|
|||||||
|
|
||||||
7. Click the Force Build button
|
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
|
builds are still running. Fetch the source tarball when it is finished and put
|
||||||
it in Phoenix/dist. Run the following::
|
it in Phoenix/dist. Run the following::
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user