From c0fb079d123027bf17c1c2dbb995cb826f6f91ee Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Fri, 29 Jan 2016 05:42:47 -0500 Subject: [PATCH] apply fix for setting kickstart url to livemedia as well see: 86ca706 and e7abc97 --- builder/kojid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/kojid b/builder/kojid index ed30b8d4..32691937 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.