Skip to content

Commit

Permalink
[backend] ignore "/outdated" marker in :bininfo.merge
Browse files Browse the repository at this point in the history
This marker will be set by the scheduler if it uses the
bininfocache instead of updating the on-disk data.
  • Loading branch information
mlschroe committed Feb 16, 2018
1 parent 77ecf50 commit aa626ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/BSRepServer.pm
Expand Up @@ -64,6 +64,7 @@ sub read_gbininfo {
if ($gbininfo) {
my $gbininfo_m = BSUtil::retrieve("$dir/:bininfo.merge", 1);
if ($gbininfo_m) {
delete $gbininfo_m->{'/outdated'};
for (keys %$gbininfo_m) {
if ($gbininfo_m->{$_}) {
$gbininfo->{$_} = $gbininfo_m->{$_};
Expand Down

0 comments on commit aa626ec

Please sign in to comment.