Bugzilla – Bug 1014354
Private instance fails: UnboundLocalError: local variable 'changesauthor' referenced before assignment
Last modified: 2016-12-09 09:21:58 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
Disabling changesgenerate in _service file fixes the issue: <param name="changesgenerate">disable</param>