Bug 772282 - Remove sync_schedule option from repogroup update cli
Summary: Remove sync_schedule option from repogroup update cli
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Pulp
Classification: Retired
Component: user-experience
Version: 1.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Jason Connor
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-06 17:05 UTC by Sayli Karmarkar
Modified: 2015-03-23 01:11 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-24 20:15:07 UTC


Attachments (Terms of Use)

Description Sayli Karmarkar 2012-01-06 17:05:23 UTC
Description of problem:

[root@per5-ops-pulp1 pulp]# pulp-admin repogroup update --id=puppet --interval=P1D
[ ops-live-rhel-6-x86_64-puppet_dependencies ]
Exception: update keyword "sync_schedule", not-supported

We removed this functionality as a part of refactoring to make repo updates atomic, but looks like cli wasn't updated.

Comment 1 Jason Connor 2012-01-11 22:32:32 UTC
fix pushed in revision 549079c4f5de7cfcb78d039045297fede33120a8

Comment 2 Jeff Ortel 2012-01-16 22:47:51 UTC
build: 0.258

Comment 3 Preethi Thomas 2012-01-20 20:13:45 UTC
verified
[root@preethi ~]# rpm -q pulp
pulp-0.0.258-1.fc15.noarch

[root@preethi ~]# pulp-admin repogroup update --help
Usage: pulp-admin <options> repogroup update <options>

Options:
  -h, --help            show this help message and exit
  --id=ID               repository group id (required)
  --arch=ARCH           package arch repositories should support
  --feed_ca=FEED_CA     path location to the feed's ca certificate
  --feed_cert=FEED_CERT
                        path location to the feed's entitlement certificate
  --feed_key=FEED_KEY   path location to the feed's entitlement certificate
                        key
  --remove_feed_cert    if specified, the feed certificate information will be
                        removed from group repositories
  --consumer_ca=CONSUMER_CA
                        path location to the ca certificate used to verify
                        consumer requests
  --consumer_cert=CONSUMER_CERT
                        path location to the entitlement certificate consumers
                        will be provided at bind to grant access to all group
                        repositories
  --consumer_key=CONSUMER_KEY
                        path location to the consumer entitlement certificate
                        key
  --remove_consumer_cert
                        if specified, the consumer certificate information
                        will be removed from group repositories
  --addkeys=ADDKEYS     a ',' separated list of directories and/or files
                        containing GPG keys
  --rmkeys=RMKEYS       a ',' separated list of GPG key names
[root@preethi ~]#

Comment 4 Preethi Thomas 2012-02-24 20:15:07 UTC
Pulp v1.0 is released
Closed Current Release.

Comment 5 Preethi Thomas 2012-02-24 20:16:48 UTC
Pulp v1.0 is released.


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