provide additional data for cg policy
This commit is contained in:
parent
1214b806b0
commit
01988983dd
1 changed files with 3 additions and 0 deletions
|
|
@ -6977,6 +6977,9 @@ class CG_Importer(object):
|
|||
def assert_policy(self):
|
||||
policy_data = {
|
||||
'package': self.buildinfo['name'],
|
||||
'version': self.buildinfo['version'],
|
||||
'release': self.buildinfo['release'],
|
||||
'btypes': list(self.typeinfo),
|
||||
'source': self.buildinfo.get('source'),
|
||||
'metadata_only': self.metadata_only,
|
||||
'cg_list': [self.cg],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue