Bug 1014354 - Private instance fails: UnboundLocalError: local variable 'changesauthor' referenced before assignment
Summary: Private instance fails: UnboundLocalError: local variable 'changesauthor' ref...
Status: NEW
Alias: None
Product: openSUSE.org
Classification: openSUSE
Component: BuildService (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: Adrian Schröter
QA Contact: Adrian Schröter
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-07 19:16 UTC by Peter Bartfai
Modified: 2016-12-09 09:21 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Bartfai 2016-12-07 19:16:39 UTC
Private instance fail with error message:

Files could not be expanded: UnboundLocalError: local variable 'changesauthor' referenced before assignment

Copied _service file to private instance from https://build.opensuse.org/package/view_file/home:pbartfai/LDView/_service?expand=1

Suspected failing component is tar_scm service
Comment 1 Peter Bartfai 2016-12-08 22:01:09 UTC
Disabling changesgenerate in _service file fixes the issue:

<param name="changesgenerate">disable</param>