Skip to content

Commit

Permalink
[backend] fix repository state during delta generation
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Oct 22, 2015
1 parent f784741 commit d572320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/bs_sched
Original file line number Diff line number Diff line change
Expand Up @@ -9505,6 +9505,7 @@ NEXTPRP:
writestr("$reporoot/$prp/$myarch/:repodone", undef, $repodonestate) unless $publisherror || %unfinished;
if ($publisherror) {
$schedulerstate = "broken";
$schedulerstate = "building" if $publisherror eq 'delta generation: building';
$schedulerdetails = $publisherror;
}
}
Expand Down

0 comments on commit d572320

Please sign in to comment.