Skip to content

Commit

Permalink
[backend] BSXML: support project/repository in repos of a container a…
Browse files Browse the repository at this point in the history
…nnotation

This will be filled when exporting an annotation to a remote build
instance, as the remote instance can most likely not map the url.
  • Loading branch information
mlschroe committed Feb 27, 2018
1 parent bbb71ed commit 6cb7cc9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/backend/BSXML.pm
Expand Up @@ -1838,8 +1838,10 @@ our $keyinfo = [
our $binannotation = [
'annotation' =>
[[ 'repo' =>
'url',
'priority',
'url',
'project',
'repository',
'priority',
]],
'disturl',
'package', # only in build job annotation
Expand Down

0 comments on commit 6cb7cc9

Please sign in to comment.