From c188ff0771b0b72c3eb8d2f468b58c400367a505 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Sun, 20 Jan 2019 19:14:10 +0100 Subject: [PATCH] [bootstrap] Remove oudated doc --- bob/devtools/bootstrap.py | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py index 359ba766..0467f284 100644 --- a/bob/devtools/bootstrap.py +++ b/bob/devtools/bootstrap.py @@ -1,26 +1,8 @@ #!/usr/bin/env python3 # -*- 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 -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') -''' +'''Bootstraps a new miniconda installation and prepares it for development''' _BASE_CONDARC = '''\ -- GitLab