From: SoonKyu Park Date: Thu, 18 Aug 2016 07:49:51 +0000 (+0900) Subject: Remove partially merged code of 'create new 'rpmbuildstage:' option on OBS.' X-Git-Tag: upstream/20160629~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d04ca10732f9b7390a34e82e9ebb0d91aabed06a;p=tools%2Fbuild.git Remove partially merged code of 'create new 'rpmbuildstage:' option on OBS.' Change-Id: I7548157977c3e061b59fab2bc02942cb1eb70a0e --- diff --git a/Build.pm b/Build.pm index 532faa1..f058ede 100644 --- a/Build.pm +++ b/Build.pm @@ -327,8 +327,6 @@ sub read_config { } else { push @{$config->{'constraint'}}, $l; } - } elsif ($l0 eq 'rpmbuildstage:') { # use the rpmbuild --stage option - $config->{'rpmbuildstage'} = $l[0]; } elsif ($l0 !~ /^[#%]/) { warn("unknown keyword in config: $l0\n"); }