mrshughes and retag-email mods

This commit is contained in:
Petr Nyc
2026-03-18 11:00:49 +01:00
parent 4eaf054c8a
commit 8e7c99edcf
2 changed files with 10 additions and 5 deletions

View File

@@ -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

View File

@@ -273,8 +273,8 @@ notmuch tag +on +gkap +logs +s11u4-sru \
# notmuch tag +on +gkap +logs +s11u4-sru \
# tag:new AND from:rpe_sme_ww_grp@oracle.com AND subject:"/INTERIM.GK.Backport.report.for.GKAP_11.4.*/"
notmuch tag +on +gkap +logs +s11u4-sru \
tag:new AND from:rpe_sme_ww_grp@oracle.com AND subject:"/INTERIM.GK.Backport.report.for.GKAP_11.4.*/"
# notmuch tag +on +gkap +logs +s11u4-sru \
# "tag:new AND subject:/.*Build.*GKAB.*Completed/"