From 59b3d54d777c18a2d54b05b0988c7eae36f03d2e Mon Sep 17 00:00:00 2001 From: Mark Côté Date: Tue, 21 Apr 2015 15:31:46 -0700 Subject: Bug 1157004 - Correct release-branch names in installation docs. --- docs/en/rst/installing/linux.rst | 2 +- docs/en/rst/installing/mac-os-x.rst | 2 +- docs/en/rst/installing/quick-start.rst | 2 +- docs/en/rst/installing/upgrading-with-git.rst | 2 +- docs/en/rst/installing/windows.rst | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/en/rst/installing/linux.rst b/docs/en/rst/installing/linux.rst index 1ab87821e..a3772e7b6 100644 --- a/docs/en/rst/installing/linux.rst +++ b/docs/en/rst/installing/linux.rst @@ -118,7 +118,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 545d2fa27..b18a5ec31 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 1fd7f2fa5..23cb50239 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 78b4fb1e0..075ff8902 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 e70483daf..a255a8b96 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). -- cgit v1.2.3-24-g4f1b