Skip to content

Commit

Permalink
[backend] fixing git merge so the backend can be started again
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed May 31, 2012
1 parent 47231a1 commit cf267c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_repserver
Expand Up @@ -1260,7 +1260,7 @@ sub receivekiwitree_scan {
$prpaps{"$dep->{'project'}/$dep->{'repository'}/$repoarch/$dep->{'package'}"} = 1;
}
for my $prpap (sort keys %prpaps) {
my @bins = grep {/\.(?:$binsufsre)$/} ls("$reporoot/$prpap");
my @bins = grep {/\.(?:rpm|deb)$/} ls("$reporoot/$prpap");
@bins = filtersources(@bins) if -e "$reporoot/$prpap/.nosourceaccess";
for my $bin (sort @bins) {
my $leadsigmd5;
Expand Down

0 comments on commit cf267c5

Please sign in to comment.