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

jleroux 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 2ff9bd6  Improved: updates developers page (OFBIZ-12872)
2ff9bd6 is described below

commit 2ff9bd6fcb350ae67532f53a20a63ab42092555f
Author: Jacques Le Roux <[email protected]>
AuthorDate: Thu Dec 7 13:43:33 2023 +0100

    Improved: updates developers page (OFBIZ-12872)
    
    Simplifies the update of the releaseVersionNumber to use.
    No longer needed to change that when making a new release.
    It will still be needed when changing the branch.
    
    Still php2html.sh changing things in HTML file I did not in PHP
    (formatting and replacing with tabs)
---
 developers.html                  | 9 ++++++---
 template/page/developers.tpl.php | 9 ++++++---
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/developers.html b/developers.html
index e70addd..a3a2856 100644
--- a/developers.html
+++ b/developers.html
@@ -166,10 +166,13 @@
   <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> : 
<code>$ git clone https://github.com/apache/ofbiz-framework.git ofbiz-framework 
</code></li>
   <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ 
git clone https://github.com/apache/ofbiz-plugins.git plugins </code></li>
   <li><i class="icon-pin"></i> <strong>branch release18.12 (stable)</strong>: 
<code>$ git clone https://github.com/apache/ofbiz-framework.git 
ofbiz-framework</code></li>
-  <li>You may need to update the tags before: <code>git fetch --all 
--tags</code></li>
-  <li><code>$ git checkout release18.12.10 </code></li>
+  <li>If you don't want to use the HEAD version (Git default, with last bug 
fixes), you can update the tags before.
+      <br>You can refer to the <a href="download.html">site download page</a> 
for the stable version to use.
+      <br>Note that you need to add "release"in the name  before, like in 
"release18.12.10", eg with releaseVersionNumber as a var:
+      <br><code>git fetch --all --tags</code>
+      <br><code>$ git checkout releaseVersionNumber</code></li>
   <li><i class="icon-pin"></i> <strong>branch release18.12 (stable)</strong>: 
<code>$ git clone https://github.com/apache/ofbiz-plugins.git 
ofbiz-plugins</code></li>
-  <li><code>$ git checkout release18.12.10 </code></li>
+  <li><code>$ git checkout releaseVersionNumber</code></li>
 </ul>
 
     </div>
diff --git a/template/page/developers.tpl.php b/template/page/developers.tpl.php
index c01c750..b4d9d2b 100644
--- a/template/page/developers.tpl.php
+++ b/template/page/developers.tpl.php
@@ -55,10 +55,13 @@
   <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> : 
<code>$ git clone https://github.com/apache/ofbiz-framework.git ofbiz-framework 
</code></li>
   <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ 
git clone https://github.com/apache/ofbiz-plugins.git plugins </code></li>
   <li><i class="icon-pin"></i> <strong>branch release18.12 (stable)</strong>: 
<code>$ git clone https://github.com/apache/ofbiz-framework.git 
ofbiz-framework</code></li>
-  <li>You may need to update the tags before: <code>git fetch --all 
--tags</code></li>
-  <li><code>$ git checkout release18.12.10 </code></li>
+  <li>If you don't want to use the HEAD version (Git default, with last bug 
fixes), you can update the tags before.
+      <br>You can refer to the <a href="download.html">site download page</a> 
for the stable version to use.
+      <br>Note that you need to add "release"in the name  before, like in 
"release18.12.10", eg with releaseVersionNumber as a var:
+      <br><code>git fetch --all --tags</code>
+      <br><code>$ git checkout releaseVersionNumber</code></li>
   <li><i class="icon-pin"></i> <strong>branch release18.12 (stable)</strong>: 
<code>$ git clone https://github.com/apache/ofbiz-plugins.git 
ofbiz-plugins</code></li>
-  <li><code>$ git checkout release18.12.10 </code></li>
+  <li><code>$ git checkout releaseVersionNumber</code></li>
 </ul>
 
     </div>

Reply via email to