We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e854f0 commit 6cf9eeaCopy full SHA for 6cf9eea
iso/empanadas/empanadas/util/iso_utils.py
@@ -1578,6 +1578,7 @@ def __init__(
1578
self.rclvl = rlvars['rclvl']
1579
self.disttag = rlvars['disttag']
1580
self.repos = rlvars['iso_map']['lorax']['repos']
1581
+ self.extra_repos = rlvars['extra_repos']
1582
self.repo_base_url = config['repo_base_url']
1583
self.project_id = rlvars['project_id']
1584
self.structure = rlvars['structure']
@@ -1638,7 +1639,8 @@ def __init__(
1638
1639
self.current_arch,
1640
self.compose_latest_sync,
1641
self.compose_dir_is_here,
- self.hashed
1642
+ self.hashed,
1643
+ self.extra_repos
1644
)
1645
self.log.info(self.revision)
1646
0 commit comments