diff options
author | biao716.wang <biao716.wang@samsung.com> | 2019-06-23 13:18:30 +0800 |
---|---|---|
committer | biao716.wang <biao716.wang@samsung.com> | 2019-06-23 13:18:30 +0800 |
commit | 4e6276bba20c4a66fc71da3f2cd419b250c81dd6 (patch) | |
tree | 24160b227481d84f0c8c88f70168258d6c7a20ab | |
parent | d649da5b2c92a5b4e1c6928ace6cbc1487af48bc (diff) | |
download | build-4e6276bba20c4a66fc71da3f2cd419b250c81dd6.tar.gz build-4e6276bba20c4a66fc71da3f2cd419b250c81dd6.tar.bz2 build-4e6276bba20c4a66fc71da3f2cd419b250c81dd6.zip |
removed duplicated codessubmit/devel/20190730.075528submit/devel/20190730.074441
Change-Id: I6d050b371f769d0b23a9def2adbd418c09c09a8b
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
-rw-r--r-- | Build.pm | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -346,10 +346,8 @@ sub read_config { } else { push @{$config->{'constraint'}}, $l; } - } elsif ($l0 eq 'rpmbuildstage:') { # use the rpmbuild --stage option - $config->{'rpmbuildstage'} = $l[0]; - } elsif ($l0 eq 'rpmbuildstage:') { # use the rpmbuild --stage option - $config->{'rpmbuildstage'} = $l[0]; + } elsif ($l0 eq 'rpmbuildstage:') { # use the rpmbuild --stage option + $config->{'rpmbuildstage'} = $l[0]; } elsif ($l0 eq 'singleexport:') { $config->{'singleexport'} = $l[0]; # avoid to export multiple package container in maintenance_release projects } elsif ($l0 !~ /^[#%]/) { |