Skip to content

Commit

Permalink
[backend] fix missing remotemap entries in kiwi case
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Apr 29, 2013
1 parent 6e73922 commit 5b44e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_srcserver
Original file line number Diff line number Diff line change
Expand Up @@ -2888,7 +2888,7 @@ sub getprojpack {
}
if ($remotemap && $rinfo->{'path'} && !$repo->{'path'}) {
eval {
concatconfigs($projid, $repoid, $remotemap, @{$rinfo->{'path'}});
concatconfigs($projid, $repoid, $remotemap, map {"$_->{'project'}/$_->{'repository'}"} @{$rinfo->{'path'}});
};
}
} else {
Expand Down

0 comments on commit 5b44e8e

Please sign in to comment.