You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting up an entirely new build tag and target, it's a good idea to generate the repositories for the first time with the koji regen-repo command.
Returning getRepo is kind of expensive here, and I don't think we'll use it very often. I think we will just return task_id to keep this simple for now.
If a user is running kojira, that seems to kick off almost instantly in my small dev environment. Maybe we should improve any gaps in kojira upstream rather than implementing this.
When setting up an entirely new build tag and target, it's a good idea to generate the repositories for the first time with the
koji regen-repo
command.I'm thinking of a new
koji_repo
module, like:We could make this module return the values from
getRepo(name)
and the task_id as well.The text was updated successfully, but these errors were encountered: