-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
retry fetching patch repo if the error is invalid auth method
- Loading branch information
Showing
2 changed files
with
41 additions
and
27 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 |
---|---|---|
|
@@ -12,8 +12,11 @@ Available Commands: | |
help Help about any command | ||
Flags: | ||
--allow-stream-branches Allow import from stream branches | ||
--basic-password string Basic auth password | ||
--basic-username string Basic auth username | ||
--branch-prefix string Branch prefix (replaces import-branch-prefix) (default "r") | ||
--branch-suffix string Branch suffix to use for imported branches | ||
--cdn-url string CDN URL to download blobs from (default "https://git.centos.org/sources") | ||
--git-committer-email string Email of committer (default "[email protected]") | ||
--git-committer-name string Name of committer (default "rockyautomation") | ||
-h, --help help for srpmproc | ||
|
@@ -31,9 +34,9 @@ Flags: | |
--ssh-key-location string Location of the SSH key to use to authenticate against upstream | ||
--ssh-user string SSH User (default "git") | ||
--storage-addr string Bucket to use as blob storage | ||
--strict-branch-mode If enabled, only branches with the calculated name are imported and not prefix only | ||
--tmpfs-mode string If set, packages are imported to path and patched but not pushed | ||
--upstream-prefix string Upstream git repository prefix | ||
--upstream-prefix-https string Web version of upstream prefix. Required if module-mode | ||
--version int Upstream version | ||
Use "srpmproc [command] --help" for more information about a command. | ||
|
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