revert change about copylinkedpackages option 39/212939/1
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 28 Aug 2019 09:04:12 +0000 (17:04 +0800)
committerbiao716.wang <biao716.wang@samsung.com>
Wed, 28 Aug 2019 09:04:12 +0000 (17:04 +0800)
Change-Id: I0e9ba6be10becd7cc322c01ae124ebdf831c1101

Build.pm

index bac8c60..de1c778 100644 (file)
--- a/Build.pm
+++ b/Build.pm
@@ -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 !~ /^[#%]/) {