Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openocd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
openocd
Commits
7252a724
Commit
7252a724
authored
15 years ago
by
David Brownell
Browse files
Options
Downloads
Patches
Plain Diff
Houston, we have Mirror!
parent
8a162e5e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README
+6
-0
6 additions, 0 deletions
README
doc/openocd.texi
+6
-0
6 additions, 0 deletions
doc/openocd.texi
with
12 additions
and
0 deletions
README
+
6
−
0
View file @
7252a724
...
@@ -385,6 +385,11 @@ choice from the main repository:
...
@@ -385,6 +385,11 @@ choice from the main repository:
git://openocd.git.sourceforge.net/gitroot/openocd/openocd
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
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
to set up a local copy of the current repository (make sure there is no
directory called "openocd" in the current directory):
directory called "openocd" in the current directory):
...
@@ -399,6 +404,7 @@ There is also a gitweb interface, which you can use either to browse
...
@@ -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:
the repository or to downlad arbitrary snapshots using HTTP:
http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd
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
Snapshots are compressed tarballs of the source tree, about 1.3 MBytes
each at this writing.
each at this writing.
...
...
This diff is collapsed.
Click to expand it.
doc/openocd.texi
+
6
−
0
View file @
7252a724
...
@@ -177,6 +177,10 @@ a GIT repository hosted at SourceForge. The repository URL is:
...
@@ -177,6 +177,10 @@ a GIT repository hosted at SourceForge. The repository URL is:
@uref
{
git://openocd.git.sourceforge.net/gitroot/openocd/openocd
}
@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
With standard GIT tools, use @command
{
git clone
}
to initialize
a local repository, and @command
{
git pull
}
to update it.
a local repository, and @command
{
git pull
}
to update it.
There are also gitweb pages letting you browse the repository
There are also gitweb pages letting you browse the repository
...
@@ -185,6 +189,8 @@ needing a GIT client:
...
@@ -185,6 +189,8 @@ needing a GIT client:
@uref
{
http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd
}
@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
The @file
{
README
}
file contains the instructions for building the project
from the repository or a snapshot.
from the repository or a snapshot.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment