Skip to content

Commit

Permalink
[backend] fix missing releasename element in projpack
Browse files Browse the repository at this point in the history
This broke getting buildinfo via api (local builds from maintenance packages having local links)
  • Loading branch information
adrianschroeter committed Nov 22, 2016
1 parent 8d6eeb8 commit 34e743d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/BSXML.pm
Expand Up @@ -304,6 +304,7 @@ our $projpack = [
[ $repo ],
[[ 'package' =>
'name',
'releasename',
'rev',
'srcmd5', # commit id
'versrel',
Expand Down

0 comments on commit 34e743d

Please sign in to comment.