projects
/
tools
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff8a739
)
Remove partially merged code of 'create new 'rpmbuildstage:' option on OBS.'
62/84362/1
author
SoonKyu Park
<sk7.park@samsung.com>
Thu, 18 Aug 2016 07:49:51 +0000
(16:49 +0900)
committer
SoonKyu Park
<sk7.park@samsung.com>
Thu, 18 Aug 2016 07:49:51 +0000
(16:49 +0900)
Change-Id: I7548157977c3e061b59fab2bc02942cb1eb70a0e
Build.pm
patch
|
blob
|
history
diff --git
a/Build.pm
b/Build.pm
index 532faa147a4534af86e5134218be067594cb6eea..f058ede17faa90b838827f77f0bd857010378c85 100644
(file)
--- 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");
}