summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/installing/upgrading-with-git.rst
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2016-08-05 15:47:44 +0200
committerGervase Markham <gerv@mozilla.org>2016-08-05 15:47:44 +0200
commit12694986e7922afe2465a413ce19b7f3a749ee54 (patch)
tree2c56d35d65a69b206a000ae16acf7a0831d62d30 /docs/en/rst/installing/upgrading-with-git.rst
parent04949ce3c13734930bb05ebd08e8c5556bd807e2 (diff)
downloadbugzilla-12694986e7922afe2465a413ce19b7f3a749ee54.tar.gz
bugzilla-12694986e7922afe2465a413ce19b7f3a749ee54.tar.xz
Bug 1292510 - replace references to git.mozilla.org with references to github. r=dylan
Diffstat (limited to 'docs/en/rst/installing/upgrading-with-git.rst')
-rw-r--r--docs/en/rst/installing/upgrading-with-git.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/en/rst/installing/upgrading-with-git.rst b/docs/en/rst/installing/upgrading-with-git.rst
index 075ff8902..855951349 100644
--- a/docs/en/rst/installing/upgrading-with-git.rst
+++ b/docs/en/rst/installing/upgrading-with-git.rst
@@ -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: