Bug 785625

Summary: Deploy repo management script as part of RPMs
Product: [Community] PulpDist Reporter: Nick Coghlan <ncoghlan>
Component: Management CLIAssignee: Nick Coghlan <ncoghlan>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecified   
Target Milestone: 0.1.0   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-07 05:14:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Nick Coghlan 2012-01-30 04:14:49 UTC
Add pulpdist-cli RPM for the repo management script.

Comment 1 Nick Coghlan 2012-02-03 03:50:26 UTC
Rather than adding a separate pulpdist-cli RPM, I will instead use the approach of offering a "python -m pulpdist.manage_repos" interface in the pulpdist RPM (i.e. moving the manage_repos.py script out of "bin/" and into "src/pulpdist". This is less work and matches the existing "python -m pulpdist.manage_site" approach used for the pulpdist-httpd Django management script.