Skip to content

Commit

Permalink
productcompose: Allow to disable layer filter in OBS (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter authored Nov 26, 2024
1 parent 01938b2 commit 74916b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Build/ProductCompose.pm
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ sub parse {
$pkgs = add_pkgset($pkgs, get_pkgset_compat($data->{'unpack_packages'}, $arch, $flavor));
}
}
# Unordered repositories is disabling repository layering. This will
# offer all binary versions of all reprositories to the build tool:
push @{$pkgs}, '--unorderedproductrepos' if grep {$_ eq 'OBS_unordered_product_repos'} @{$data->{'build_options'}};
$ret->{'deps'} = $pkgs;

# We have currently no option to configure own path list for the product on purpose
Expand Down

0 comments on commit 74916b1

Please sign in to comment.