diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-04-03 01:55:17 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-04-03 01:55:17 +0200 |
commit | 47f36c3e95fe71da9573d75ebf1d109accc1bc0b (patch) | |
tree | fa80fcbea0f6405750eb9599dec770dabda6dbb1 /hurd | |
parent | 3f5b019c3f6e0c6e1683b2374cc86116251ecf2b (diff) |
Fix hurd source repository
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/building.mdwn | 4 | ||||
-rw-r--r-- | hurd/building/example.mdwn | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/hurd/building.mdwn b/hurd/building.mdwn index 1674b770..e7c64a89 100644 --- a/hurd/building.mdwn +++ b/hurd/building.mdwn @@ -22,9 +22,9 @@ details. ## Getting the Source Code You can chose between getting the [sources from the developers's -RCS](http://savannah.gnu.org/cvs/?group=hurd): +git](http://savannah.gnu.org/git/?group=hurd): - $ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/hurd co hurd + $ git clone git://git.savannah.gnu.org/hurd.git ... or (if you are working on a Debian system) the ones that are used for the [current Debian hurd package](http://packages.debian.net/source/unstable/hurd): diff --git a/hurd/building/example.mdwn b/hurd/building/example.mdwn index bf31bf7e..00c0f383 100644 --- a/hurd/building/example.mdwn +++ b/hurd/building/example.mdwn @@ -11,7 +11,7 @@ is included in the section entitled I checked out the source code on my Ubuntu GNU/Linux system connected to the Internet using: - cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/hurd co hurd + git clone git://git.savannah.gnu.org/hurd.git I mounted the hurd directory on Ubuntu from my GNU Hurd system connected to the LAN through NFS: |