From c43d47000aef9df8a1bdc19aed8b0b9e2ac2af7b Mon Sep 17 00:00:00 2001 From: David Murphy Date: Wed, 3 Jul 2024 10:00:22 -0600 Subject: [PATCH] Added debugging for Debian git-master --- bootstrap-salt.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 5a78d96..f8d8914 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -619,6 +619,7 @@ if [ "$ITYPE" = "git" ]; then # Disable shell warning about unbound variable during git install STABLE_REV="latest" + ONEDIR_REV="latest" # If doing stable install, check if version specified elif [ "$ITYPE" = "stable" ]; then @@ -3534,6 +3535,7 @@ __install_saltstack_debian_onedir_repository() { ## DGM Debugging set -v set -x + echodebug "__install_saltstack_debian_onedir_repository() entry" DEBIAN_RELEASE="$DISTRO_MAJOR_VERSION" DEBIAN_CODENAME="$DISTRO_CODENAME" @@ -3638,6 +3640,11 @@ install_debian_onedir_deps() { ## DGM Debugging set -v set -x + + echodebug "install_debian_onedir_git_deps() entry" + + echodebug "DGM Debian A checking STABLE_REV ,${STABLE_REV}, ONEDIR_REV ,$ONEDIR_REV," + if [ "$_START_DAEMONS" -eq $BS_FALSE ]; then echowarn "Not starting daemons on Debian based distributions is not working mostly because starting them is the default behaviour." fi