mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Misssed a few 3.9.15 versions
This commit is contained in:
parent
877cd6d831
commit
b7f9c2fd72
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue