Bug 634686
Summary: | pulp-admin repo create --help | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
Component: | z_other | Assignee: | Pradeep Kilambi <pkilambi> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | tsanders, whayutin |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-02-17 16:51:39 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 647488 |
Description
Preethi Thomas
2010-09-16 17:25:45 UTC
$ sudo pulp-admin -uadmin -padmin repo create --help Usage: pulp-admin <options> repo create <options> Options: -h, --help show this help message and exit --id=ID repository id (required) --name=NAME common repository name --arch=ARCH package arch the repository should support --feed=FEED url feed to populate the repository --cacert=CACERT path location to ca certificate --cert=CERT path location to entitlement certificate --key=KEY path location to entitlement certificate key --schedule=SCHEDULE schedule for automatically synchronizing the repository --symlinks use symlinks instead of copying bits locally; applicable for local syncs --relativepath=RELATIVEPATH relative path where the repository is stored and exposed to clients; this defaults to feed path if not specified --groupid=GROUPID a group to which the repository belongs; this is just a string identifier --keys=KEYS a ',' separated list of directories and/or files contining GPG keys Fixed in 0.77. Fixed in build 0.78. verified [root@preethi ~]# pulp-admin repo create --help Usage: pulp-admin <options> repo create <options> Options: -h, --help show this help message and exit --id=ID repository id (required) --name=NAME common repository name --arch=ARCH package arch the repository should support --feed=FEED url feed to populate the repository --cacert=CACERT path location to ca certificate --cert=CERT path location to entitlement certificate --key=KEY path location to entitlement certificate key --schedule=SCHEDULE schedule for automatically synchronizing the repository --symlinks use symlinks instead of copying bits locally; applicable for local syncs --relativepath=RELATIVEPATH relative path where the repository is stored and exposed to clients; this defaults to feed path if not specified --groupid=GROUPID a group to which the repository belongs; this is just a string identifier --keys=KEYS a ',' separated list of directories and/or files contining GPG keys [root@preethi ~]# Closing with community release pulp-0.0.139-1.fc14.noarch |