update legacy signatures
This commit is contained in:
parent
d8132543c5
commit
75d192a149
1 changed files with 10 additions and 1 deletions
|
|
@ -240,11 +240,20 @@ LEGACY_SIGNATURES = {
|
|||
[['n'], None, None, (4,)],
|
||||
],
|
||||
'restartHosts' : [
|
||||
[[], None, None, None],
|
||||
[['options'], None, None, (None,)],
|
||||
],
|
||||
'runroot' : [
|
||||
[['root', 'arch', 'command', 'keep', 'packages', 'mounts', 'repo_id', 'skip_setarch', 'weight', 'upload_logs', 'new_chroot'], None, None, (False, [], [], None, False, None, None, False)],
|
||||
],
|
||||
'distRepo' : [
|
||||
[['tag', 'repo_id', 'keys', 'task_opts'], None, None, None],
|
||||
],
|
||||
'createdistrepo' : [
|
||||
[['tag', 'repo_id', 'arch', 'keys', 'opts'], None, None, None],
|
||||
],
|
||||
'saveFailedTree' : [
|
||||
[['buildrootID', 'full'], None, None, (False,)],
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue