Misssed a few 3.9.15 versions

This commit is contained in:
Twangboy 2022-11-10 07:43:02 -07:00 committed by Megan Wilhite
parent 877cd6d831
commit b7f9c2fd72
3 changed files with 3 additions and 3 deletions

View file

@ -94,7 +94,7 @@ echo "**** Setting Variables"
SRCDIR=`git rev-parse --show-toplevel`
PKGRESOURCES=$SRCDIR/pkg/osx
PY_VERSION=3.9
PY_DOT_VERSION=3.9.12
PY_DOT_VERSION=3.9.15
################################################################################
# Make sure this is the Salt Repository

View file

@ -19,7 +19,7 @@
###############################################################################
# Define Variables
###############################################################################
PY_DOT_VERSION=3.9.12
PY_DOT_VERSION=3.9.15
INSTALL_DIR="/opt/salt"
BIN_DIR="$INSTALL_DIR/bin"
CONFIG_DIR="/etc/salt"

View file

@ -68,7 +68,7 @@ quit_on_error() {
echo "**** Setting Variables"
INSTALL_DIR=/opt/salt
PY_VERSION=3.9
PY_DOT_VERSION=3.9.12
PY_DOT_VERSION=3.9.15
CMD_OUTPUT=$(mktemp -t cmd.log)
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)