Bug 842751

Summary: Provide Beta package
Product: Red Hat Enterprise Virtualization Manager Reporter: Stephen Gordon <sgordon>
Component: rhevm-docAssignee: Stephen Gordon <sgordon>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.1.0CC: dyasny, thildred
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-10-18 17:54:30 UTC Type: Bug
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 2012-07-24 14:13:50 UTC
Description of problem:

Beta package needs to pick up the 3.1-Beta docs packages, they will need to be added to the whitelist.

Comment 1 Stephen Gordon 2012-07-24 20:58:18 UTC
Added a macro to the SPEC so setting beta = 1 builds with the build requires for 3.1-Beta and beta = 0 builds with the build requires for GA. Still need to:

- Add new guide(s) - CLI guide is outstanding.
- Add new guides (CLI and Developer) to whitelist, as well as beta versions of all guides.

Comment 2 Stephen Gordon 2012-07-24 21:01:31 UTC
+ Logic to rename the PDF files correctly!

Comment 3 Stephen Gordon 2012-07-24 21:03:22 UTC
Something like:

for FILE in `find . -name '*.pdf'`; do mv ${FILE} ${FILE/3.1-Beta/3.1}; done

This is to ensure that the splash page links won't need to be changed back and forth. Doesn't apply to html versions.