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
92ebe5b2
Commit
92ebe5b2
authored
Aug 18, 2015
by
Gervase Markham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1188815 - Update instructions on migrating from bzr to include switching server. r=LpSolit
parent
9810308e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
migrating-from-bzr.rst
docs/en/rst/installing/migrating-from-bzr.rst
+21
-0
No files found.
docs/en/rst/installing/migrating-from-bzr.rst
View file @
92ebe5b2
...
...
@@ -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
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