mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Little fixes
This commit is contained in:
2
build.py
2
build.py
@@ -1678,7 +1678,7 @@ def cmd_build_docker(options, args):
|
||||
# Requirements: Docker
|
||||
# Internet connection for downloading docker images, if needed
|
||||
# One wxPython source archive in ./dist (created with cmd_sdist)
|
||||
cmdTimer = CommandTimer('bdist_docker')
|
||||
cmdTimer = CommandTimer('build_docker')
|
||||
cfg = Config(noWxConfig=True)
|
||||
cmd = ['inv', 'build-wxpython']
|
||||
if options.docker_img != 'all':
|
||||
|
||||
@@ -125,7 +125,7 @@ def run(ctx, image_tag, cmd=None, gui=False, port=5901, keep=False):
|
||||
pty=True, echo=True)
|
||||
|
||||
|
||||
def _get_all_distros(gui):
|
||||
def _get_all_distros(gui=False):
|
||||
os.chdir(HERE)
|
||||
wildcard = os.path.join('gui' if gui else 'build', '*-*')
|
||||
all_matching = glob.glob(wildcard)
|
||||
|
||||
@@ -28,7 +28,7 @@ HOWTO Release wxPython Phoenix
|
||||
builds are still running. Fetch the source tarball when it is finished and put
|
||||
it in Phoenix/dist. Run the following::
|
||||
|
||||
python build.py build_vagrant --release --upload
|
||||
python build.py build_docker --release --upload
|
||||
|
||||
8. Go do something else for a couple hours...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user