Skip to content

Commit

Permalink
[backend] bs_worker: Collax support
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Sep 16, 2015
1 parent 54c8ce2 commit 9d299a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_worker
Expand Up @@ -3363,7 +3363,7 @@ if ($ex == 0) {
my @d;
push @d, map {"RPMS/$_"} sort(ls("$buildroot/.build.packages/RPMS"));
push @d, 'SRPMS';
@d = ('DEBS') if $buildinfo->{'file'} =~ /\.dsc$/;
@d = ('DEBS') if $buildinfo->{'file'} =~ /(?:\.dsc|build\.collax)$/;
if (-d "$buildroot/.build.packages/SDEBS") {
@d = map {"DEBS/$_"} sort(ls("$buildroot/.build.packages/DEBS")); # assume debbuild
push @d, 'SDEBS';
Expand Down

0 comments on commit 9d299a9

Please sign in to comment.