update api check data for host.repoInit
This is a call that should only be used by kojid, and we don't want out-of-date builders performing regens.
This commit is contained in:
parent
df4a54e204
commit
6d05e15778
1 changed files with 3 additions and 11 deletions
|
|
@ -8291,7 +8291,7 @@
|
|||
"varkw": null
|
||||
},
|
||||
"host.repoInit": {
|
||||
"desc": "(tag, task_id=None, with_src=False, with_debuginfo=False, event=None, with_separate_src=False)",
|
||||
"desc": "(tag, task_id=None, event=None, opts=None)",
|
||||
"args": [
|
||||
{
|
||||
"name": "tag"
|
||||
|
|
@ -8300,21 +8300,13 @@
|
|||
"name": "task_id",
|
||||
"default": "None"
|
||||
},
|
||||
{
|
||||
"name": "with_src",
|
||||
"default": "False"
|
||||
},
|
||||
{
|
||||
"name": "with_debuginfo",
|
||||
"default": "False"
|
||||
},
|
||||
{
|
||||
"name": "event",
|
||||
"default": "None"
|
||||
},
|
||||
{
|
||||
"name": "with_separate_src",
|
||||
"default": "False"
|
||||
"name": "opts",
|
||||
"default": "None"
|
||||
}
|
||||
],
|
||||
"varargs": null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue