From 89f292cb641869b287df79983fd35e93d8db9db7 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 13 Sep 2018 22:18:23 -0400 Subject: [PATCH] Deprecate lftools-install.sh script 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 --- releasenotes/notes/deprecate-lftools-install-681dd26667fd9e2b.yaml | 6 ++++++ shell/lftools-install.sh | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 releasenotes/notes/deprecate-lftools-install-681dd26667fd9e2b.yaml diff --git a/releasenotes/notes/deprecate-lftools-install-681dd26667fd9e2b.yaml b/releasenotes/notes/deprecate-lftools-install-681dd26667fd9e2b.yaml new file mode 100644 index 00000000..e6241922 --- /dev/null +++ b/releasenotes/notes/deprecate-lftools-install-681dd26667fd9e2b.yaml @@ -0,0 +1,6 @@ +--- +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. diff --git a/shell/lftools-install.sh b/shell/lftools-install.sh index a6792ed7..17a0e79c 100644 --- a/shell/lftools-install.sh +++ b/shell/lftools-install.sh @@ -9,6 +9,8 @@ # 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 # -- 2.16.6