Skip to content

Commit

Permalink
[backend] support buildtime/buildhost/disturl in report
Browse files Browse the repository at this point in the history
We want them for product tracking.
Also adds buildhost support for the annotation.
  • Loading branch information
mlschroe committed Jun 6, 2018
1 parent 9229594 commit 2fc07e4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/backend/BSXML.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1788,13 +1788,17 @@ our $frozenlinks = [

our $report = [
'report' =>
'buildtime',
'buildhost',
'disturl',
[[ 'binary' =>
'name',
'epoch',
'version',
'release',
'binaryarch',
'buildtime',
'buildhost',
'disturl',
'supportstatus',

Expand Down Expand Up @@ -1848,8 +1852,9 @@ our $binannotation = [
'repository',
'priority',
]],
'disturl',
'buildtime',
'buildhost',
'disturl',
'package', # only in build job annotation
'epoch', # only in build job annotation
'version', # only in build job annotation
Expand Down

0 comments on commit 2fc07e4

Please sign in to comment.