[VOL-5032] - Build and deploy voltha-system-tests for v2.12
VERSION
=======
o Bump version string to initiate a triage build for release.
makefiles/
==========
o https://github.com/opencord/onf-make
o Update to the latest version of onf-make library makefiles
to enable additional linting targets.
Change-Id: I4cdc959d616174573014bd6343825492b01e456b
diff --git a/patches/python_310_migration.sh b/patches/python_310_migration.sh
index 821d2c6..0d596cf 100755
--- a/patches/python_310_migration.sh
+++ b/patches/python_310_migration.sh
@@ -17,7 +17,7 @@
set -euo pipefail
-dst="vst_venv"
+dst="vst_venv" # rename to .venv
src="staging"
pat="patches"
@@ -45,6 +45,8 @@
EOH
;;
+ --venv) dst="$1"; shift ;;
+
apply)
pushd "$dst" || { echo "pushd $dst failed"; exit 1; }
for fyl in "${fyls[@]}";