From: Thanh Ha Date: Fri, 14 Sep 2018 02:18:23 +0000 (-0400) Subject: Deprecate lftools-install.sh script X-Git-Tag: v0.25.0~7 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=89f292cb641869b287df79983fd35e93d8db9db7;p=releng%2Fglobal-jjb.git 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 --- 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 #