Deprecate lftools-install.sh script 99/12599/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 14 Sep 2018 02:18:23 +0000 (22:18 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 14 Sep 2018 02:18:25 +0000 (22:18 -0400)
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>
releasenotes/notes/deprecate-lftools-install-681dd26667fd9e2b.yaml [new file with mode: 0644]
shell/lftools-install.sh

diff --git a/releasenotes/notes/deprecate-lftools-install-681dd26667fd9e2b.yaml b/releasenotes/notes/deprecate-lftools-install-681dd26667fd9e2b.yaml
new file mode 100644 (file)
index 0000000..e624192
--- /dev/null
@@ -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.
index a6792ed..17a0e79 100644 (file)
@@ -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
 #