From 4def8bdc079f2598034791b7b88d091c53454f9e Mon Sep 17 00:00:00 2001 From: Thomas Mueller Date: Mon, 18 Apr 2011 21:11:51 +0200 Subject: [PATCH] Updated git repo references (moved from SF to git.bacula.org) --- docs/manuals/de/developers/git.tex | 25 +++---------------- docs/manuals/de/developers/regression.tex | 2 +- docs/manuals/en/developers/git.tex | 17 +++---------- docs/manuals/en/developers/regression.tex | 2 +- docs/manuals/es/developers/base/git.tex | 17 +++---------- .../manuals/es/developers/base/regression.tex | 2 +- docs/manuals/es/developers/git-en.tex | 17 +++---------- docs/manuals/es/developers/regression-en.tex | 2 +- docs/manuals/fr/developers/git.tex | 17 +++---------- docs/manuals/fr/developers/regression.tex | 2 +- 10 files changed, 21 insertions(+), 82 deletions(-) diff --git a/docs/manuals/de/developers/git.tex b/docs/manuals/de/developers/git.tex index 6674441c..ba13a02e 100644 --- a/docs/manuals/de/developers/git.tex +++ b/docs/manuals/de/developers/git.tex @@ -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://@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk -\end{verbatim} - -where you replace \verb++ 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://@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk +git clone http://git.bacula.org/bacula trunk \end{verbatim} \item Configure and Build Bacula:\\ diff --git a/docs/manuals/de/developers/regression.tex b/docs/manuals/de/developers/regression.tex index 2d4c90ba..a22711ab 100644 --- a/docs/manuals/de/developers/regression.tex +++ b/docs/manuals/de/developers/regression.tex @@ -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 diff --git a/docs/manuals/en/developers/git.tex b/docs/manuals/en/developers/git.tex index 9cbeab79..2a0f992f 100644 --- a/docs/manuals/en/developers/git.tex +++ b/docs/manuals/en/developers/git.tex @@ -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://@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk -\end{verbatim} - -where you replace \verb++ 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://@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk +git clone http://git.bacula.org/bacula trunk \end{verbatim} \item Configure and Build Bacula:\\ diff --git a/docs/manuals/en/developers/regression.tex b/docs/manuals/en/developers/regression.tex index 0f3606de..32c80ba7 100644 --- a/docs/manuals/en/developers/regression.tex +++ b/docs/manuals/en/developers/regression.tex @@ -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 diff --git a/docs/manuals/es/developers/base/git.tex b/docs/manuals/es/developers/base/git.tex index 6674441c..88e10f1f 100644 --- a/docs/manuals/es/developers/base/git.tex +++ b/docs/manuals/es/developers/base/git.tex @@ -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://@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk -\end{verbatim} - -where you replace \verb++ 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://@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk +git clone http://git.bacula.org/bacula trunk \end{verbatim} \item Configure and Build Bacula:\\ diff --git a/docs/manuals/es/developers/base/regression.tex b/docs/manuals/es/developers/base/regression.tex index 2d4c90ba..a22711ab 100644 --- a/docs/manuals/es/developers/base/regression.tex +++ b/docs/manuals/es/developers/base/regression.tex @@ -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 diff --git a/docs/manuals/es/developers/git-en.tex b/docs/manuals/es/developers/git-en.tex index 6674441c..88e10f1f 100644 --- a/docs/manuals/es/developers/git-en.tex +++ b/docs/manuals/es/developers/git-en.tex @@ -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://@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk -\end{verbatim} - -where you replace \verb++ 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://@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk +git clone http://git.bacula.org/bacula trunk \end{verbatim} \item Configure and Build Bacula:\\ diff --git a/docs/manuals/es/developers/regression-en.tex b/docs/manuals/es/developers/regression-en.tex index 2d4c90ba..a22711ab 100644 --- a/docs/manuals/es/developers/regression-en.tex +++ b/docs/manuals/es/developers/regression-en.tex @@ -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 diff --git a/docs/manuals/fr/developers/git.tex b/docs/manuals/fr/developers/git.tex index 6674441c..88e10f1f 100644 --- a/docs/manuals/fr/developers/git.tex +++ b/docs/manuals/fr/developers/git.tex @@ -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://@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk -\end{verbatim} - -where you replace \verb++ 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://@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk +git clone http://git.bacula.org/bacula trunk \end{verbatim} \item Configure and Build Bacula:\\ diff --git a/docs/manuals/fr/developers/regression.tex b/docs/manuals/fr/developers/regression.tex index 2d4c90ba..a22711ab 100644 --- a/docs/manuals/fr/developers/regression.tex +++ b/docs/manuals/fr/developers/regression.tex @@ -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 -- 2.39.5