Commit c85e0dcf authored by Simon Green's avatar Simon Green

Bug 1196158 - Docs refer to legacy branch names

r=gerv, a=simon
parent 607d89d0
...@@ -120,7 +120,7 @@ Bugzilla ...@@ -120,7 +120,7 @@ Bugzilla
The best way to get Bugzilla is to check it out from git: 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 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". version number of the stable release of Bugzilla that you want - e.g. "4.4".
......
...@@ -28,7 +28,7 @@ Bugzilla ...@@ -28,7 +28,7 @@ Bugzilla
The best way to get Bugzilla is to check it out from git: 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 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". version number of the stable release of Bugzilla that you want - e.g. "4.4".
......
...@@ -66,7 +66,7 @@ Get it from our Git repository: ...@@ -66,7 +66,7 @@ Get it from our Git repository:
:command:`rm -rf html` :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 (where "X.X" is the 2-digit version number of the stable release of Bugzilla
that you want - e.g. 4.4) that you want - e.g. 4.4)
......
...@@ -54,7 +54,7 @@ you can get the latest point release of your current version by simply doing: ...@@ -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 If you want to upgrade to a newer release of Bugzilla, then you will
additionally need to do: 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 where "X.X" is the 2-digit version number of the stable version you want to
upgrade to (e.g. "4.4"). upgrade to (e.g. "4.4").
......
...@@ -34,7 +34,7 @@ Bugzilla ...@@ -34,7 +34,7 @@ Bugzilla
The best way to get Bugzilla is to check it out from git. Download and install The best way to get Bugzilla is to check it out from git. Download and install
git from the `git website <http://git-scm.com/download>`_, and then run: git from the `git website <http://git-scm.com/download>`_, 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 where "X.X" is the 2-digit version number of the stable release of Bugzilla
that you want (e.g. 4.4). that you want (e.g. 4.4).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment