Don't use buildroot repo by default
This commit is contained in:
parent
b13d481d56
commit
dd594826f2
3 changed files with 9 additions and 9 deletions
|
|
@ -351,7 +351,7 @@ class KiwiCreateImageTask(BaseBuildTask):
|
|||
|
||||
# user repos
|
||||
repos = self.opts.get('repos', [])
|
||||
if self.opts.get('use_buildroot_repo', True):
|
||||
if self.opts.get('use_buildroot_repo', False):
|
||||
path_info = koji.PathInfo(topdir=self.options.topurl)
|
||||
repopath = path_info.repo(repo_info['id'], target_info['build_tag_name'])
|
||||
baseurl = '%s/%s' % (repopath, arch)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue