we need to ensure that we send all the tasks to koji on the correct arch

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2015-12-08 09:04:32 -06:00
parent 4a96e8e313
commit 4b374278e4
1 changed files with 5 additions and 5 deletions

View File

@ -86,9 +86,9 @@ class BuildinstallPhase(PhaseBase):
noupgrade = not self.compose.conf.get("buildinstall_upgrade_image", False)
buildinstall_method = self.compose.conf["buildinstall_method"]
for arch in self.compose.get_arches():
commands = []
for arch in self.compose.get_arches():
repo_baseurl = self.compose.paths.work.arch_repo(arch)
output_dir = self.compose.paths.work.buildinstall_dir(arch)
volid = get_volid(self.compose, arch)