Make URL example more clear 51/13951/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 12 Dec 2018 03:17:57 +0000 (11:17 +0800)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 12 Dec 2018 03:17:59 +0000 (11:17 +0800)
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 <thanh.ha@linuxfoundation.org>
lftools/deploy.py

index ed04b94..fe66663 100644 (file)
@@ -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