summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/hacker-guide/hacker-guide.tex5
-rw-r--r--doc/user-guide/user-guide.texi16
2 files changed, 7 insertions, 14 deletions
diff --git a/doc/hacker-guide/hacker-guide.tex b/doc/hacker-guide/hacker-guide.tex
index 72c44df1a33..90e92d28fe7 100644
--- a/doc/hacker-guide/hacker-guide.tex
+++ b/doc/hacker-guide/hacker-guide.tex
@@ -20,10 +20,9 @@
\chapter{Introduction}
\section{Coding guidelines}
-GlusterFS uses GNU Arch for version control. To get the latest source do:
+GlusterFS uses Git for version control. To get the latest source do:
\begin{verbatim}
- $ tla register-archive http://arch.sv.gnu.org/archives/gluster
- $ tla -A gluster@sv.gnu.org get glusterfs--mainline--2.4
+ $ git clone git://git.sv.gnu.org/gluster.git glusterfs
\end{verbatim}
\noindent
GlusterFS follows the GNU coding
diff --git a/doc/user-guide/user-guide.texi b/doc/user-guide/user-guide.texi
index 903f0eb629e..943b446d9d4 100644
--- a/doc/user-guide/user-guide.texi
+++ b/doc/user-guide/user-guide.texi
@@ -266,19 +266,13 @@ the recommended method is to download the latest release tarball.
Release tarballs are available at: @indicateurl{http://gluster.org/download.php}.
If you want the bleeding edge development source, you can get them
-from the @acronym{GNU}
-Arch@footnote{@indicateurl{http://www.gnu.org/software/gnu-arch/}}
-repository. First you must install @acronym{GNU} Arch itself. Then
-register the GlusterFS archive by doing:
+from the Git
+@footnote{@indicateurl{http://git-scm.com}}
+repository. First you must install Git itself. Then
+you can check out the source
@example
-$ tla register-archive http://arch.sv.gnu.org/archives/gluster
-@end example
-
-Now you can check out the source itself:
-
-@example
-$ tla get -A gluster@@sv.gnu.org glusterfs--mainline--3.0
+$ git clone git://git.sv.gnu.org/gluster.git glusterfs
@end example
@node Building