create mrshughes works again
This commit is contained in:
@@ -40,24 +40,21 @@ pwd
|
||||
cd "${DIR}/${REPO}"
|
||||
pwd
|
||||
|
||||
source proxy on
|
||||
source proxy off
|
||||
$RM -rf 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
|
||||
common/tools/create_virtualenv /opt/homebrew/bin/python3.11 requirements.txt venv
|
||||
|
||||
echo '[alias]' >> .hg/hgrc
|
||||
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.14:g' < Makefile.inc > "$tmpmake"
|
||||
sed 's:PYTHON3=python3.7:PYTHON3=python3.11:g' < Makefile.inc > "$tmpmake"
|
||||
$MV "$tmpmake" Makefile.inc
|
||||
|
||||
|
||||
@@ -98,4 +95,3 @@ patch -p0 defaults.devel.yml < defaults_devel_patch
|
||||
source proxy off
|
||||
cd "${DIR}/${REPO}/solaris/userland/sru/"
|
||||
make lint
|
||||
|
||||
|
||||
Reference in New Issue
Block a user