Skip to content

Commit

Permalink
kiwi: Add extra repos list to LiveBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
nazunalika committed Dec 10, 2024
1 parent 7e854f0 commit 6cf9eea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iso/empanadas/empanadas/util/iso_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1578,6 +1578,7 @@ def __init__(
self.rclvl = rlvars['rclvl']
self.disttag = rlvars['disttag']
self.repos = rlvars['iso_map']['lorax']['repos']
self.extra_repos = rlvars['extra_repos']
self.repo_base_url = config['repo_base_url']
self.project_id = rlvars['project_id']
self.structure = rlvars['structure']
Expand Down Expand Up @@ -1638,7 +1639,8 @@ def __init__(
self.current_arch,
self.compose_latest_sync,
self.compose_dir_is_here,
self.hashed
self.hashed,
self.extra_repos
)
self.log.info(self.revision)

Expand Down

0 comments on commit 6cf9eea

Please sign in to comment.