-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: README.md comments showing in GitHub portal
Also, minor changes to interactive help on the script's CLI Change-Id: I427b6b3e37b78285e1b20d337f1ab6b5b28ec329 Signed-off-by: Matthew Watkins <[email protected]>
- Loading branch information
1 parent
0532628
commit fd4e235
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
Script to automate the upload of files to Nexus servers | ||
|
||
[Source Code in Gerrit](https://gerrit.linuxfoundation.org/infra/admin/repos/releng/nexus-upload,general) | ||
[Source Code on GitHub](https://github.com/lfit/releng-nexus-upload) | ||
- [Source Code in Gerrit](https://gerrit.linuxfoundation.org/infra/admin/repos/releng/nexus-upload,general) | ||
- [Source Code on GitHub](https://github.com/lfit/releng-nexus-upload) | ||
|
||
## Getting started | ||
|
||
|
@@ -17,12 +17,12 @@ Help is available directly from the command-line: | |
|
||
```console | ||
./nexus-upload.sh -h | ||
Usage: nexus-upload.sh [-h] [-u username] [-p password] [-s upload-url] [-e file extension] [-d folder] | ||
Usage: nexus-upload.sh [-h] [-u user] [-p password] [-s upload-url] [-e extension] [-d folder] | ||
-h display this help and exit | ||
-u username (or export variable NEXUS_USERNAME) | ||
-p password (or export variable NEXUS_PASSWORD) | ||
-s upload URL (or export variable NEXUS_URL) | ||
e.g. https://nexus3.o-ran-sc.org/repository/datasets/ | ||
e.g. https://nexus3.o-ran-sc.org/repository/datasets/ | ||
-e file extensions to match, e.g. csv, txt | ||
-d local directory hosting files/content to be uploaded | ||
``` | ||
|
@@ -39,5 +39,7 @@ specified, then the script itself may be matched by the default wildcard (\*) fi | |
prevent this, specify an extension restricting the files to be uploaded using the "-e" flag. Alternatively, | ||
put the files into a local folder, and sepficy the folder location using the "-d" flag. | ||
|
||
<!-- | ||
[comment]: # SPDX-License-Identifier: Apache-2.0 | ||
[comment]: # Copyright 2024 The Linux Foundation <[email protected]> | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters