From c0fb079d123027bf17c1c2dbb995cb826f6f91ee Mon Sep 17 00:00:00 2001 From: Mike McLean Date: May 16 2016 18:02:07 +0000 Subject: apply fix for setting kickstart url to livemedia as well see: 86ca706 and e7abc97 --- diff --git a/builder/kojid b/builder/kojid index ed30b8d..3269193 100755 --- a/builder/kojid +++ b/builder/kojid @@ -2613,7 +2613,7 @@ class ImageTask(BaseTaskHandler): self.ks.handler.repo.repoList.append(repo_class(baseurl=baseurl, name='koji-%s-%i' % (target_info['build_tag_name'], repo_info['id']))) #inject url if provided if opts.get('install_tree_url'): - self.ks.handler.url.url = opts['install_tree_url'] + ks.handler.url(url=opts['install_tree_url']) # Write out the new ks file. Note that things may not be in the same # order and comments in the original ks file may be lost.