mirror of
https://github.com/archlinux-jerry/buildbot
synced 2024-11-25 14:30:40 +08:00
forgot something
This commit is contained in:
parent
87b7d11651
commit
ec0d33b2a4
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ class jobsManager:
|
|||
# This part check for updates
|
||||
if time() - self.last_updatecheck <= UPDATE_INTERVAL:
|
||||
sleep(60)
|
||||
return
|
||||
self.last_updatecheck = time()
|
||||
updates = updmgr.check_update()
|
||||
for update in updates:
|
||||
(pkgconfig, ver, buildarchs) = update
|
||||
|
|
Loading…
Reference in a new issue