diff options
author | Harshavardhana <harsha@zresearch.com> | 2009-03-09 10:31:53 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-03-10 00:48:08 +0530 |
commit | d4adb2b0f5e7cd8e91d384f3f9047deab2464647 (patch) | |
tree | 604b9824f5cef8fdf0707deea1e441c78ccd4f5a /doc/hacker-guide | |
parent | 2323b92d9b7b679c84cab64697fc715434e28ac9 (diff) |
removed word "tla" from last of the remaining files
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'doc/hacker-guide')
-rw-r--r-- | doc/hacker-guide/hacker-guide.tex | 5 |
1 files changed, 2 insertions, 3 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 |