mirror of
https://github.com/archlinux-jerry/buildbot
synced 2024-11-24 22:10:41 +08:00
repod: add startup logger
This commit is contained in:
parent
e68c227ec5
commit
46a71dd65e
1 changed files with 1 additions and 0 deletions
1
repod.py
1
repod.py
|
@ -150,6 +150,7 @@ def run(funcname, args=list(), kwargs=dict()):
|
|||
return False
|
||||
|
||||
if __name__ == '__main__':
|
||||
logger.info('Buildbot.repod started.')
|
||||
while True:
|
||||
try:
|
||||
with Listener(REPOD_BIND_ADDRESS, authkey=REPOD_BIND_PASSWD) as listener:
|
||||
|
|
Loading…
Reference in a new issue