]> git.sur5r.net Git - openocd/commitdiff
Houston, we have Mirror!
authorDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 8 Oct 2009 02:11:37 +0000 (19:11 -0700)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 8 Oct 2009 02:11:37 +0000 (19:11 -0700)
README
doc/openocd.texi

diff --git a/README b/README
index 741432302e613de2b2ab589c41f2321fbdefcc8b..33258e8aab065391e26c2a47fccaf3b1990b6797 100644 (file)
--- a/README
+++ b/README
@@ -385,6 +385,11 @@ choice from the main repository:
 
    git://openocd.git.sourceforge.net/gitroot/openocd/openocd
 
+You may prefer to use a mirror:
+
+   http://repo.or.cz/r/openocd.git
+   git://repo.or.cz/openocd.git
+
 Using the GIT command line client, you might use the following command
 to set up a local copy of the current repository (make sure there is no
 directory called "openocd" in the current directory):
@@ -399,6 +404,7 @@ There is also a gitweb interface, which you can use either to browse
 the repository or to downlad arbitrary snapshots using HTTP:
 
    http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd
+   http://repo.or.cz/w/openocd.git
 
 Snapshots are compressed tarballs of the source tree, about 1.3 MBytes
 each at this writing.
index fc971db203f6c7a20a4aa3d2486a99303c52b294..11bd7e0aa80cbb7005f7e48fec8655f003d51526 100644 (file)
@@ -177,6 +177,10 @@ a GIT repository hosted at SourceForge.  The repository URL is:
 
 @uref{git://openocd.git.sourceforge.net/gitroot/openocd/openocd}
 
+You may prefer to use a mirror and the HTTP protocol:
+
+@uref{http://repo.or.cz/r/openocd.git}
+
 With standard GIT tools, use @command{git clone} to initialize
 a local repository, and @command{git pull} to update it.
 There are also gitweb pages letting you browse the repository
@@ -185,6 +189,8 @@ needing a GIT client:
 
 @uref{http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd}
 
+@uref{http://repo.or.cz/w/openocd.git}
+
 The @file{README} file contains the instructions for building the project
 from the repository or a snapshot.