You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by gi...@apache.org on 2022/03/09 19:53:55 UTC

[db-jdo-site] branch publish updated: Auto-deploy site for commit eb9a2eeac3

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

github-bot pushed a commit to branch publish
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git


The following commit(s) were added to refs/heads/publish by this push:
     new c3f152a  Auto-deploy site for commit eb9a2eeac3
c3f152a is described below

commit c3f152a70838b4bf8e149c509b65746128f4d78d
Author: Tilmann <ti...@apache.org>
AuthorDate: Wed Mar 9 19:53:50 2022 +0000

    Auto-deploy site for commit eb9a2eeac3
---
 content/source-code.html | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/content/source-code.html b/content/source-code.html
index ffa6e82..bd2b7db 100644
--- a/content/source-code.html
+++ b/content/source-code.html
@@ -305,15 +305,13 @@ table.CodeRay td.code{padding:0 0 0 .75em}
 <div class="sect2">
 <h3 id="_source_code_version_control">Source Code Version Control<a id="Source_Code_Version_Control"></a></h3>
 <div class="paragraph">
-<p>Apache JDO uses <a href="https://git-scm.com">git</a> to manage its source code.</p>
-</div>
-<div class="paragraph">
 <p>To receive notice of commits to the repository subscribe to
 <a href="mailto:jdo-commits@db.apache.org">jdo-commits@db.apache.org</a> by sending email to <a href="mailto:jdo-commits-subscribe@db.apache.org">jdo-commits-subscribe@db.apache.org</a>.</p>
 </div>
 <div class="paragraph">
-<p>The ASF operates a dual hosting system for repositories that use Git as their primary version
-control system. This means committers may commit to either gitbox.apache.org or GitHub.
+<p>The ASF operates a dual hosting system for repositories that use <a href="https://git-scm.com">git</a> as their primary version
+control system. This means committers may commit to either <a href="https://github.com/apache/db-jdo.git">GitHub</a>
+or <a href="https://gitbox.apache.org/repos/asf/db-jdo.git">gitbox.apache.org</a>.
 Changes are automatically mirrored to the other repository.</p>
 </div>
 </div>
@@ -324,8 +322,7 @@ Changes are automatically mirrored to the other repository.</p>
 </div>
 <div class="literalblock">
 <div class="content">
-<pre>git clone https://gitbox.apache.org/repos/asf/db-jdo.git
-git clone https://github.com/apache/db-jdo.git</pre>
+<pre>git clone https://github.com/apache/db-jdo.git</pre>
 </div>
 </div>
 <div class="paragraph">
@@ -339,12 +336,12 @@ See <a href="https://gitbox.apache.org/setup">gitbox setup</a> for more details
 <div class="sect2">
 <h3 id="_web_site">Web Site</h3>
 <div class="paragraph">
-<p>The sources for this site are available in a distinct Git repository:</p>
+<p>The sources for this site are available in a distinct repository that is also available on <a href="https://github.com/apache/db-jdo-site.git" class="bare">https://github.com/apache/db-jdo-site.git</a>
+[GitHub] and <a href="https://gitbox.apache.org/repos/asf/db-jdo-site.git">gitbox.apache.org</a>:</p>
 </div>
 <div class="literalblock">
 <div class="content">
-<pre>https://gitbox.apache.org/repos/asf/db-jdo-site.git
-https://github.com/apache/db-jdo-site.git</pre>
+<pre>https://github.com/apache/db-jdo-site.git</pre>
 </div>
 </div>
 </div>