py/clone
This commit is contained in:
parent
d8e681164d
commit
ce9e4de199
1 changed files with 3 additions and 3 deletions
|
@ -1016,7 +1016,7 @@ spcd_f_py_link() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
spcd_python_pip() {
|
spcd_f_py_clone() {
|
||||||
if [ -n "${1}" ]; then
|
if [ -n "${1}" ]; then
|
||||||
local name path target
|
local name path target
|
||||||
name="$(basename "${1}")"
|
name="$(basename "${1}")"
|
||||||
|
@ -1426,7 +1426,7 @@ spcd_step__python_modules() {
|
||||||
spcd_step "List"
|
spcd_step "List"
|
||||||
spcd_os_ls "${target}"
|
spcd_os_ls "${target}"
|
||||||
spcd_step "Main"
|
spcd_step "Main"
|
||||||
path="$(spcd_python_pip "${SPCD_GIT_SPCD}")"
|
path="$(spcd_f_py_clone "${SPCD_GIT_SPCD}")"
|
||||||
# check matching of file and variable
|
# check matching of file and variable
|
||||||
spcd_step "Check"
|
spcd_step "Check"
|
||||||
script="${path}/bootstrap.sh"
|
script="${path}/bootstrap.sh"
|
||||||
|
@ -1439,7 +1439,7 @@ spcd_step__python_modules() {
|
||||||
ls -l "${script}"
|
ls -l "${script}"
|
||||||
"${_SPCD_CMD_SUM}" -c "${check}" || spcd_error_ci "SPCD"
|
"${_SPCD_CMD_SUM}" -c "${check}" || spcd_error_ci "SPCD"
|
||||||
spcd_step "Root"
|
spcd_step "Root"
|
||||||
spcd_python_pip "${SPCD_GIT_RWX}"
|
spcd_f_py_clone "${SPCD_GIT_RWX}"
|
||||||
spcd_step "List"
|
spcd_step "List"
|
||||||
spcd_os_ls "${target}"
|
spcd_os_ls "${target}"
|
||||||
spcd_step_out
|
spcd_step_out
|
||||||
|
|
Loading…
Reference in a new issue