Skip to content

Commit

Permalink
[backend] support originpackage
Browse files Browse the repository at this point in the history
So the user has to do less guesswork.
  • Loading branch information
mlschroe committed Nov 14, 2016
1 parent 77f2d89 commit 71be1d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/BSXML.pm
Expand Up @@ -396,6 +396,7 @@ our $dir = [
'error',
'id',
'originproject', # for package listing
'originpackage', # for package listing
]]
];

Expand Down Expand Up @@ -461,6 +462,7 @@ our $sourceinfo = [
'filename',
'error',
'originproject',
'originpackage',
[ $linked ],
'revtime',
'changesmd5',
Expand Down

0 comments on commit 71be1d0

Please sign in to comment.