Description of problem: In packagegroup add_package the option for package names are -n PNAMES, --name=PNAMES Packages to be added. To specify multiple packages use multiple -n While in packagegroup delete_package the option is --pkgname=PKGNAME Package name [root@preethi ~]# pulp-admin -uadmin -padmin packagegroup delete_package --helpUsage: pulp-admin -u <username> -p <password> packagegroup delete_package [OPTIONS] Options: -h, --help show this help message and exit --repoid=REPOID Repository Label --id=GROUPID Group id --pkgname=PKGNAME Package name --type=GROUPTYPE Type of list to delete package from, example 'mandatory', 'optional', 'default' -u USERNAME, --username=USERNAME username for access to Pulp. Default user admin is included with base install. -p PASSWORD, --password=PASSWORD password for access to Pulp. [root@preethi ~]# pulp-admin -uadmin -padmin packagegroup add_package --helpUsage: pulp-admin -u <username> -p <password> packagegroup add_package [OPTIONS] Options: -h, --help show this help message and exit --repoid=REPOID Repository Label --id=GROUPID Group id -n PNAMES, --name=PNAMES Packages to be added. To specify multiple packages use multiple -n --type=GROUPTYPE Type of list to add package to, example 'mandatory', 'optional', 'default' -u USERNAME, --username=USERNAME username for access to Pulp. Default user admin is included with base install. -p PASSWORD, --password=PASSWORD password for access to Pulp.
both should be -n now.. [pkilambi@prad ~]$ sudo pulp-admin -uadmin -padmin packagegroup add_package --help Usage: pulp-admin <options> packagegroup add_package <options> Options: -h, --help show this help message and exit --id=ID package group id (required) -r REPOID, --repoid=REPOID repository label (required) -n NAME, --name=NAME packages to be added; to specify multiple packages use multiple -n (required) -t GROUPTYPE, --type=GROUPTYPE type of list to add package to, example 'mandatory', 'optional', 'default', 'conditional' --requires=REQUIRES required package name, only used by 'conditional' package group type [pkilambi@prad ~]$ sudo pulp-admin -uadmin -padmin packagegroup delete_package --help Usage: pulp-admin <options> packagegroup delete_package <options> Options: -h, --help show this help message and exit --id=ID package group id (required) -r REPOID, --repoid=REPOID repository label (required) -n NAME, --name=NAME package name (required) -t GROUPTYPE, --type=GROUPTYPE type of list to delete package from, example 'mandatory', 'optional', 'default'
Fixed in 0.77.
Fixed in build 0.78.
verified [root@preethi ~]# pulp-admin -u admin -p admin packagegroup add_package --help Usage: pulp-admin <options> packagegroup add_package <options> Options: -h, --help show this help message and exit --id=ID package group id (required) -r REPOID, --repoid=REPOID repository label (required) -n NAME, --name=NAME packages to be added; to specify multiple packages use multiple -n (required) -t GROUPTYPE, --type=GROUPTYPE type of list to add package to, example 'mandatory', 'optional', 'default', 'conditional' --requires=REQUIRES required package name, only used by 'conditional' package group type [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# pulp-admin -u admin -p admin packagegroup delete_package --help Usage: pulp-admin <options> packagegroup delete_package <options> Options: -h, --help show this help message and exit --id=ID package group id (required) -r REPOID, --repoid=REPOID repository label (required) -n NAME, --name=NAME package name (required) -t GROUPTYPE, --type=GROUPTYPE type of list to delete package from, example 'mandatory', 'optional', 'default'
Closing with community release pulp-0.0.139-1.fc14.noarch