]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1292510 - replace references to git.mozilla.org with references to github. r...
authorGervase Markham <gerv@gerv.net>
Fri, 5 Aug 2016 13:49:51 +0000 (14:49 +0100)
committerGervase Markham <gerv@gerv.net>
Fri, 5 Aug 2016 13:49:51 +0000 (14:49 +0100)
docs/en/rst/installing/linux.rst
docs/en/rst/installing/mac-os-x.rst
docs/en/rst/installing/migrating-from-2.inc.rst
docs/en/rst/installing/quick-start.rst
docs/en/rst/installing/upgrading-with-git.rst
docs/en/rst/installing/windows.rst
docs/en/rst/integrating/skins.rst

index 22d0bf735ae132358d79a0f4e4f3cb2284420e5b..f40c5e8f0dfe77f6594348a4607ecf030edfa6cd 100644 (file)
@@ -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://github.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".
index b18a5ec3142983792268353285e34b207740bd0d..37a1d36104a7e30c8185e7e5a1280a7219db5114 100644 (file)
@@ -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://github.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".
index c9328077fdf6dfa215f87e2aaa8352c8eae7acd1..889e5c3d866256ccb62045f6096b3c71a7c2e9ac 100644 (file)
@@ -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://github.com/bugzilla/bugzilla bugzilla-new`
 
 :command:`cd bugzilla-new`
 
index 64a88e55b8b96bfedc86883372131261c522cba8..7ea5ed58a2dea984efbce6ba24549982cc1a3cfb 100644 (file)
@@ -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://github.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)
index 075ff8902d8379036fa945f3b21ca6b81f6116ba..8559513497f745c61e15555e68e666fe1b71e410 100644 (file)
@@ -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:
index adc1728c6964de6b8e4c43e761a7e6678858f515..e2137a9fc988ee4149f16cd0abf0bb5f6485fbf2 100644 (file)
@@ -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://github.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).
index 2cd08b4c03564d97960cb1032434970ebe667cf5..4c1d8e254c36a59a323573a400ef8589e7bdfdef 100644 (file)
@@ -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 <https://github.com/mozilla-bteam/bmo>`_.
 However, in each
 case you may need to check that the skin supports the version of Bugzilla
 you have.