Skip to content

Commit 4dec867

Browse files
committed
gitaddrev: There is no OTC and public web repo is obsolete
Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from #229)
1 parent 7bf54c6 commit 4dec867

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

review-tools/gitaddrev

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)