Jogamp SCM Repositories: Difference between revisions

From JogampWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 25: Line 25:
Staging and release repos:
Staging and release repos:
* http://jogamp.org/git/
* http://jogamp.org/git/
** <i>git protocol currently disable, sorry</i>
** <pre>git clone git://jogamp.com/srv/scm/<module>.git <module></pre>
** <pre>git clone http://jogamp.org/git/<module>.git <module></pre>
** <pre>git clone http://jogamp.org/git/<module>.git <module></pre>
* http://jausoft.com/git/
* http://jausoft.com/git/
** <pre>git clone git://jausoft.com/srv/scm/<module>.git <module></pre>
** <pre>git clone git://jausoft.com/srv/scm/<module>.git <module></pre>
** <pre>git clone http://jausoft.com/git/<module>.git <module></pre>
** <pre>git clone http://jausoft.com/git/<module>.git <module></pre>

Revision as of 12:07, 21 December 2010

Modules:

  • applet-launcher.git
  • gluegen
  • jogl
  • jogl-demos
  • jocl
  • jocl-demos
  • joal
  • joal-demos


Developer and hence master repos:


Staging and release repos:

  • http://jogamp.org/git/
    • git clone git://jogamp.com/srv/scm/<module>.git <module>
    • git clone http://jogamp.org/git/<module>.git <module>
  • http://jausoft.com/git/
    • git clone git://jausoft.com/srv/scm/<module>.git <module>
    • git clone http://jausoft.com/git/<module>.git <module>