forked from sig_core/toolkit
reverse for loops
This commit is contained in:
parent
f308e87b15
commit
b78c4a774d
@ -1234,8 +1234,8 @@ class RepoSync:
|
|||||||
if r in self.iso_map['images']:
|
if r in self.iso_map['images']:
|
||||||
variants_to_tweak.append(r)
|
variants_to_tweak.append(r)
|
||||||
|
|
||||||
for v in variants_to_tweak:
|
|
||||||
for a in arches_to_tree:
|
for a in arches_to_tree:
|
||||||
|
for v in variants_to_tweak:
|
||||||
self.log.info(
|
self.log.info(
|
||||||
'[' + Color.BOLD + Color.GREEN + 'INFO' + Color.END + '] ' +
|
'[' + Color.BOLD + Color.GREEN + 'INFO' + Color.END + '] ' +
|
||||||
'Tweaking treeinfo for ' + a + ' ' + v
|
'Tweaking treeinfo for ' + a + ' ' + v
|
||||||
@ -1287,9 +1287,6 @@ class RepoSync:
|
|||||||
)
|
)
|
||||||
self.log.error(e)
|
self.log.error(e)
|
||||||
|
|
||||||
data.clear()
|
|
||||||
imagemap.clear()
|
|
||||||
|
|
||||||
def run_compose_closeout(self):
|
def run_compose_closeout(self):
|
||||||
"""
|
"""
|
||||||
Closes out a compose as file. This ensures kickstart repositories are
|
Closes out a compose as file. This ensures kickstart repositories are
|
||||||
|
Loading…
Reference in New Issue
Block a user