This commit is contained in:
Yuming Zhu 2023-11-29 17:19:17 +08:00 committed by Yu Ming Zhu
parent 3b1df037be
commit 009de1e688

View file

@ -923,7 +923,7 @@ class BuildRoot(object):
"""
opts = dict([(k, getattr(self.options, k)) for k in ('topurl', 'topdir')])
content_json_file = os.path.join(self.repodir, self.br_arch, 'pkglist')
content_json_file = os.path.join(self.repodir, self.br_arch, 'content.json')
if not os.path.exists(content_json_file):
self.logger.warning(
"% not found, don't mapping internal rpms with ids for repo#%i",