diff options
author | biao716.wang <biao716.wang@samsung.com> | 2019-08-28 17:04:12 +0800 |
---|---|---|
committer | biao716.wang <biao716.wang@samsung.com> | 2019-08-28 17:04:12 +0800 |
commit | 40e23fec85008ab870407f5c59ae2d66a0226de5 (patch) | |
tree | 3da37b213e3f27e98112644672ab817dece094e3 | |
parent | 4e6276bba20c4a66fc71da3f2cd419b250c81dd6 (diff) | |
download | build-40e23fec85008ab870407f5c59ae2d66a0226de5.tar.gz build-40e23fec85008ab870407f5c59ae2d66a0226de5.tar.bz2 build-40e23fec85008ab870407f5c59ae2d66a0226de5.zip |
revert change about copylinkedpackages option
Change-Id: I0e9ba6be10becd7cc322c01ae124ebdf831c1101
-rw-r--r-- | Build.pm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -348,6 +348,8 @@ sub read_config { } } elsif ($l0 eq 'rpmbuildstage:') { # use the rpmbuild --stage option $config->{'rpmbuildstage'} = $l[0]; + } elsif ($l0 eq 'copylinkedpackages:') { # to enable the RPM compariton tool for prerelease projects + # Since it is not used in build package, do nothing. } elsif ($l0 eq 'singleexport:') { $config->{'singleexport'} = $l[0]; # avoid to export multiple package container in maintenance_release projects } elsif ($l0 !~ /^[#%]/) { |