svn commit: r1785937 - /ofbiz/site/source-repositories.html

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1785937 - /ofbiz/site/source-repositories.html

jleroux@apache.org
Author: jleroux
Date: Wed Mar  8 09:18:05 2017
New Revision: 1785937

URL: http://svn.apache.org/viewvc?rev=1785937&view=rev
Log:
Updates the GitHub repos links

Modified:
    ofbiz/site/source-repositories.html

Modified: ofbiz/site/source-repositories.html
URL: http://svn.apache.org/viewvc/ofbiz/site/source-repositories.html?rev=1785937&r1=1785936&r2=1785937&view=diff
==============================================================================
--- ofbiz/site/source-repositories.html (original)
+++ ofbiz/site/source-repositories.html Wed Mar  8 09:18:05 2017
@@ -77,12 +77,16 @@
         <li><b>release12.04</b>: $ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release12.04 ofbiz.12.04</li>
         <li><b>website</b>: $ svn co http://svn.apache.org/repos/asf/ofbiz/site ofbiz-website</li>
       </ul>
-<p>There are also 2 Git repositories, one for committers and one for users at GitHub</p>
+<p>There are also 2 type of Git repositories, one for committers and one for users at GitHub</p>
       <ul>
         <li><b>Git for committers</b> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+committers" class="external-link" rel="nofollow" target="external">This wiki page explains how to use it.</a></li>
         <li>
-          <b>GitHub for users</b>: The repository is available at <a href="https://github.com/apache/ofbiz" class="external-link" rel="nofollow" target="external">https://github.com/apache/ofbiz</a>
-          <p><font color="red">After splitting plugins (ex specialpurpose) from the rest, we are waiting for an update of the OFBiz GitHub mirror (see INFRA-13497). So this is a WIP...</font></p>
+          <b>GitHub for users</b>: Since the trunk was split (specialpurpose and hotdeploy merged in plugins, framework and plugins being apart), there are 3 repositories available at
+          <ul>
+            <li>Only the framework: <a href="https://github.com/apache/ofbiz-framework" class="external-link" rel="nofollow" target="external">https://github.com/apache/ofbiz-framework</a>
+            <li>Only the plugins: <a href="https://github.com/apache/ofbiz-plugins" class="external-link" rel="nofollow" target="external">https://github.com/apache/ofbiz-plugins</a>
+            <li>Only the release branches (the rest is stuck at the split date): <a href="https://github.com/apache/ofbiz" class="external-link" rel="nofollow" target="external">https://github.com/apache/ofbiz</a>
+          <ul>
           <p>Note though that an issue has been reported for GitHub once in <a href="https://issues.apache.org/jira/browse/OFBIZ-4336?focusedCommentId=13066670&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13066670" class="external-link" rel="nofollow" target="external">this Jira comment</a></p>
           </li>
       </ul>