gogoair / lavatory

Tooling to define repository specific retention policies in Artifactory.
Apache License 2.0
21 stars 14 forks source link

Display full path #33

Closed sijis closed 5 years ago

sijis commented 5 years ago

This makes updates so that the output is the full path of the plugin directory.

# Old
[INFO] lavatory.utils.setup_pluginbase Searching for policies in ['/home/sijis/git/github/lavatory/src/lavatory/utils/../policies']

# New
[INFO] lavatory.utils.setup_pluginbase Searching for policies in ['/home/sijis/git/github/lavatory/src/lavatory/policies']

These changes will also also handle if ~ is passed to --policies-path parameter.