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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
0ff8505e
Commit
0ff8505e
authored
Aug 05, 2016
by
Gervase Markham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1292510 - replace references to git.mozilla.org with references to github. r=dylan
parent
c0c58d45
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
18 additions
and
6 deletions
+18
-6
linux.rst
docs/en/rst/installing/linux.rst
+1
-1
mac-os-x.rst
docs/en/rst/installing/mac-os-x.rst
+1
-1
migrating-from-2.inc.rst
docs/en/rst/installing/migrating-from-2.inc.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
+12
-0
windows.rst
docs/en/rst/installing/windows.rst
+1
-1
skins.rst
docs/en/rst/integrating/skins.rst
+1
-1
No files found.
docs/en/rst/installing/linux.rst
View file @
0ff8505e
...
...
@@ -117,7 +117,7 @@ Bugzilla
The best way to get Bugzilla is to check it out from git:
:command:`git clone --branch release-X.X-stable https://git
.mozilla.org
/bugzilla/bugzilla`
:command:`git clone --branch release-X.X-stable https://git
hub.com
/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 @
0ff8505e
...
...
@@ -28,7 +28,7 @@ Bugzilla
The best way to get Bugzilla is to check it out from git:
:command:`git clone --branch release-X.X-stable https://git
.mozilla.org
/bugzilla/bugzilla`
:command:`git clone --branch release-X.X-stable https://git
hub.com
/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/migrating-from-2.inc.rst
View file @
0ff8505e
...
...
@@ -21,7 +21,7 @@ Mac OS X, you can
Once git is installed, run these commands to pull a copy of Bugzilla:
:command:`git clone https://git
.mozilla.org
/bugzilla/bugzilla bugzilla-new`
:command:`git clone https://git
hub.com
/bugzilla/bugzilla bugzilla-new`
:command:`cd bugzilla-new`
...
...
docs/en/rst/installing/quick-start.rst
View file @
0ff8505e
...
...
@@ -64,7 +64,7 @@ Get it from our Git repository:
:command:`cd /var/www/html`
:command:`git clone --branch release-X.X-stable https://git
.mozilla.org
/bugzilla/bugzilla bugzilla`
:command:`git clone --branch release-X.X-stable https://git
hub.com
/bugzilla/bugzilla bugzilla`
(where "X.X" is the 2-digit version number of the stable release of Bugzilla
that you want - e.g. 5.0)
...
...
docs/en/rst/installing/upgrading-with-git.rst
View file @
0ff8505e
...
...
@@ -9,6 +9,18 @@ intermediate steps. There is a script named :file:`checksetup.pl` included
with Bugzilla that will automatically do all of the database migration
for you.
Bugzilla is now hosted on Github, but we used to be hosted on git.mozilla.org.
If you got the code from git.mozilla.org, you need to point your
checkout at Github instead. To find out, run:
:command:`git remote -v`
If you see "git.mozilla.org" anywhere in the output, then run:
:command:`git remote set-url origin https://github.com/bugzilla/bugzilla`
This change will only ever need to be done once.
.. include:: upgrading-with-1.inc.rst
You can see if you have local code customizations using:
...
...
docs/en/rst/installing/windows.rst
View file @
0ff8505e
...
...
@@ -40,7 +40,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 release-X.X-stable https://git
.mozilla.org
/bugzilla/bugzilla C:\\bugzilla`
:command:`git clone --branch release-X.X-stable https://git
hub.com
/bugzilla/bugzilla C:\\bugzilla`
where "X.X" is the 2-digit version number of the stable release of Bugzilla
that you want (e.g. 5.0).
...
...
docs/en/rst/integrating/skins.rst
View file @
0ff8505e
...
...
@@ -8,7 +8,7 @@ its underlying structure. It ships with two - "Classic" and "Dusk". You can
find some more listed
`on the wiki <https://wiki.mozilla.org/Bugzilla:Addons#Skins>`_, and there
are a couple more which are part of
`bugzilla.mozilla.org <http
://git.mozilla.org/?p=webtools/bmo/bugzilla.git
>`_.
`bugzilla.mozilla.org <http
s://github.com/mozilla-bteam/bmo
>`_.
However, in each
case you may need to check that the skin supports the version of Bugzilla
you have.
...
...
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