drop custom_user_metadata propagation
This commit is contained in:
parent
9ad7934cb9
commit
d774a8fbdf
1 changed files with 0 additions and 2 deletions
|
|
@ -2140,8 +2140,6 @@ class WrapperRPMTask(BaseBuildTask):
|
|||
data['task_id'] = self.id
|
||||
data['source'] = source['source']
|
||||
data['extra'] = {'source': {'original_url': source['url']}}
|
||||
if opts.get('custom_user_metadata'):
|
||||
data['extra']['custom_user_metadata'] = opts['custom_user_metadata']
|
||||
self.logger.info("Reading package config for %(name)s" % data)
|
||||
pkg_cfg = self.session.getPackageConfig(build_target['dest_tag'], data['name'])
|
||||
if not opts.get('skip_tag'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue