This is an automated email from the ASF dual-hosted git repository.
william pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e74171c47 MINOR: Move Alan Gates to Emiritus member (#1480)
e74171c47 is described below
commit e74171c478ecd884cacf0daa497394252766f803
Author: William Hyun <[email protected]>
AuthorDate: Tue Apr 25 17:10:59 2023 -0700
MINOR: Move Alan Gates to Emiritus member (#1480)
### What changes were proposed in this pull request?
This PR aims to move Alan Gates to Emiritus member.
Also, Ubuntu version update is also applied.
### Why are the changes needed?
Requested by Alan Gates.
### How was this patch tested?
Manually review.
---
develop/committers/index.html | 22 +++++++++++++++++-----
docs/building.html | 3 +--
2 files changed, 18 insertions(+), 7 deletions(-)
diff --git a/develop/committers/index.html b/develop/committers/index.html
index 3f9896642..fee0e4bf5 100644
--- a/develop/committers/index.html
+++ b/develop/committers/index.html
@@ -157,11 +157,6 @@
<td style="text-align: left">gangwu</td>
<td style="text-align: left">PMC</td>
</tr>
- <tr>
- <td style="text-align: left">Alan Gates</td>
- <td style="text-align: left">gates</td>
- <td style="text-align: left">PMC</td>
- </tr>
<tr>
<td style="text-align: left">Gopal Vijayaraghavan</td>
<td style="text-align: left">gopalv</td>
@@ -345,6 +340,23 @@
</tbody>
</table>
+<h2 id="emiritus-members">Emiritus Members</h2>
+
+<table>
+ <thead>
+ <tr>
+ <th style="text-align: left">Name</th>
+ <th style="text-align: left">Apache Id</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td style="text-align: left">Alan Gates</td>
+ <td style="text-align: left">gates</td>
+ </tr>
+ </tbody>
+</table>
+
<p>Companies with employees that are committers:</p>
<ul>
diff --git a/docs/building.html b/docs/building.html
index 579dd9ac5..b83d1495b 100644
--- a/docs/building.html
+++ b/docs/building.html
@@ -924,7 +924,7 @@
<li>CentOS 7</li>
<li>Debian 10 to 11</li>
<li>MacOS 11.6 and 12.5</li>
- <li>Ubuntu 18.04 to 22.04</li>
+ <li>Ubuntu 20.04 to 22.04</li>
</ul>
<p>You’ll want to install the usual set of developer tools, but at least:</p>
@@ -944,7 +944,6 @@ is in the docker subdirectory, for the list of packages
required to build ORC:</
<li><a
href="https://github.com/apache/orc/blob/main/docker/centos7/Dockerfile">CentOS
7</a></li>
<li><a
href="https://github.com/apache/orc/blob/main/docker/debian10/Dockerfile">Debian
10</a></li>
<li><a
href="https://github.com/apache/orc/blob/main/docker/debian11/Dockerfile">Debian
11</a></li>
- <li><a
href="https://github.com/apache/orc/blob/main/docker/ubuntu18/Dockerfile">Ubuntu
18</a></li>
<li><a
href="https://github.com/apache/orc/blob/main/docker/ubuntu20/Dockerfile">Ubuntu
20</a></li>
<li><a
href="https://github.com/apache/orc/blob/main/docker/ubuntu22/Dockerfile">Ubuntu
22</a></li>
</ul>