From: Simon Green Date: Wed, 19 Aug 2015 09:22:00 +0000 (-0400) Subject: Bug 1196158 - Docs refer to legacy branch names X-Git-Tag: release-5.0.1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c85e0dcf19a923070fd6bbc7d0431dab06a67927;p=thirdparty%2Fbugzilla.git Bug 1196158 - Docs refer to legacy branch names r=gerv, a=simon --- diff --git a/docs/en/rst/installing/linux.rst b/docs/en/rst/installing/linux.rst index e72720d4a2..0dad2056e0 100644 --- a/docs/en/rst/installing/linux.rst +++ b/docs/en/rst/installing/linux.rst @@ -120,7 +120,7 @@ Bugzilla The best way to get Bugzilla is to check it out from git: -:command:`git clone --branch bugzilla-X.X-stable https://git.mozilla.org/bugzilla/bugzilla` +:command:`git clone --branch release-X.X-stable https://git.mozilla.org/bugzilla/bugzilla` Run the above command in your home directory, replacing "X.X" with the 2-digit version number of the stable release of Bugzilla that you want - e.g. "4.4". diff --git a/docs/en/rst/installing/mac-os-x.rst b/docs/en/rst/installing/mac-os-x.rst index 545d2fa278..b18a5ec314 100644 --- a/docs/en/rst/installing/mac-os-x.rst +++ b/docs/en/rst/installing/mac-os-x.rst @@ -28,7 +28,7 @@ Bugzilla The best way to get Bugzilla is to check it out from git: -:command:`git clone --branch bugzilla-X.X-stable https://git.mozilla.org/bugzilla/bugzilla` +:command:`git clone --branch release-X.X-stable https://git.mozilla.org/bugzilla/bugzilla` Run the above command in your home directory, replacing "X.X" with the 2-digit version number of the stable release of Bugzilla that you want - e.g. "4.4". diff --git a/docs/en/rst/installing/quick-start.rst b/docs/en/rst/installing/quick-start.rst index 90e8c43195..c9c7b2d26a 100644 --- a/docs/en/rst/installing/quick-start.rst +++ b/docs/en/rst/installing/quick-start.rst @@ -66,7 +66,7 @@ Get it from our Git repository: :command:`rm -rf html` -:command:`git clone --branch bugzilla-X.X-stable https://git.mozilla.org/bugzilla/bugzilla html` +:command:`git clone --branch release-X.X-stable https://git.mozilla.org/bugzilla/bugzilla html` (where "X.X" is the 2-digit version number of the stable release of Bugzilla that you want - e.g. 4.4) diff --git a/docs/en/rst/installing/upgrading-with-git.rst b/docs/en/rst/installing/upgrading-with-git.rst index 78b4fb1e08..075ff8902d 100644 --- a/docs/en/rst/installing/upgrading-with-git.rst +++ b/docs/en/rst/installing/upgrading-with-git.rst @@ -54,7 +54,7 @@ you can get the latest point release of your current version by simply doing: If you want to upgrade to a newer release of Bugzilla, then you will additionally need to do: -:command:`git checkout bugzilla-X.X-stable` +:command:`git checkout release-X.X-stable` where "X.X" is the 2-digit version number of the stable version you want to upgrade to (e.g. "4.4"). diff --git a/docs/en/rst/installing/windows.rst b/docs/en/rst/installing/windows.rst index c182bd0847..bf33ca3304 100644 --- a/docs/en/rst/installing/windows.rst +++ b/docs/en/rst/installing/windows.rst @@ -34,7 +34,7 @@ Bugzilla The best way to get Bugzilla is to check it out from git. Download and install git from the `git website `_, and then run: -:command:`git clone --branch bugzilla-X.X-stable https://git.mozilla.org/bugzilla/bugzilla C:\\bugzilla` +:command:`git clone --branch release-X.X-stable https://git.mozilla.org/bugzilla/bugzilla C:\\bugzilla` where "X.X" is the 2-digit version number of the stable release of Bugzilla that you want (e.g. 4.4).