Bug 532383

Summary: pushing a package to brew with publican fails
Product: [Community] Publican Reporter: Ryan Lerch <rlerch>
Component: publicanAssignee: Michael Hideo <mhideo>
Status: CLOSED CURRENTRELEASE QA Contact: Joshua Wulf <jwulf>
Severity: medium Docs Contact:
Priority: low    
Version: 2.0CC: jfearn, lcarlon, mmcallis, publican-list
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-11-26 05:00:08 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 Ryan Lerch 2009-11-02 00:08:50 UTC
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:

Comment 1 Jeff Fearn 🐞 2009-11-02 04:26:58 UTC
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.

Comment 2 Fedora Update System 2009-11-18 02:17:46 UTC
publican-1.2-0.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/publican-1.2-0.fc12

Comment 3 Fedora Update System 2009-11-20 05:16:37 UTC
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.

Comment 4 Fedora Update System 2009-11-25 14:51:51 UTC
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.