Description of problem: Even when a <set> builds successfully locally, it doesn't when attempting to brew by running: publican package --brew --lang en-US --wait This happens! Running clean process to ensure stale content is not bundled in packages. Clean: Removing tmp and publish directories. Use of uninitialized value in lc at /usr/share/perl5/Publican/Builder.pm line 2167, <FH> line 15. Config parameter 'scm' not found; treating set as standalone. 'books' is a required configuration parameter for a remote set at /usr/bin/publican line 765 Version-Release number of selected component (if applicable): How reproducible: Create a standalone set and try to brew or scratch brew. Here is my svn repository for the WFK Seam Developer Guide: https://svn.devel.redhat.com/repos/ecs/JBoss_Web_Framework_Kit/trunk/1.2/ Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Added an extra check to package to check if a set is remote or not. Fixed in revision 1743.
Back ported to branches/publican-2x Committed revision 1804.
Verified! My set brews for the first time, huzzah!