removed word "tla" from last of the remaining files
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
This commit is contained in:
parent
2323b92d9b
commit
d4adb2b0f5
@ -4,7 +4,7 @@ SUBDIRS = argp-standalone libglusterfs $(LIBGLUSTERFSCLIENT_SUBDIR) xlators sche
|
|||||||
|
|
||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
|
|
||||||
tlaclean: distclean
|
gitclean: distclean
|
||||||
find . -name Makefile.in -exec rm -f {} \;
|
find . -name Makefile.in -exec rm -f {} \;
|
||||||
find . -name Makefile -exec rm -f {} \;
|
find . -name Makefile -exec rm -f {} \;
|
||||||
find . -name mount.glusterfs -exec rm -f {} \;
|
find . -name mount.glusterfs -exec rm -f {} \;
|
||||||
|
@ -20,10 +20,9 @@
|
|||||||
\chapter{Introduction}
|
\chapter{Introduction}
|
||||||
|
|
||||||
\section{Coding guidelines}
|
\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}
|
\begin{verbatim}
|
||||||
$ tla register-archive http://arch.sv.gnu.org/archives/gluster
|
$ git clone git://git.sv.gnu.org/gluster.git glusterfs
|
||||||
$ tla -A gluster@sv.gnu.org get glusterfs--mainline--2.4
|
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
\noindent
|
\noindent
|
||||||
GlusterFS follows the GNU coding
|
GlusterFS follows the GNU coding
|
||||||
|
@ -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}.
|
Release tarballs are available at: @indicateurl{http://gluster.org/download.php}.
|
||||||
|
|
||||||
If you want the bleeding edge development source, you can get them
|
If you want the bleeding edge development source, you can get them
|
||||||
from the @acronym{GNU}
|
from the Git
|
||||||
Arch@footnote{@indicateurl{http://www.gnu.org/software/gnu-arch/}}
|
@footnote{@indicateurl{http://git-scm.com}}
|
||||||
repository. First you must install @acronym{GNU} Arch itself. Then
|
repository. First you must install Git itself. Then
|
||||||
register the GlusterFS archive by doing:
|
you can check out the source
|
||||||
|
|
||||||
@example
|
@example
|
||||||
$ tla register-archive http://arch.sv.gnu.org/archives/gluster
|
$ git clone git://git.sv.gnu.org/gluster.git glusterfs
|
||||||
@end example
|
|
||||||
|
|
||||||
Now you can check out the source itself:
|
|
||||||
|
|
||||||
@example
|
|
||||||
$ tla get -A gluster@@sv.gnu.org glusterfs--mainline--3.0
|
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@node Building
|
@node Building
|
||||||
|
@ -39,7 +39,7 @@ Build/Install mod_glusterfs
|
|||||||
|
|
||||||
**********************************************************************************
|
**********************************************************************************
|
||||||
* TO INSTALL MODGLUSTERFS, PLEASE USE,
|
* TO INSTALL MODGLUSTERFS, PLEASE USE,
|
||||||
* apxs -n glusterfs -ia /usr/lib/glusterfs/1.4.0tla872/apache/2.2/mod_glusterfs.so
|
* apxs -n glusterfs -ia /usr/lib/glusterfs/2.0.0rc4/apache/2.2/mod_glusterfs.so
|
||||||
**********************************************************************************
|
**********************************************************************************
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user