]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/es/developers/git-en.tex
Updated git repo references (moved from SF to git.bacula.org)
[bacula/docs] / docs / manuals / es / developers / git-en.tex
index 6674441c6f9383b38e4d3c4c2d15c0065b1207ae..88e10f1f1f9e60259424fb7eca63d3ccec18c296 100644 (file)
@@ -17,7 +17,7 @@ main Bacula source code with directories {\bf bacula}, {\bf gui},
 and {\bf regress}.  The second repository contains
 the directories {\bf docs} directory, and the third repository
 contains the {\bf rescue} directory. All three repositories are 
-hosted on Source Forge.
+hosted by UKFast.
 
 Previously everything was in a single SVN repository.
 We have split the SVN repository into three because Git
@@ -56,7 +56,7 @@ You can get a full copy of the Source Forge Bacula Git repository with the
 following command:
 
 \begin{verbatim}
-git clone git://bacula.git.sourceforge.net/gitroot/bacula/bacula trunk
+git clone http://git.bacula.org/bacula trunk
 \end{verbatim}
 
 This will put a read-only copy into the directory {\bf trunk} 
@@ -67,17 +67,6 @@ once you have the repository in say {\bf trunk}, you can copy the
 whole directory to another place and have a fully functional
 git repository.
 
-If you have write permission to the Source Forge
-repository, you can get a copy of the Git repo with:
-
-\begin{verbatim}
-git clone ssh://<userid>@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk
-\end{verbatim}
-
-where you replace \verb+<userid>+ with your Source Forge login 
-userid, and you must have previously uploaded your public ssh key
-to Source Forge.
-
 The above command needs to be done only once. Thereafter, you can:
 
 \begin{verbatim}
@@ -167,7 +156,7 @@ would you do?
 \begin{itemize}
 \item Download the Source code:\\
 \begin{verbatim}
-git clone ssh://<userid>@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk
+git clone http://git.bacula.org/bacula trunk
 \end{verbatim}
 
 \item Configure and Build Bacula:\\