summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-08-01 21:53:26 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-08-01 21:53:26 +0200
commit7466fb272d4941e71024068949d26891881a081c (patch)
treecd6f7800fd673f21dacb7dc4e2fb230b07b5c30a
parent0488c48e764897b536769886814bbf3b3d279504 (diff)
gnumach and mig are now in git, not cvs anymore
-rw-r--r--microkernel/mach/gnumach/building.mdwn7
-rw-r--r--microkernel/mach/mig/gnu_mig/building.mdwn4
2 files changed, 4 insertions, 7 deletions
diff --git a/microkernel/mach/gnumach/building.mdwn b/microkernel/mach/gnumach/building.mdwn
index 99e566bb..8b851dde 100644
--- a/microkernel/mach/gnumach/building.mdwn
+++ b/microkernel/mach/gnumach/building.mdwn
@@ -10,12 +10,9 @@ enabled) is around 50 MiB.
### Developers's RCS
-See <http://savannah.gnu.org/cvs/?group=hurd>.
+See <http://savannah.gnu.org/git/?group=hurd>.
- $ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/hurd co -r gnumach-1-branch gnumach
-
-(Most probably you want to get hold of the *GNU Mach 1 branch* and not the
-trunk, which is also what we've done above.)
+ $ git clone git.savannah.gnu.org:/srv/git/hurd/gnumach.git
You then have to create the automatically generatable files:
diff --git a/microkernel/mach/mig/gnu_mig/building.mdwn b/microkernel/mach/mig/gnu_mig/building.mdwn
index f92f7dbe..33507283 100644
--- a/microkernel/mach/mig/gnu_mig/building.mdwn
+++ b/microkernel/mach/mig/gnu_mig/building.mdwn
@@ -5,9 +5,9 @@ If you want to build the Mach Interface Generator yourself instead of just using
## <a name="Getting_the_Source_Code"> Getting the Source Code </a>
You can chose between getting the [sources from the developers'
-RCS](http://savannah.gnu.org/cvs/?group=hurd):
+RCS](http://savannah.gnu.org/git/?group=hurd):
- $ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/hurd co mig
+ $ git clone git://git.savannah.gnu.org:/srv/git/hurd/mig.git
... or (if you are working on a Debian system) the ones that are used for the [current Debian mig package](http://packages.debian.net/source/unstable/mig):