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:
Mike McLean 2024-06-21 14:52:35 -04:00
parent df4a54e204
commit 6d05e15778

View file

@ -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,