obs-build icon indicating copy to clipboard operation
obs-build copied to clipboard

kiwi build script uses package.onlyarch, which does not exist anymore

Open Vogtinator opened this issue 6 years ago • 1 comments

The kiwi build script does

if ($package->{'onlyarch'} && $package->{'onlyarch'} eq "skipit") {

which does not work anymore as packages now have an arch attribute and onlyarch is not allowed.

Workaround: <package name="aaa_base" replaces="ignored package"/>

Vogtinator avatar Jan 05 '18 15:01 Vogtinator

OBS needs to handle <ignore name="foo"> as well.

Vogtinator avatar Feb 11 '19 12:02 Vogtinator