You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by bu...@apache.org on 2014/01/28 16:12:39 UTC

svn commit: r895632 - in /websites/staging/airavata/trunk/content: ./ development/source.html

Author: buildbot
Date: Tue Jan 28 15:12:38 2014
New Revision: 895632

Log:
Staging update by buildbot for airavata

Modified:
    websites/staging/airavata/trunk/content/   (props changed)
    websites/staging/airavata/trunk/content/development/source.html

Propchange: websites/staging/airavata/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jan 28 15:12:38 2014
@@ -1 +1 @@
-1561968
+1562093

Modified: websites/staging/airavata/trunk/content/development/source.html
==============================================================================
--- websites/staging/airavata/trunk/content/development/source.html (original)
+++ websites/staging/airavata/trunk/content/development/source.html Tue Jan 28 15:12:38 2014
@@ -133,11 +133,16 @@
       <div class="span9">
       	<section id="content" class="row">
         	<article class="span9">
-          	<p>Airavata source code is maintained using GIT version control.</p>
+          	<p>The Apache Airavata source repositories are maintained using GIT version control.</p>
 <p>Browse Airavata source repository on <a href="https://git-wip-us.apache.org/repos/asf?p=airavata.git">Web</a>.</p>
-<p>The GIT location is <a href="https://git-wip-us.apache.org/repos/asf/airavata.git">Airavata GIT</a></p>
 <h2 id="source-code">Source Code</h2>
-<p>To check out the source code: git clone https://git-wip-us.apache.org/repos/asf/airavata.git</p>
+<p>To clone the source code for read-only, please use the following:</p>
+<p>https://git.apache.org/repos/asf/airavata.git 
+  OR use the GITHub Mirror
+  https://github.com/apache/airavata.git </p>
+<p>Read-write access for committers, use: </p>
+<p>https://git-wip-us.apache.org/repos/asf/airavata.git </p>
+<p>The Apache Airavata website will remain in Subversion.</p>
 <ul>
 <li>The source code is organized by major components into modules directory. </li>
 <li>The GFac-Core is the POJO style implementation of the Airavata Application Wrapper and Job management tool.</li>