Skip to content
Snippets Groups Projects
Commit bf644506 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: split scheduler job into 4 jobs for each arch, fixup logic

parent 6e84a76e
No related branches found
No related tags found
No related merge requests found
......@@ -807,8 +807,8 @@ if __name__ == '__main__':
overall = int(query_db(query.format(arch))[0][0])
if overall > (MAXIMA[arch]*3):
log.info('%s packages already scheduled for %s, nothing to do.', overall, arch)
continue
log.info('%s packages already scheduled for %s, probably scheduling some '
else:
log.info('%s packages already scheduled for %s, probably scheduling some '
'more...', overall, arch)
message += scheduler(arch)
log.info('Arch %s scheduled at %s.', arch, datetime.now().strftime("%Y-%m-%d %H:%M:%S"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment