]> git.sur5r.net Git - bacula/docs/commitdiff
Updated git repo references (moved from SF to git.bacula.org)
authorThomas Mueller <thomas@chaschperli.ch>
Mon, 18 Apr 2011 19:11:51 +0000 (21:11 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 18 Apr 2011 19:11:51 +0000 (21:11 +0200)
docs/manuals/de/developers/git.tex
docs/manuals/de/developers/regression.tex
docs/manuals/en/developers/git.tex
docs/manuals/en/developers/regression.tex
docs/manuals/es/developers/base/git.tex
docs/manuals/es/developers/base/regression.tex
docs/manuals/es/developers/git-en.tex
docs/manuals/es/developers/regression-en.tex
docs/manuals/fr/developers/git.tex
docs/manuals/fr/developers/regression.tex

index 6674441c6f9383b38e4d3c4c2d15c0065b1207ae..ba13a02ea6ff66c6a6671e1495710415bd060a90 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.
+by UKFast.
 
 Previously everything was in a single SVN repository.
 We have split the SVN repository into three because Git
@@ -46,17 +46,11 @@ and {\bf regress}. With Git it is not possible to pull only a
 single directory, because of the hash code nature of Git, you
 must take all or nothing.
 
-For developers, the most important thing to remember about Git and
-the Source Forge repository is not to "force" a {\bf push} to the
-repository. Doing so, can possibly rewrite
-the Git repository history and cause a lot of problems for the 
-project.
-
-You can get a full copy of the Source Forge Bacula Git repository with the
+You can get a full copy of the 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 +61,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 +150,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:\\
index 2d4c90ba20037211e6781593957684d5b475b226..a22711ab87596136b07fa70bc28b73b10a39d4fd 100644 (file)
@@ -40,7 +40,7 @@ are working in your home directory in a non-root account):
 \footnotesize
 \begin{verbatim}
 cd
-git clone git://bacula.git.sourceforge.net/gitroot/bacula bacula
+git clone http://git.bacula.org/bacula bacula
 \end{verbatim}
 \normalsize
 
index 9cbeab79f51500a8984e56d5a26d4d6c3a1d110e..2a0f992fd14e35ff04a0a55f98dd0a03a497d846 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}
@@ -177,7 +166,7 @@ machine regardless of how many git repos you work with.
 
 \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:\\
index 0f3606dec30d5f36ea1c980d4c0ef5eb058d854e..32c80ba73015e00296e0618fac9cd9c3c3f60287 100644 (file)
@@ -39,7 +39,7 @@ are working in your home directory in a non-root account):
 
 \footnotesize
 \begin{verbatim}
-git clone git://bacula.git.sourceforge.net/gitroot/bacula/bacula bacula
+git clone http://git.bacula.org/bacula bacula
 \end{verbatim}
 \normalsize
 
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:\\
index 2d4c90ba20037211e6781593957684d5b475b226..a22711ab87596136b07fa70bc28b73b10a39d4fd 100644 (file)
@@ -40,7 +40,7 @@ are working in your home directory in a non-root account):
 \footnotesize
 \begin{verbatim}
 cd
-git clone git://bacula.git.sourceforge.net/gitroot/bacula bacula
+git clone http://git.bacula.org/bacula bacula
 \end{verbatim}
 \normalsize
 
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:\\
index 2d4c90ba20037211e6781593957684d5b475b226..a22711ab87596136b07fa70bc28b73b10a39d4fd 100644 (file)
@@ -40,7 +40,7 @@ are working in your home directory in a non-root account):
 \footnotesize
 \begin{verbatim}
 cd
-git clone git://bacula.git.sourceforge.net/gitroot/bacula bacula
+git clone http://git.bacula.org/bacula bacula
 \end{verbatim}
 \normalsize
 
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:\\
index 2d4c90ba20037211e6781593957684d5b475b226..a22711ab87596136b07fa70bc28b73b10a39d4fd 100644 (file)
@@ -40,7 +40,7 @@ are working in your home directory in a non-root account):
 \footnotesize
 \begin{verbatim}
 cd
-git clone git://bacula.git.sourceforge.net/gitroot/bacula bacula
+git clone http://git.bacula.org/bacula bacula
 \end{verbatim}
 \normalsize