This is an automated email from the ASF dual-hosted git repository.

dongjoon 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 ec9fbf9  MINOR: Add Yiqun
ec9fbf9 is described below

commit ec9fbf91add360b2605b89868220a90659df303d
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Nov 25 17:04:56 2021 -0800

    MINOR: Add Yiqun
---
 develop/committers/index.html   |  6 +++++
 develop/make-release/index.html | 49 +++++++++++++++++++++++++++--------------
 2 files changed, 39 insertions(+), 16 deletions(-)

diff --git a/develop/committers/index.html b/develop/committers/index.html
index a99c8b0..79efdce 100644
--- a/develop/committers/index.html
+++ b/develop/committers/index.html
@@ -306,6 +306,11 @@
       <td style="text-align: left">Committer</td>
     </tr>
     <tr>
+      <td style="text-align: left">Yiqun Zhang</td>
+      <td style="text-align: left">yqzhang</td>
+      <td style="text-align: left">Committer</td>
+    </tr>
+    <tr>
       <td style="text-align: left">Aihua Xu</td>
       <td style="text-align: left">zihuaxu</td>
       <td style="text-align: left">Committer</td>
@@ -323,6 +328,7 @@
   <li>Confluent</li>
   <li>Facebook</li>
   <li>Hortonworks</li>
+  <li>Huya</li>
   <li>Intel</li>
   <li>LinkedIn</li>
   <li>Microsoft</li>
diff --git a/develop/make-release/index.html b/develop/make-release/index.html
index 529ed58..ee6395f 100644
--- a/develop/make-release/index.html
+++ b/develop/make-release/index.html
@@ -107,19 +107,28 @@
 <div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>% wget 
https://github.com/apache/orc/archive/release-X.Y.Zrc0.tar.gz
 % tar xzf release-X.Y.Zrc0.tar.gz
 % mv orc-release-X.Y.Zrc0 orc-X.Y.Z
-% tar czf orc-X.Y.Zrc0.tar.gz orc-X.Y.Z
-% shasum -a 256 orc-X.Y.Zrc0.tar.gz &gt; orc-X.Y.Zrc0.tar.gz.sha256
-% gpg --detach-sig --armor orc-X.Y.Zrc0.tar.gz
+% tar czf orc-X.Y.Z.tar.gz orc-X.Y.Z
+% mkdir orc-X.Y.Z-rc0
+% mv orc-X.Y.Z.tar.gz orc-X.Y.Z-rc0
+% cd orc-X.Y.Z-rc0
+% shasum -a 256 orc-X.Y.Z.tar.gz &gt; orc-X.Y.Z.tar.gz.sha256
+% gpg --detach-sig --armor orc-X.Y.Z.tar.gz
 </code></pre></div></div>
 
-<p>Copy the artifacts into your personal Apache website.</p>
+<p>Verify the artifacts</p>
 
-<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>% sftp &lt;apacheid&gt;@home.apache.org
-sftp&gt; cd public_html
-sftp&gt; mkdir orc-X.Y.Zrc0
-sftp&gt; cd orc-X.Y.Zrc0
-sftp&gt; put orc-X.Y.Zrc0*
-sftp&gt; quit
+<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>% shasum -a256 orc-X.Y.Z.tar.gz | diff - 
orc-X.Y.Z.tar.gz.sha256
+% gpg --verify orc-X.Y.Z.tar.gz.asc
+% cd ..
+</code></pre></div></div>
+
+<p>Upload the artifacts into Apache dev distribution website.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>% svn co --depth=files 
"https://dist.apache.org/repos/dist/dev/orc"; svn-orc
+% mv orc-X.Y.Z-rc0 svn-orc
+% cd svn-orc
+% svn add orc-X.Y.Z-rc0
+% svn commit -m "Upload Apache ORC X.Y.Z RC0"
 </code></pre></div></div>
 
 <p>Make sure your GPG key is present in <a href="https://id.apache.org";>Apache
@@ -134,15 +143,23 @@ to get the list of jiras that are fixed in X.Y.Z</p>
 <p>Send email with the vote:</p>
 
 <div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>To: [email protected]
-Subject: [VOTE] Should we release ORC X.Y.Zrc0?
+Subject: [VOTE] Release Apache ORC X.Y.Z (RC0)
+
+Please vote on releasing the following candidate as Apache ORC version X.Y.Z.
+
+[ ] +1 Release this package as Apache ORC X.Y.Z
+[ ] -1 Do not release this package because ...
+
+TAG:
+https://github.com/apache/orc/releases/tag/release-X.Y.Zrc0
 
-All,
+RELEASE FILES:
+https://dist.apache.org/repos/dist/dev/orc/orc-X.Y.Z-rc0
 
-Should we release the following artifacts as ORC X.Y.Z?
+LIST OF ISSUES:
+https://issues.apache.org/jira/projects/ORC/versions/&lt;fixid&gt;
 
-tar: http://home.apache.org/~omalley/orc-X.Y.Zrc0/
-tag: https://github.com/apache/orc/releases/tag/release-X.Y.Zrc0
-jiras: https://issues.apache.org/jira/browse/ORC/fixforversion/&lt;fixid&gt;
+This vote will be open for 72 hours.
 
 Thanks!
 </code></pre></div></div>

Reply via email to