Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
c85e0dcf
Commit
c85e0dcf
authored
Aug 19, 2015
by
Simon Green
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1196158 - Docs refer to legacy branch names
r=gerv, a=simon
parent
607d89d0
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
linux.rst
docs/en/rst/installing/linux.rst
+1
-1
mac-os-x.rst
docs/en/rst/installing/mac-os-x.rst
+1
-1
quick-start.rst
docs/en/rst/installing/quick-start.rst
+1
-1
upgrading-with-git.rst
docs/en/rst/installing/upgrading-with-git.rst
+1
-1
windows.rst
docs/en/rst/installing/windows.rst
+1
-1
No files found.
docs/en/rst/installing/linux.rst
View file @
c85e0dcf
...
...
@@ -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".
...
...
docs/en/rst/installing/mac-os-x.rst
View file @
c85e0dcf
...
...
@@ -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".
...
...
docs/en/rst/installing/quick-start.rst
View file @
c85e0dcf
...
...
@@ -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)
...
...
docs/en/rst/installing/upgrading-with-git.rst
View file @
c85e0dcf
...
...
@@ -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").
...
...
docs/en/rst/installing/windows.rst
View file @
c85e0dcf
...
...
@@ -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).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment