Skip to content
Snippets Groups Projects
Commit c188ff07 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[bootstrap] Remove oudated doc

parent 702c1bee
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3 #!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
'''Bootstraps a new miniconda installation and prepares it for development
This command uses a bare-minimum python3 installation (with SSL support) to '''Bootstraps a new miniconda installation and prepares it for development'''
bootstrap a new miniconda installation preset for the defined activity. It is
primarily intended for CI operation and prefixes build and deployment steps.
Usage: python3 %s <cmd> build|local|channel [<name>]
Arguments:
<cmd> How to prepare the current environment. Use:
build to build bob.devtools
local to bootstrap deploy|pypi stages for bob.devtools builds
channel to bootstrap CI environment for beta/stable builds
test to locally test this bootstrap script
<name> (optional) if command is one of ``local|beta|stable`` provide the
name of env for bob.devtools installation')
'''
_BASE_CONDARC = '''\ _BASE_CONDARC = '''\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment