mirror of
https://github.com/elastic/logstash.git
synced 2025-06-27 17:08:55 -04:00
instructions on how to run tool, remove unused readlink call in script
Fixes #9931
This commit is contained in:
parent
4f4c81adc8
commit
9b73071e67
2 changed files with 4 additions and 4 deletions
|
@ -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" "$@"
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue