A TODO for later..

This commit is contained in:
Ralph Bean
2016-07-20 14:35:45 -04:00
parent dcc8a8b732
commit 544b99ba09

View File

@@ -77,6 +77,9 @@ def wait(config, session, msg):
# inject dist-tag into buildroot
srpm = builder.get_disttag_srpm(disttag="%s" % get_rpm_release_from_tag(tag))
task_id = builder.build(artifact_name="module-build-macros", source=srpm)
# TODO -- this has to go eventually.. otherwise, we can only build one
# module at a time and that just won't scale.
builder.wait_task(task_id)
artifact = get_artifact_from_srpm(srpm)