This is an automated email from the ASF dual-hosted git repository.
deepak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push:
new 0b74f5c Corrected stable branch refernce on Repositories page. Used
branch name instead of tag to avoid confusion. Earlier release17.12.01 was
added in git chekcout instruction.
0b74f5c is described below
commit 0b74f5cfd6a63c7bc270546e953c6881a230f52a
Author: Deepak Dixit <[email protected]>
AuthorDate: Thu Jul 15 11:51:11 2021 +0530
Corrected stable branch refernce on Repositories page. Used branch name
instead of tag to avoid confusion. Earlier release17.12.01 was added in git
chekcout instruction.
---
source-repositories.html | 4 ++--
template/page/source-repositories.tpl.php | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/source-repositories.html b/source-repositories.html
index e47b7d5..77a2f73 100644
--- a/source-repositories.html
+++ b/source-repositories.html
@@ -178,10 +178,10 @@
<dl class="iconsList">
<dt><i class="icon-pin"></i> <strong>ofbiz-framework branch
release17.12 (stable)</strong><dt>
<dd><code>$ git clone
https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework
</code></dd>
- <dd><code>$ git checkout release17.12.01</code></dd>
+ <dd><code>$ git checkout origin/release17.12</code></dd>
<dt><i class="icon-pin"></i> <strong>ofbiz-plugins branch release17.12
(stable)</strong><dt>
<dd><code>$ git clone
https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins </code></dd>
- <dd><code>$ git checkout release17.12.01</code></dd>
+ <dd><code>$ git checkout origin/release17.12</code></dd>
<dt><i class="icon-pin"></i> <strong>ofbiz-framework branch
release18.12 </strong></dt>
<dd><code>$ git clone
https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework
</code></dd>
<dd><code>$ git checkout origin/release18.12</code></dd>
diff --git a/template/page/source-repositories.tpl.php
b/template/page/source-repositories.tpl.php
index aa8f46f..0dfeab7 100644
--- a/template/page/source-repositories.tpl.php
+++ b/template/page/source-repositories.tpl.php
@@ -67,10 +67,10 @@
<dl class="iconsList">
<dt><i class="icon-pin"></i> <strong>ofbiz-framework branch
release17.12 (stable)</strong><dt>
<dd><code>$ git clone
https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework
</code></dd>
- <dd><code>$ git checkout release17.12.01</code></dd>
+ <dd><code>$ git checkout origin/release17.12</code></dd>
<dt><i class="icon-pin"></i> <strong>ofbiz-plugins branch release17.12
(stable)</strong><dt>
<dd><code>$ git clone
https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins </code></dd>
- <dd><code>$ git checkout release17.12.01</code></dd>
+ <dd><code>$ git checkout origin/release17.12</code></dd>
<dt><i class="icon-pin"></i> <strong>ofbiz-framework branch
release18.12 </strong></dt>
<dd><code>$ git clone
https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework
</code></dd>
<dd><code>$ git checkout origin/release18.12</code></dd>