Little fixes

This commit is contained in:
Robin Dunn
2020-04-10 20:32:08 -07:00
parent c8db92e07e
commit cc88ed14d9
3 changed files with 3 additions and 3 deletions

View File

@@ -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':

View File

@@ -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)

View File

@@ -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...