instructions on how to run tool, remove unused readlink call in script

Fixes #9931
This commit is contained in:
Dan Hermann 2018-08-22 11:07:42 -05:00
parent 4f4c81adc8
commit 9b73071e67
2 changed files with 4 additions and 4 deletions

View file

@ -29,9 +29,5 @@ fi
. "$(cd `dirname ${SOURCEPATH}`/..; pwd)/bin/logstash.lib.sh"
setup
SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT")
mkdir -p build
ruby_exec "logstash-core/lib/logstash/dependency_report_runner.rb" "$@"

View file

@ -14,3 +14,7 @@ The dependency audit tool enumerates all the dependencies, Ruby and Java, direct
for Logstash core and the default plugins. If any dependencies are found that do not conform to
the criteria above, the name of the dependency(ies) along with instructions for resolving are
printed to the console and the tool exits with a non-zero return code.
The dependency audit tool should be run using the script in the `bin` folder:
`$LS_HOME/bin/dependencies-report --csv report.csv`