Alternative FSO GIT repository

From Openmoko

(Difference between revisions)
Jump to: navigation, search
Line 4: Line 4:
  
 
Currently you can't use freesmartphone.org repository via http:// , so it can be a problem for users behind restrictive firewall.
 
Currently you can't use freesmartphone.org repository via http:// , so it can be a problem for users behind restrictive firewall.
[http://freesmartphone.org freesmartphone.org] git repository is mirrored to [http://repo.or.cz repo.or.cz]. To use it just use instead of:
+
[http://freesmartphone.org freesmartphone.org] git repository is mirrored to [http://repo.or.cz repo.or.cz]. Instead of:
 
<pre>
 
<pre>
 
git clone git://git.freesmartphone.org/zhone
 
git clone git://git.freesmartphone.org/zhone
Line 10: Line 10:
 
you can use:
 
you can use:
 
<pre>
 
<pre>
git clone http://repo.or.cz/r/zhone.git
+
git clone http://repo.or.cz/r/zhone
 
</pre>
 
</pre>
 
+
And so on.
 
Have fun!
 
Have fun!
  
 
[[Category:Application Developer]]
 
[[Category:Application Developer]]
 
[[Category:FSO]]
 
[[Category:FSO]]

Revision as of 20:27, 19 October 2008

The official FSO git repository is this one:

git.freesmartphone.org

Currently you can't use freesmartphone.org repository via http:// , so it can be a problem for users behind restrictive firewall. freesmartphone.org git repository is mirrored to repo.or.cz. Instead of:

git clone git://git.freesmartphone.org/zhone

you can use:

git clone http://repo.or.cz/r/zhone

And so on. Have fun!

Personal tools

The official FSO git repository is this one:

git.freesmartphone.org

Currently you can't use freesmartphone.org repository via http:// , so it can be a problem for users behind restrictive firewall. freesmartphone.org git repository is mirrored to repo.or.cz. To use it just use instead of:

git clone git://git.freesmartphone.org/zhone

you can use:

git clone http://repo.or.cz/r/zhone.git

Have fun!