This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/asf-site by this push:
new c10d987 publish documentation
c10d987 is described below
commit c10d9879aa0fbf0fab53b66af5539e49edcbdd47
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 24 03:21:31 2022 +0000
publish documentation
---
main/_sources/development/releasing.rst.txt | 32 ++++++++++++++++++++------
main/development/releasing.html | 35 +++++++++++++++++++++++------
main/searchindex.js | 2 +-
3 files changed, 54 insertions(+), 15 deletions(-)
diff --git a/main/_sources/development/releasing.rst.txt
b/main/_sources/development/releasing.rst.txt
index 58ee2a1..a484ed5 100644
--- a/main/_sources/development/releasing.rst.txt
+++ b/main/_sources/development/releasing.rst.txt
@@ -153,8 +153,14 @@ Build source and binaries and submit them
# https://repository.apache.org/#stagingRepositories
dev/release/04-java-upload.sh <version> <rc-number>
+ # Sign and upload the deb/rpm packages and APT/Yum repositories
+ #
+ # This reuses release scripts in apache/arrow. So you need to
+ # specify cloned apache/arrow directory.
+ dev/release/05-linux-upload.sh <arrow-dir> <version> <rc-number>
+
# Start verifications for binaries and wheels
- dev/release/05-binary-verify.sh <version> <rc-number>
+ dev/release/06-binary-verify.sh <version> <rc-number>
Verify the Release
------------------
@@ -199,7 +205,7 @@ Be sure to go through on the following checklist:
.. code-block:: Bash
# dev/release/post-01-upload.sh 0.1.0 0
- dev/release/post-01-upload.sh <version> <rc>
+ dev/release/post-01-upload.sh <version> <rc-number>
git push --tag apache apache-arrow-adbc-<version>
.. dropdown:: Create the final GitHub release
@@ -211,7 +217,7 @@ Be sure to go through on the following checklist:
.. code-block:: Bash
# dev/release/post-02-binary.sh 0.1.0 0
- dev/release/post-02-binary.sh <version> <rc number>
+ dev/release/post-02-binary.sh <version> <rc-number>
.. dropdown:: Update website
:class-title: sd-fs-5
@@ -246,7 +252,19 @@ Be sure to go through on the following checklist:
.. code-block:: Bash
# dev/release/post-04-go.sh 10.0.0
- dev/release/post-04-go.sh X.Y.Z
+ dev/release/post-04-go.sh <version>
+
+.. dropdown:: Deploy APT/Yum repositories
+ :class-title: sd-fs-5
+ :class-container: sd-shadow-md
+
+ .. code-block:: Bash
+
+ # This reuses release scripts in apache/arrow. So you need to
+ # specify cloned apache/arrow directory.
+ #
+ # dev/release/post-05-linux.sh ../arrow 10.0.0 0
+ dev/release/post-05-linux.sh <arrow-dir> <version> <rc-number>
.. dropdown:: Announce the new release
:class-title: sd-fs-5
@@ -270,7 +288,7 @@ Be sure to go through on the following checklist:
.. code-block:: Bash
- dev/release/post-05-remove-old-artifacts.sh
+ dev/release/post-06-remove-old-artifacts.sh
.. dropdown:: Bump versions
:class-title: sd-fs-5
@@ -278,7 +296,7 @@ Be sure to go through on the following checklist:
.. code-block:: Bash
- # dev/release/post-06-bump-versions.sh 0.1.0 0.2.0
- dev/release/post-06-bump-versions.sh <version> <next_version>
+ # dev/release/post-07-bump-versions.sh 0.1.0 0.2.0
+ dev/release/post-07-bump-versions.sh <version> <next_version>
.. _nightly-website.yml:
https://github.com/apache/arrow-adbc/actions/workflows/nightly-website.yml
diff --git a/main/development/releasing.html b/main/development/releasing.html
index a0aa0ed..ad57eed 100644
--- a/main/development/releasing.html
+++ b/main/development/releasing.html
@@ -443,8 +443,14 @@ Follow up Release Candidates</label><div
class="sd-tab-content docutils">
<span class="c1"># https://repository.apache.org/#stagingRepositories</span>
<span class="n">dev</span><span class="o">/</span><span
class="n">release</span><span class="o">/</span><span class="mi">04</span><span
class="o">-</span><span class="n">java</span><span class="o">-</span><span
class="n">upload</span><span class="o">.</span><span class="n">sh</span> <span
class="o"><</span><span class="n">version</span><span class="o">></span>
<span class="o"><</span><span class="n">rc</span><span
class="o">-</span><span class="n">number</span><span class="o">&g [...]
+<span class="c1"># Sign and upload the deb/rpm packages and APT/Yum
repositories</span>
+<span class="c1">#</span>
+<span class="c1"># This reuses release scripts in apache/arrow. So you need
to</span>
+<span class="c1"># specify cloned apache/arrow directory.</span>
+<span class="n">dev</span><span class="o">/</span><span
class="n">release</span><span class="o">/</span><span class="mi">05</span><span
class="o">-</span><span class="n">linux</span><span class="o">-</span><span
class="n">upload</span><span class="o">.</span><span class="n">sh</span> <span
class="o"><</span><span class="n">arrow</span><span class="o">-</span><span
class="nb">dir</span><span class="o">></span> <span
class="o"><</span><span class="n">version</span><span class="o"> [...]
+
<span class="c1"># Start verifications for binaries and wheels</span>
-<span class="n">dev</span><span class="o">/</span><span
class="n">release</span><span class="o">/</span><span class="mi">05</span><span
class="o">-</span><span class="n">binary</span><span class="o">-</span><span
class="n">verify</span><span class="o">.</span><span class="n">sh</span> <span
class="o"><</span><span class="n">version</span><span class="o">></span>
<span class="o"><</span><span class="n">rc</span><span
class="o">-</span><span class="n">number</span><span class="o"> [...]
+<span class="n">dev</span><span class="o">/</span><span
class="n">release</span><span class="o">/</span><span class="mi">06</span><span
class="o">-</span><span class="n">binary</span><span class="o">-</span><span
class="n">verify</span><span class="o">.</span><span class="n">sh</span> <span
class="o"><</span><span class="n">version</span><span class="o">></span>
<span class="o"><</span><span class="n">rc</span><span
class="o">-</span><span class="n">number</span><span class="o"> [...]
</pre></div>
</div>
</section>
@@ -495,7 +501,7 @@ Upload source release artifacts to Subversion<div
class="sd-summary-down docutil
</summary><div class="sd-summary-content sd-card-body docutils">
<p class="sd-card-text">A PMC member must commit the source release artifacts
to Subversion:</p>
<div class="highlight-Bash notranslate"><div
class="highlight"><pre><span></span><span class="c1">#
dev/release/post-01-upload.sh 0.1.0 0</span>
-dev/release/post-01-upload.sh <version> <rc>
+dev/release/post-01-upload.sh <version> <rc-number>
git push --tag apache apache-arrow-adbc-<version>
</pre></div>
</div>
@@ -509,7 +515,7 @@ Create the final GitHub release<div class="sd-summary-down
docutils">
</summary><div class="sd-summary-content sd-card-body docutils">
<p class="sd-card-text">A committer must create the final GitHub release:</p>
<div class="highlight-Bash notranslate"><div
class="highlight"><pre><span></span><span class="c1">#
dev/release/post-02-binary.sh 0.1.0 0</span>
-dev/release/post-02-binary.sh <version> <rc number>
+dev/release/post-02-binary.sh <version> <rc-number>
</pre></div>
</div>
</div>
@@ -557,7 +563,22 @@ Update tags for Go modules<div class="sd-summary-down
docutils">
<svg version="1.1" width="1.5em" height="1.5em" class="sd-octicon
sd-octicon-chevron-up" viewBox="0 0 24 24" aria-hidden="true"><path
fill-rule="evenodd" d="M18.78 15.28a.75.75 0 000-1.06l-6.25-6.25a.75.75 0
00-1.06 0l-6.25 6.25a.75.75 0 101.06 1.06L12 9.56l5.72 5.72a.75.75 0 001.06
0z"></path></svg></div>
</summary><div class="sd-summary-content sd-card-body docutils">
<div class="highlight-Bash notranslate"><div
class="highlight"><pre><span></span><span class="c1">#
dev/release/post-04-go.sh 10.0.0</span>
-dev/release/post-04-go.sh X.Y.Z
+dev/release/post-04-go.sh <version>
+</pre></div>
+</div>
+</div>
+</details><details class="sd-sphinx-override sd-dropdown sd-card sd-mb-3
sd-shadow-md">
+<summary class="sd-summary-title sd-card-header sd-fs-5">
+Deploy APT/Yum repositories<div class="sd-summary-down docutils">
+<svg version="1.1" width="1.5em" height="1.5em" class="sd-octicon
sd-octicon-chevron-down" viewBox="0 0 24 24" aria-hidden="true"><path
fill-rule="evenodd" d="M5.22 8.72a.75.75 0 000 1.06l6.25 6.25a.75.75 0 001.06
0l6.25-6.25a.75.75 0 00-1.06-1.06L12 14.44 6.28 8.72a.75.75 0 00-1.06
0z"></path></svg></div>
+<div class="sd-summary-up docutils">
+<svg version="1.1" width="1.5em" height="1.5em" class="sd-octicon
sd-octicon-chevron-up" viewBox="0 0 24 24" aria-hidden="true"><path
fill-rule="evenodd" d="M18.78 15.28a.75.75 0 000-1.06l-6.25-6.25a.75.75 0
00-1.06 0l-6.25 6.25a.75.75 0 101.06 1.06L12 9.56l5.72 5.72a.75.75 0 001.06
0z"></path></svg></div>
+</summary><div class="sd-summary-content sd-card-body docutils">
+<div class="highlight-Bash notranslate"><div
class="highlight"><pre><span></span><span class="c1"># This reuses release
scripts in apache/arrow. So you need to</span>
+<span class="c1"># specify cloned apache/arrow directory.</span>
+<span class="c1">#</span>
+<span class="c1"># dev/release/post-05-linux.sh ../arrow 10.0.0 0</span>
+dev/release/post-05-linux.sh <arrow-dir> <version>
<rc-number>
</pre></div>
</div>
</div>
@@ -588,7 +609,7 @@ Remove old artifacts<div class="sd-summary-down docutils">
<svg version="1.1" width="1.5em" height="1.5em" class="sd-octicon
sd-octicon-chevron-up" viewBox="0 0 24 24" aria-hidden="true"><path
fill-rule="evenodd" d="M18.78 15.28a.75.75 0 000-1.06l-6.25-6.25a.75.75 0
00-1.06 0l-6.25 6.25a.75.75 0 101.06 1.06L12 9.56l5.72 5.72a.75.75 0 001.06
0z"></path></svg></div>
</summary><div class="sd-summary-content sd-card-body docutils">
<p class="sd-card-text">Remove RC artifacts on <a class="reference external"
href="https://dist.apache.org/repos/dist/dev/arrow/">https://dist.apache.org/repos/dist/dev/arrow/</a>
and old release artifacts on <a class="reference external"
href="https://dist.apache.org/repos/dist/release/arrow">https://dist.apache.org/repos/dist/release/arrow</a>
to follow <a class="reference external"
href="https://infra.apache.org/release-download-pages.html#current-and-older-releases">the
ASF policy</a>:</p>
-<div class="highlight-Bash notranslate"><div
class="highlight"><pre><span></span>dev/release/post-05-remove-old-artifacts.sh
+<div class="highlight-Bash notranslate"><div
class="highlight"><pre><span></span>dev/release/post-06-remove-old-artifacts.sh
</pre></div>
</div>
</div>
@@ -599,8 +620,8 @@ Bump versions<div class="sd-summary-down docutils">
<div class="sd-summary-up docutils">
<svg version="1.1" width="1.5em" height="1.5em" class="sd-octicon
sd-octicon-chevron-up" viewBox="0 0 24 24" aria-hidden="true"><path
fill-rule="evenodd" d="M18.78 15.28a.75.75 0 000-1.06l-6.25-6.25a.75.75 0
00-1.06 0l-6.25 6.25a.75.75 0 101.06 1.06L12 9.56l5.72 5.72a.75.75 0 001.06
0z"></path></svg></div>
</summary><div class="sd-summary-content sd-card-body docutils">
-<div class="highlight-Bash notranslate"><div
class="highlight"><pre><span></span><span class="c1">#
dev/release/post-06-bump-versions.sh 0.1.0 0.2.0</span>
-dev/release/post-06-bump-versions.sh <version> <next_version>
+<div class="highlight-Bash notranslate"><div
class="highlight"><pre><span></span><span class="c1">#
dev/release/post-07-bump-versions.sh 0.1.0 0.2.0</span>
+dev/release/post-07-bump-versions.sh <version> <next_version>
</pre></div>
</div>
</div>
diff --git a/main/searchindex.js b/main/searchindex.js
index 35dac17..4b2508a 100644
--- a/main/searchindex.js
+++ b/main/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["cpp/api/adbc", "cpp/api/adbc_driver_manager",
"cpp/api/index", "cpp/concurrency", "cpp/driver_manager", "cpp/index",
"development/contributing", "development/nightly", "development/releasing",
"driver/cpp/features", "driver/cpp/flight_sql", "driver/cpp/index",
"driver/cpp/postgresql", "driver/cpp/sqlite", "driver/java/flight_sql",
"driver/java/index", "driver/java/jdbc", "format/comparison",
"format/specification", "format/versioning", "go/index", "index", [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["cpp/api/adbc", "cpp/api/adbc_driver_manager",
"cpp/api/index", "cpp/concurrency", "cpp/driver_manager", "cpp/index",
"development/contributing", "development/nightly", "development/releasing",
"driver/cpp/features", "driver/cpp/flight_sql", "driver/cpp/index",
"driver/cpp/postgresql", "driver/cpp/sqlite", "driver/java/flight_sql",
"driver/java/index", "driver/java/jdbc", "format/comparison",
"format/specification", "format/versioning", "go/index", "index", [...]
\ No newline at end of file