Bug 788014
Summary: | RFE: csprocessor checkout command | ||
---|---|---|---|
Product: | [Community] PressGang CCMS | Reporter: | Joshua Wulf <jwulf> |
Component: | CSProcessor | Assignee: | Lee Newson <lnewson> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 1.x | CC: | jwulf, lcarlon |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 0.22.0 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-03-20 01:46:52 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: | 796009 |
Description
Joshua Wulf
2012-02-07 08:45:16 UTC
csprocessor.cfg has the following syntax: ----------------------------------- SPECID=14 SPECNAME=Writing_with_Topics ----------------------------------- csprocessor create <localfilename> is going to create a project. What if I want to "check out an existing project"? So I want to do something like: csprocessor checkout <SpecID> [-s server.url] The behaviour would be just like csprocessor create it would create the local directory, populate a csprocessor.cfg and pull the latest post-processed spec. Added in 0.22.0. The command is basically the same with the exception of the -s command which as with all the other commands is -H (or --host). |