Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
download [2016/04/07 16:26] – [Debian] neyrondownload [2018/07/05 18:03] neyron
Line 132: Line 132:
 ====== Development code base ====== ====== Development code base ======
  
-===== On Inria's Gforge =====+===== On GitHub =====
  
-The OAR project is hosted by the Inria's Gforge at https://gforge.inria.fr/projects/oar/.+OAR sources repository is on Github: https://github.com/oar-team/oar
  
-=== Developer access === +=== Read-only access ===
- +
-You need a Inria Gforge account to get the developer access. This requires you to be part of a research collaboration/project with Inria.+
  
 <code bash> <code bash>
-$ git clone git+ssh://developername@scm.gforge.inria.fr//gitroot//oar/oar.git+$ git clone git://github.com/oar-team/oar.git
 </code> </code>
  
-=== Anonymous access === +=== Developper access ===
 <code bash> <code bash>
-$ git clone git://scm.gforge.inria.fr/oar/oar.git+$ git clone git@github.com:oar-team/oar.git
 </code> </code>
  
  
-===== On GitHub =====+===== On Inria's Gforge =====
  
-To ease collaborative development (pull request, issues...), the main branches of the OAR repository are also pushed on Github. You'll find the repository here: https://github.com/oar-team/oar.+The OAR project previously used the Inria's Gforge: https://gforge.inria.fr/projects/oar/.
  
-=== Read-only access ===+=== Developer access === 
 + 
 +You need a Inria Gforge account to get the developer access. This requires you to be part of a research collaboration/project with Inria.
  
 <code bash> <code bash>
-$ git clone git://github.com/oar-team/oar.git+$ git clone git+ssh://developername@scm.gforge.inria.fr//gitroot//oar/oar.git
 </code> </code>
  
-=== Developper access ===+=== Anonymous access === 
 <code bash> <code bash>
-$ git clone git@github.com:oar-team/oar.git+$ git clone git://scm.gforge.inria.fr/oar/oar.git
 </code> </code>
 +
  
  
download.txt · Last modified: 2024/04/10 16:19 by neyron
Recent changes RSS feed GNU Free Documentation License 1.3 Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki