Bug 634686 - pulp-admin repo create --help
Summary: pulp-admin repo create --help
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Pulp
Classification: Retired
Component: z_other
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
: ---
Assignee: Pradeep Kilambi
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks: verified-to-close
TreeView+ depends on / blocked
 
Reported: 2010-09-16 17:25 UTC by Preethi Thomas
Modified: 2011-07-15 19:28 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-02-17 16:51:39 UTC
Embargoed:


Attachments (Terms of Use)

Description Preethi Thomas 2010-09-16 17:25:45 UTC
Description of problem:

Too much spacing in the --relativepath help for repo create

[root@preethi unit]# pulp-admin -uadmin -padmin repo create --help


  --relativepath=RELATIVEPATH
                        Relative path where the repo is stored and exposed to
                        clients.                                 This defaults
                        to feed path if not specified.

Comment 1 Pradeep Kilambi 2010-10-27 19:53:56 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

Comment 2 Jay Dobies 2010-10-29 16:58:19 UTC
Fixed in 0.77.

Comment 3 Jay Dobies 2010-11-03 19:35:14 UTC
Fixed in build 0.78.

Comment 4 Preethi Thomas 2010-11-04 18:27:29 UTC
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 ~]#

Comment 5 Preethi Thomas 2011-02-17 16:51:39 UTC
Closing with community release 

pulp-0.0.139-1.fc14.noarch


Note You need to log in before you can comment on or make changes to this bug.