From: Thanh Ha Date: Wed, 12 Dec 2018 03:17:57 +0000 (+0800) Subject: Make URL example more clear X-Git-Tag: v0.20.0~14^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=864f8804bc075b66b4c17dce2a9ed0d4b2d5140c;p=releng%2Flftools.git Make URL example more clear nexus_repo_url is expecting an exact repo URL and not just the Nexus server address. Make that more clear. Change-Id: If6f5f45fb85c719096a4691423c1e48f1c36081c Signed-off-by: Thanh Ha --- diff --git a/lftools/deploy.py b/lftools/deploy.py index ed04b943..fe666633 100644 --- a/lftools/deploy.py +++ b/lftools/deploy.py @@ -522,7 +522,8 @@ def deploy_nexus(nexus_repo_url, deploy_dir, snapshot=False): - maven-metadata.xml* (if not a snapshot repo) Parameters: - nexus_repo_url: URL to Nexus server. (Ex: https://nexus.example.org) + nexus_repo_url: URL to Nexus repository to upload to. + (Ex: https://nexus.example.org/content/repositories/releases) deploy_dir: The directory to deploy. (Ex: /tmp/m2repo) One purpose of this is so that we can get around the problematic