mirror of
https://github.com/archlinux-jerry/buildbot
synced 2024-11-22 13:00:40 +08:00
bad loop
This commit is contained in:
parent
2a00bdd3c9
commit
d77f1929b3
1 changed files with 1 additions and 0 deletions
1
repo.py
1
repo.py
|
@ -268,6 +268,7 @@ def _update(overwrite=False):
|
||||||
logger.warning('Same version is already in the repo.')
|
logger.warning('Same version is already in the repo.')
|
||||||
throw_away(pkg_to_add)
|
throw_away(pkg_to_add)
|
||||||
should_continue = True
|
should_continue = True
|
||||||
|
break
|
||||||
if should_continue:
|
if should_continue:
|
||||||
continue
|
continue
|
||||||
copyfile(pkg_to_add, pkg_nlocation)
|
copyfile(pkg_to_add, pkg_nlocation)
|
||||||
|
|
Loading…
Reference in a new issue