X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=sidebyside;f=shell%2Fcommon-variables.sh;h=5092a8eaa8cdc2112d542363df2781bd555a0c6d;hb=a86978478e005c9ab1ad7fbf24712288f7e6db65;hp=346eb727eb51f45819b1b7852982c2965eb120dd;hpb=bc5892ef503dc4039aa0aae4043e5c9b2cc9a363;p=releng%2Fglobal-jjb.git diff --git a/shell/common-variables.sh b/shell/common-variables.sh index 346eb727..5092a8ea 100644 --- a/shell/common-variables.sh +++ b/shell/common-variables.sh @@ -23,6 +23,7 @@ echo "$MAVEN_OPTIONS" # Activates the lftools virtualenv lftools_activate() { + echo "WARNING: lftools_activate should no longer be used and will be removed in a future release." virtualenv --quiet "/tmp/v/lftools" set +u # Ignore unbound variables in activate # shellcheck source=/tmp/v/lftools/bin/activate disable=SC1091