$config->{'optflags'} = {};
$config->{'order'} = {};
$config->{'exportfilter'} = {};
+ $config->{'publishfilter'} = [];
$config->{'rawmacros'} = '';
$config->{'release'} = '<CI_CNT>.<B_CNT>';
$config->{'repotype'} = [];
next unless @l;
$ll = shift @l;
$config->{'exportfilter'}->{$ll} = [ @l ];
+ } elsif ($l0 eq 'publishfilter:') {
+ $config->{'publishfilter'} = [ @l ];
} elsif ($l0 eq 'optflags:') {
next unless @l;
$ll = shift @l;