Fix comment typos in inc/ and tests/ directories
valu3 => value3 enviromnet => environment direcotry => directory virualenv => virtualenv editiable => editable envirnment => environment Change-Id: I97fb2d44a37b16d02d4fbdb08bfa33414349f651
This commit is contained in:
parent
bf81732b12
commit
5509ed5797
@ -205,7 +205,7 @@ $option = $value
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Set a multiple line option in an INI file
|
# Set a multiple line option in an INI file
|
||||||
# iniset_multiline [-sudo] config-file section option value1 value2 valu3 ...
|
# iniset_multiline [-sudo] config-file section option value1 value2 value3 ...
|
||||||
function iniset_multiline {
|
function iniset_multiline {
|
||||||
local xtrace
|
local xtrace
|
||||||
xtrace=$(set +o | grep xtrace)
|
xtrace=$(set +o | grep xtrace)
|
||||||
|
@ -17,7 +17,7 @@ set +o xtrace
|
|||||||
|
|
||||||
# Global Config Variables
|
# Global Config Variables
|
||||||
|
|
||||||
# PROJECT_VENV contains the name of the virtual enviromnet for each
|
# PROJECT_VENV contains the name of the virtual environment for each
|
||||||
# project. A null value installs to the system Python directories.
|
# project. A null value installs to the system Python directories.
|
||||||
declare -A PROJECT_VENV
|
declare -A PROJECT_VENV
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ function get_pip_command {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Get the path to the direcotry where python executables are installed.
|
# Get the path to the directory where python executables are installed.
|
||||||
# get_python_exec_prefix
|
# get_python_exec_prefix
|
||||||
function get_python_exec_prefix {
|
function get_python_exec_prefix {
|
||||||
local xtrace
|
local xtrace
|
||||||
@ -93,7 +93,7 @@ function pip_install {
|
|||||||
fi
|
fi
|
||||||
if [[ $TRACK_DEPENDS = True && ! "$@" =~ virtualenv ]]; then
|
if [[ $TRACK_DEPENDS = True && ! "$@" =~ virtualenv ]]; then
|
||||||
# TRACK_DEPENDS=True installation creates a circular dependency when
|
# TRACK_DEPENDS=True installation creates a circular dependency when
|
||||||
# we attempt to install virtualenv into a virualenv, so we must global
|
# we attempt to install virtualenv into a virtualenv, so we must global
|
||||||
# that installation.
|
# that installation.
|
||||||
source $DEST/.venv/bin/activate
|
source $DEST/.venv/bin/activate
|
||||||
local cmd_pip=$DEST/.venv/bin/pip
|
local cmd_pip=$DEST/.venv/bin/pip
|
||||||
@ -199,7 +199,7 @@ function setup_lib {
|
|||||||
setup_install $dir
|
setup_install $dir
|
||||||
}
|
}
|
||||||
|
|
||||||
# setup a library by name in editiable mode. If we are trying to use
|
# setup a library by name in editable mode. If we are trying to use
|
||||||
# the library from git, we'll do a git based install, otherwise we'll
|
# the library from git, we'll do a git based install, otherwise we'll
|
||||||
# punt and the library should be installed by a requirements pull from
|
# punt and the library should be installed by a requirements pull from
|
||||||
# another project.
|
# another project.
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# Set USE_SCREEN True|False to change use of screen.
|
# Set USE_SCREEN True|False to change use of screen.
|
||||||
#
|
#
|
||||||
# This script emulates the basic exec envirnment in ``stack.sh`` to test
|
# This script emulates the basic exec environment in ``stack.sh`` to test
|
||||||
# the process spawn and kill operations.
|
# the process spawn and kill operations.
|
||||||
|
|
||||||
if [[ -z $1 ]]; then
|
if [[ -z $1 ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user