X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fcommon-variables.sh;h=5092a8eaa8cdc2112d542363df2781bd555a0c6d;hb=6b4eba38370203ded897068371a4e50255ef588b;hp=2b74fa5d8c58ad434987c8b61ba6f80b611a4a8b;hpb=8effe0e8ab26bb71f560c5d87099fdb9f192b086;p=releng%2Fglobal-jjb.git diff --git a/shell/common-variables.sh b/shell/common-variables.sh index 2b74fa5d..5092a8ea 100644 --- a/shell/common-variables.sh +++ b/shell/common-variables.sh @@ -8,7 +8,7 @@ # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html ############################################################################## - +echo "---> common-variables.sh" # This file contains a list of variables that are generally useful in many # scripts. It is meant to be sourced in other scripts so that the variables can # be called. @@ -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