Allow generating separate src repo for build repos

Fixes #1266
This commit is contained in:
Mikolaj Izdebski 2019-02-20 23:03:50 +01:00 committed by Mike McLean
parent bcece35a21
commit 3d058c50db
6 changed files with 35 additions and 17 deletions

View file

@ -200,7 +200,7 @@ LEGACY_SIGNATURES = {
[['builds', 'target', 'opts'], None, None, (None,)],
],
'newRepo' : [
[['tag', 'event', 'src', 'debuginfo'], None, None, (None, False, False)],
[['tag', 'event', 'src', 'debuginfo', 'separate_src'], None, None, (None, False, False, False)],
],
'createImage' : [
[['name', 'version', 'release', 'arch', 'target_info', 'build_tag', 'repo_info', 'inst_tree', 'opts'], None, None, (None,)],