This script if used without calling `deactivate` gets in the way of
our post-build scripts and causes UNSTABLE build. Deprecate it as
we are no longer using it in global-jjb.
Change-Id: I84654b20490d5aa7e84e5e7330a59936dc7a6f0d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
--- /dev/null
+---
+deprecations:
+ - |
+ lftools-install.sh is deprecated and will be removed in a future release.
+ We recommend installing lftools via `pip install --user lftools` to install
+ instead of using this script.
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
echo "---> lftools-install.sh"
+echo "WARNING: The lftools-install.sh script is deprecated. We now recommend \
+to use `pip install --user lftools` to install."
# Script to install lftools via a version passed in via lf-infra-parameters
#