Start log

This commit is contained in:
Adrien Ferrand 2020-07-21 23:00:46 +02:00
parent 904f7dafdf
commit 5ba77dda4d

View file

@ -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()