forked from sig_core/toolkit
correct treeinfo for ks
This commit is contained in:
parent
554937009e
commit
138d1076f5
@ -1279,7 +1279,7 @@ class RepoSync:
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.log.error(
|
self.log.error(
|
||||||
'[' + Color.BOLD + Color.RED + 'FAIL' + Color.END + '] ' +
|
'[' + Color.BOLD + Color.RED + 'FAIL' + Color.END + '] ' +
|
||||||
'There was an error writing treeinfo.'
|
'There was an error writing os treeinfo.'
|
||||||
)
|
)
|
||||||
self.log.error(e)
|
self.log.error(e)
|
||||||
|
|
||||||
@ -1288,7 +1288,7 @@ class RepoSync:
|
|||||||
ksdata = {
|
ksdata = {
|
||||||
'arch': a,
|
'arch': a,
|
||||||
'variant': v,
|
'variant': v,
|
||||||
'variant_path': image,
|
'variant_path': ksimage,
|
||||||
'checksum': self.checksum,
|
'checksum': self.checksum,
|
||||||
'distname': self.distname,
|
'distname': self.distname,
|
||||||
'fullname': self.fullname,
|
'fullname': self.fullname,
|
||||||
@ -1303,7 +1303,7 @@ class RepoSync:
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.log.error(
|
self.log.error(
|
||||||
'[' + Color.BOLD + Color.RED + 'FAIL' + Color.END + '] ' +
|
'[' + Color.BOLD + Color.RED + 'FAIL' + Color.END + '] ' +
|
||||||
'There was an error writing treeinfo.'
|
'There was an error writing kickstart treeinfo.'
|
||||||
)
|
)
|
||||||
self.log.error(e)
|
self.log.error(e)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user