Skip to content

Commit

Permalink
[backend] send publish event after wiping from repserver directly to …
Browse files Browse the repository at this point in the history
…publisher

it got send to schedulers which could not handle it
  • Loading branch information
adrianschroeter committed Nov 4, 2013
1 parent c9bfadb commit 61aecdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_repserver
Expand Up @@ -2207,7 +2207,7 @@ sub wipepublishedlocked {
rmdir($r);
}
close F;
forwardevent({}, 'publish', $projid, undef, $repoid, undef);
forwardevent({}, 'publish', $projid, undef, $repoid, 'publish');
}

sub docommand {
Expand Down

0 comments on commit 61aecdf

Please sign in to comment.