Compare commits
No commits in common. "8fdb29fae3555754d638e8f85d835816a35814bd" and "07f7b5830cda23905e6724a4ef79ad06f7976e81" have entirely different histories.
8fdb29fae3
...
07f7b5830c
1 changed files with 1 additions and 5 deletions
|
@ -331,7 +331,6 @@ SPCD_PM_ZYPPER="zypper"
|
||||||
# ╰──────┴─────────────╯
|
# ╰──────┴─────────────╯
|
||||||
|
|
||||||
spcd_step__environment_defaults_print() {
|
spcd_step__environment_defaults_print() {
|
||||||
spcd_step "Print"
|
|
||||||
set -- \
|
set -- \
|
||||||
\
|
\
|
||||||
"CMD_SUM" \
|
"CMD_SUM" \
|
||||||
|
@ -354,7 +353,7 @@ spcd_step__environment_defaults_print() {
|
||||||
"URL_UBUNTU"
|
"URL_UBUNTU"
|
||||||
for spcd_step_edp__item in "${@}"; do
|
for spcd_step_edp__item in "${@}"; do
|
||||||
spcd_step_edp__name="SPCD_${spcd_step_edp__item}"
|
spcd_step_edp__name="SPCD_${spcd_step_edp__item}"
|
||||||
eval "spcd_step_edp__value=\"\${${spcd_step_edp__name}}\""
|
eval "spcd_step_edp__value=\${${spcd_step_edp__name}}"
|
||||||
if [ -n "${spcd_step_edp__value}" ]; then
|
if [ -n "${spcd_step_edp__value}" ]; then
|
||||||
spcd_os_printenv "${spcd_step_edp__name}"
|
spcd_os_printenv "${spcd_step_edp__name}"
|
||||||
fi
|
fi
|
||||||
|
@ -362,7 +361,6 @@ spcd_step__environment_defaults_print() {
|
||||||
}
|
}
|
||||||
|
|
||||||
spcd_step__environment_defaults_set() {
|
spcd_step__environment_defaults_set() {
|
||||||
spcd_step "Set"
|
|
||||||
[ -n "${SPCD_CMD_SUM}" ] || SPCD_CMD_SUM="sha512sum"
|
[ -n "${SPCD_CMD_SUM}" ] || SPCD_CMD_SUM="sha512sum"
|
||||||
|
|
||||||
[ -n "${SPCD_DNS_1}" ] || SPCD_DNS_1="9.9.9.9"
|
[ -n "${SPCD_DNS_1}" ] || SPCD_DNS_1="9.9.9.9"
|
||||||
|
@ -1296,11 +1294,9 @@ ${SPCD_PYTHON_ALIAS} / ${spcd_stp__name}"
|
||||||
spcd_main() {
|
spcd_main() {
|
||||||
# environment
|
# environment
|
||||||
spcd_step_in "Environment"
|
spcd_step_in "Environment"
|
||||||
spcd_step_in "Defaults"
|
|
||||||
spcd_step__environment_defaults_print
|
spcd_step__environment_defaults_print
|
||||||
spcd_step__environment_defaults_set
|
spcd_step__environment_defaults_set
|
||||||
spcd_step__environment_defaults_print
|
spcd_step__environment_defaults_print
|
||||||
spcd_step_out
|
|
||||||
spcd_step__environment_set_variables
|
spcd_step__environment_set_variables
|
||||||
spcd_step__environment_list_workspace
|
spcd_step__environment_list_workspace
|
||||||
spcd_step_out
|
spcd_step_out
|
||||||
|
|
Loading…
Add table
Reference in a new issue