aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2015-08-18 17:33:46 +0100
committerGervase Markham <gerv@gerv.net>2015-08-18 17:33:46 +0100
commit92ebe5b23e6d4fe659b8c33c72211b9d7362c4aa (patch)
treef88941b36d06fb83f1dd5d395398eb4e4288abb6 /docs
parent9810308e5797660d7a66b1156590c952169eac32 (diff)
downloadbugs-92ebe5b23e6d4fe659b8c33c72211b9d7362c4aa.tar
bugs-92ebe5b23e6d4fe659b8c33c72211b9d7362c4aa.tar.gz
bugs-92ebe5b23e6d4fe659b8c33c72211b9d7362c4aa.tar.bz2
bugs-92ebe5b23e6d4fe659b8c33c72211b9d7362c4aa.tar.xz
bugs-92ebe5b23e6d4fe659b8c33c72211b9d7362c4aa.zip
Bug 1188815 - Update instructions on migrating from bzr to include switching server. r=LpSolit
Diffstat (limited to 'docs')
-rw-r--r--docs/en/rst/installing/migrating-from-bzr.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/en/rst/installing/migrating-from-bzr.rst b/docs/en/rst/installing/migrating-from-bzr.rst
index da6809a01..c9b0f3e83 100644
--- a/docs/en/rst/installing/migrating-from-bzr.rst
+++ b/docs/en/rst/installing/migrating-from-bzr.rst
@@ -8,4 +8,25 @@ Migrating from Bazaar
.. |extstatusinfo| replace:: The command :command:`bzr status extensions/` should help you work out what you added, if anything.
.. include:: migrating-from-1.inc.rst
+
+The old bzr.mozilla.org server has been decommissioned. This may not
+be a problem but, in some cases, running some of the commands below will
+make :command:`bzr` attempt to contact the server and time out. If and
+only if that happens to you, you will need to switch to the new server,
+as follows. Enter your Bugzilla directory and run:
+
+:command:`bzr info`
+
+and look at the Location: section of the output.
+If it says "light checkout root" then run:
+
+:command:`bzr -Ossl.cert_reqs=none switch https://bzr.bugzilla.org/bugzilla/$VERSION`
+
+Alternatively, if it says "branch root" or "checkout root" then run:
+
+:command:`bzr -Ossl.cert_reqs=none pull --remember https://bzr.bugzilla.org/bugzilla/$VERSION`
+
+Replace $VERSION with the two-digit version number of your current
+Bugzilla, e.g. "4.2" (see below for how to find that).
+
.. include:: migrating-from-2.inc.rst