Description of problem: publican fails when pushing a package to the brew build system. Version-Release number: publican 1.0 How reproducible: 100% Steps to Reproduce: run "publican package --lang=en-US --brew" Actual results: the following error message is returned: """ Use of uninitialized value in system at /usr/bin/publican line 471. Usage: brew build [options] target URL (Specify the --help global option for a list of other help options) brew: error: Exactly two arguments (a build target and a SCM URL or srpm file) are required """ Expected results: the same as when running: "publican package --lang=en-US --brew --scratch" (which does work) Additional info:
There was a parameter being set to empty when scratch was not set, this caused the system call to fail. Restructured code to avoid setting empty parameters.
publican-1.2-0.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/publican-1.2-0.fc12
publican-1.2-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.2-0.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report.