mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Start log
This commit is contained in:
parent
904f7dafdf
commit
5ba77dda4d
1 changed files with 5 additions and 0 deletions
|
|
@ -133,6 +133,11 @@ def main():
|
|||
targets.remove('DNS_PLUGINS')
|
||||
targets.update(PLUGINS)
|
||||
|
||||
print('Start remote snap builds...')
|
||||
print(f' - archs: {", ".join(archs)}')
|
||||
print(f' - projects: {", ".join(sorted(targets))}')
|
||||
print()
|
||||
|
||||
with Manager() as manager, Pool(processes=len(targets)) as pool:
|
||||
status = manager.dict()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue