projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2411185
)
Update git URL
author
eocallaghan <eocallaghan@web>
Wed, 24 Mar 2010 12:38:17 +0000 (
05:38
-0700)
committer
Charlie <root@leaf.dragonflybsd.org>
Wed, 24 Mar 2010 12:38:17 +0000 (
05:38
-0700)
docs/handbook/handbook-updating-using.mdwn
patch
|
blob
|
blame
|
history
diff --git
a/docs/handbook/handbook-updating-using.mdwn
b/docs/handbook/handbook-updating-using.mdwn
index
ab11edc
..
a69d0e1
100644
(file)
--- a/
docs/handbook/handbook-updating-using.mdwn
+++ b/
docs/handbook/handbook-updating-using.mdwn
@@
-1,4
+1,3
@@
-
## Configuration
@@
-15,7
+14,7
@@
A fresh copy of the repository can be cloned anywhere. Note that the directory
Somewhat finer control can be achieved using git(1) directly: To clone the repository and check out the master branch (this will take some time):
# cd /usr
- # git clone -o chlamydia git://chlamydia.fs.ei.tum.de/dragonfly.git src
+ # git clone -o mirror-master git://mirror-master.dragonflybsd.org/dragonfly.git src
# cd src
The repository can be held up to date by pulling frequently (to set up a cron(8) job, git(1)'s `--git-dir` option can be used):