Bug 731601

Summary: [RFE] No wait on --cvs builds.
Product: [Community] Publican Reporter: Stephen Gordon <sgordon>
Component: publicanAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED CURRENTRELEASE QA Contact: Ruediger Landmann <rlandman+disabled>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.6CC: mmcallis, publican-list
Target Milestone: 2.7   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 2.7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-09-06 03:56:42 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:

Description Stephen Gordon 2011-08-18 01:12:54 UTC
Description of problem:

When using the --brew option to package documentation the default option is not to wait on the brew task(s) once they have started. If the --wait option is specified then publican will however wait for the tasks to complete.

When using the --cvs option to package documentation the default option is to wait on the brew task(s) once they have started. To skip waiting for the task(s) it is necessary to choose the right moment to Ctrl+C.

Ideally would like to see consistency in the default wait and application of the --wait option across the packaging methods.

Comment 1 Jeff Fearn 🐞 2011-08-23 00:11:39 UTC
Added code to stop brew call waiting unless --wait is supplied.

Applied change to branches/publican-2x and trunk.

Committed revision 1865.

Comment 2 Jeff Fearn 🐞 2011-09-06 03:56:42 UTC
Publican 2.7 has been release and includes a fix for this issue.