Skip to content

Commit

Permalink
Merge pull request #15681 from adrianschroeter/fix_slepool_for_produc…
Browse files Browse the repository at this point in the history
…tcomposer

[backend] fix slepool maping for product composer naming
  • Loading branch information
adrianschroeter committed Feb 23, 2024
2 parents 17f586d + c738edc commit ae034c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_publish
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,7 @@ sub mapslepool {
my $p = $bin;
if ($name eq 'nobuildid') {
$p = "repo/$bin";
$p =~ s/-Build[\d\.]+//;
$p =~ s/-Build[\d\.]*\d//;
} elsif ($bin =~ /.*-Media1?(\.license|)$/) {
$p = "$name$1";
} elsif ($bin =~ /-Media3$/ || $bin =~ /-Debug$/) {
Expand Down

0 comments on commit ae034c6

Please sign in to comment.