File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -128,17 +128,11 @@ foreach (@ARGV) {
128128 push @collect_possible_reviewers , $1 ;
129129 } elsif (/ ^--verbose$ / ) {
130130 $verbose = 1;
131- } elsif (/ ^--web$ / ) {
132- $WHAT = ' web' ;
133- $min_authors = 1;
134- # openssl/web is governed by OMC
135- $min_otc = 0;
136- $min_omc = 2;
137131 } elsif (/ --tools$ / ) {
138132 $WHAT = ' tools' ;
139133 $min_authors = 1;
140134 # openssl/tools is governed by OTC
141- $min_otc = 2 ;
135+ $min_otc = 0 ;
142136 $min_omc = 0;
143137 } elsif (/ --fuzz-corpora$ / ) {
144138 $WHAT = ' fuzz-corpora' ;
@@ -156,7 +150,7 @@ foreach (@ARGV) {
156150 $WHAT = ' installer' ;
157151 $min_authors = 1;
158152 # openssl/installer is governed by OTC
159- $min_otc = 1 ;
153+ $min_otc = 0 ;
160154 $min_omc = 0;
161155 } elsif (/ ^--release$ / ) {
162156 $release = 1;
You can’t perform that action at this time.
0 commit comments