mirror of
https://github.com/archlinux-jerry/buildbot
synced 2024-11-22 13:00:40 +08:00
buildbot.py: tick
This commit is contained in:
parent
97311e9051
commit
e4e81062fd
1 changed files with 2 additions and 1 deletions
|
@ -200,7 +200,8 @@ updmgr = updateManager()
|
||||||
|
|
||||||
@background
|
@background
|
||||||
def __main():
|
def __main():
|
||||||
pass
|
while True:
|
||||||
|
jobsmgr.tick()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue