From 44d8948315476e9859a503d66b5f17f3d668f45d Mon Sep 17 00:00:00 2001 From: Petr Nyc Date: Wed, 18 Mar 2026 11:31:48 +0100 Subject: [PATCH] create mrshughes works again --- bin/create_mrshughes | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/bin/create_mrshughes b/bin/create_mrshughes index 4a203b3..03d22a1 100755 --- a/bin/create_mrshughes +++ b/bin/create_mrshughes @@ -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 -