Bug 533322
Summary: | When creating a new book with Publican it cannot be built | ||
---|---|---|---|
Product: | [Community] Publican | Reporter: | Isaac Rooskov <irooskov> |
Component: | publican | Assignee: | Jeff Fearn 🐞 <jfearn> |
Status: | CLOSED ERRATA | QA Contact: | Joshua Wulf <jwulf> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 2.0 | CC: | jmorgan, lcarlon, mmcallis, publican-list, yshao |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 1.3 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-12-10 05:13:07 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
Isaac Rooskov
2009-11-06 04:20:02 UTC
This was cause by empty fields being added to the publican.cfg file. Modified code to delete empty elements correctly. The real bug is probably in Config::Simple which should not be choking on empty fields, I'll try and track it down when I get some free cycles. Also note that your productname field in Book_Info.xml is probably not what you want. This is due to the white space, so you need to add quotes around the name. e.g. --product "JBoss Developer Studio" Cheers, Jeff. *** Bug 537743 has been marked as a duplicate of this bug. *** publican-1.3-0.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/publican-1.3-0.fc12 publican-1.3-0.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/publican-1.3-0.fc11 publican-1.3-0.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. publican-1.3-0.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |