mrshughes and retag-email mods
This commit is contained in:
@@ -11,7 +11,7 @@ if [[ -z $1 ]]; then
|
||||
# PARENT_WS='ssh://pnyc@andel.us.oracle.com//workspace/pnyc/solaris-reviews/secure-integrate/userland11.4'
|
||||
# PARENT_WS='ssh://pnyc@andel.us.oracle.com//workspace/pnyc/solaris-reviews/userland-pipeline'
|
||||
# PARENT_WS='ssh://pnyc@andel.us.oracle.com//workspace/pnyc/solaris-reviews/akidr-text'
|
||||
PARENT_WS='ssh://pnyc@andel.us.oracle.com//workspace/pnyc/solaris-reviews/on-sru'
|
||||
PARENT_WS='ssh://pnyc@andel.us.oracle.com//workspace/pnyc/solaris-reviews/akidr'
|
||||
else
|
||||
PARENT_WS=$1
|
||||
fi
|
||||
@@ -42,9 +42,14 @@ pwd
|
||||
|
||||
source proxy on
|
||||
$RM -rf venv
|
||||
virtualenv -p /opt/homebrew/bin/python3.11 venv
|
||||
virtualenv -p /opt/homebrew/bin/python3.14 venv
|
||||
source venv/bin/activate
|
||||
pip install --upgrade pip
|
||||
|
||||
# this holds upgraded python-jenkins - will it work?
|
||||
sed -E 's/^git.*$/git+file:\/\/\/Users\/jetpac\/PycharmProjects\/python-jenkins/' requirements.txt > /tmp/r
|
||||
mv /tmp/r requirements.txt
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
echo '[alias]' >> .hg/hgrc
|
||||
@@ -52,7 +57,7 @@ echo 'ci = ci -X Makefile.inc' >> .hg/hgrc
|
||||
echo 'st = st -X Makefile.inc' >> .hg/hgrc
|
||||
|
||||
tmpmake=$(mktemp)
|
||||
sed 's:PYTHON3=python3.7:PYTHON3=python3.11:g' < Makefile.inc > "$tmpmake"
|
||||
sed 's:PYTHON3=python3.7:PYTHON3=python3.14:g' < Makefile.inc > "$tmpmake"
|
||||
$MV "$tmpmake" Makefile.inc
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user