Skip to content

Commit

Permalink
Little fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinD42 committed Apr 23, 2020
1 parent c8db92e commit cc88ed1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down
2 changes: 1 addition & 1 deletion docker/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packaging/HOWTO-Release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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...

Expand Down

0 comments on commit cc88ed1

Please sign in to comment.