Remove deprecated lftools-install.sh from docs 55/13655/4
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 26 Nov 2018 07:09:47 +0000 (17:09 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 27 Nov 2018 09:45:46 +0000 (19:45 +1000)
lftools-install.sh has been deprecated since v0.25.0 update
the best practices docs with the latest changes.

The change is an extension to
I770eec99ae63cf92aa145124859f09d5d327c451 which missed
updating the docs.

Change-Id: I36f36d9848cd53e3e6fd9fbabcdb5b8c36aee268
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
docs/best-practices.rst

index 85ee7f7..d2a1866 100644 (file)
@@ -158,7 +158,6 @@ ship-logs example:
           - shell: !include-raw:
               - ../shell/logs-get-credentials.sh
           - shell: !include-raw:
-              - ../shell/lftools-install.sh
               - ../shell/logs-deploy.sh
           - shell: !include-raw:
               - ../shell/logs-clear-credentials.sh
@@ -172,7 +171,7 @@ complete running via the logs-clear-credentials.sh script. This script contains
 3 basic steps:
 
 1. Provide credentials via config-file-provider
-2. Run the build scripts in this case lftools-install.sh and logs-deploy.sh
+2. Run logs-deploy.sh
 3. Remove credentials provided by config-file-provider
 
 .. _preserve-variable-refs: