fold info and revision into single field

This commit is contained in:
Michael Hudson-Doyle 2018-04-06 09:14:40 +12:00
parent 6a5ae21c85
commit cb342eb2ab
1 changed files with 1 additions and 2 deletions

View File

@ -116,8 +116,7 @@ class SubiquityModel:
'pollinate': {
'user_agent': {
'subiquity-version': os.environ.get("SNAP_VERSION", 'dry-run'),
'subiquity-revision': os.environ.get("SNAP_REVISION", 'dry-run'),
'subiquity': "%s_%s"%(os.environ.get("SNAP_VERSION", 'dry-run'), os.environ.get("SNAP_REVISION", 'dry-run')),
},
},