]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1157004 - Correct release-branch names in installation docs.
authorMark Côté <mcote@alumni.uwaterloo.ca>
Tue, 21 Apr 2015 22:31:46 +0000 (15:31 -0700)
committerMark Côté <mcote@alumni.uwaterloo.ca>
Tue, 21 Apr 2015 22:31:46 +0000 (15:31 -0700)
docs/en/rst/installing/linux.rst
docs/en/rst/installing/mac-os-x.rst
docs/en/rst/installing/quick-start.rst
docs/en/rst/installing/upgrading-with-git.rst
docs/en/rst/installing/windows.rst

index 1ab87821e94ea93442c71a212790ff73bc01384a..a3772e7b639043f9540abccd23d601f5ed92f40c 100644 (file)
@@ -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".
index 545d2fa278de594ec126575b972679ae739ae7d8..b18a5ec3142983792268353285e34b207740bd0d 100644 (file)
@@ -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".
index 1fd7f2fa5bbf84d5d25b9602ee95cdeb5a1faa2c..23cb502398209a4c72a554d9550bb8316bae538f 100644 (file)
@@ -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)
index 78b4fb1e088be6f2b18f096ddc46c5959d548e1c..075ff8902d8379036fa945f3b21ca6b81f6116ba 100644 (file)
@@ -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").
index e70483daf8cba72ba1d81dd38388e1ccbb6de06f..a255a8b96183615634a0ff0952b6174f5c015178 100644 (file)
@@ -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 <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
 that you want (e.g. 4.4).