mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
debugging
This commit is contained in:
parent
95ff9355c5
commit
f6906be830
1 changed files with 3 additions and 0 deletions
|
@ -2849,6 +2849,9 @@ EOM
|
|||
${_pip_cmd} install ${_USE_BREAK_SYSTEM_PACKAGES} --ignore-installed ${_PIP_INSTALL_ARGS} /tmp/git/deps/* || return 1
|
||||
rm -f /tmp/git/deps/*
|
||||
|
||||
echodebug "DGM DEBUG checking pip list for setuptools, ${_pip_cmd} list"
|
||||
${_pip_cmd} list
|
||||
|
||||
echoinfo "Building Salt Python Wheel"
|
||||
|
||||
if [ "$_ECHO_DEBUG" -eq $BS_TRUE ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue