rename function

This commit is contained in:
Tomas Kopecek 2022-07-26 13:03:45 +02:00
parent 4e6aca0bd0
commit 4daea4dab9
2 changed files with 4 additions and 4 deletions

View file

@ -831,7 +831,7 @@ def _list_tasks(options, session):
return tasklist
def watch_builds(session, tag_id, builds, poll_interval=5, timeout=120):
def wait_repo(session, tag_id, builds, poll_interval=5, timeout=120):
"""Watch for given builds to appear in given tag. If no builds are given,
watch for new repo for given tag.