Don't use buildroot repo by default

This commit is contained in:
Tomas Kopecek 2024-05-09 12:04:33 +02:00
parent b13d481d56
commit dd594826f2
3 changed files with 9 additions and 9 deletions

View file

@ -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)