]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1196158 - Docs refer to legacy branch names
authorSimon Green <mail@simon.green>
Wed, 19 Aug 2015 09:22:00 +0000 (05:22 -0400)
committerSimon Green <mail@simon.green>
Wed, 19 Aug 2015 09:22:00 +0000 (05:22 -0400)
r=gerv, a=simon

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 e72720d4a2328df35bd32f49cfd65c3ecb956b5d..0dad2056e066ca14ffa4267e8d6b9b5dd3afce9c 100644 (file)
@@ -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".
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 90e8c431956599bb7367537e25cff28b96abe040..c9c7b2d26aa1e98bd0173ae51582dd36e5d359dc 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 c182bd084798a1785cdddd4b296d8c82202b530c..bf33ca330408d0203275566304c4d81269cfab3b 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).