1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
Bazaar Development Processes
============================
.. toctree::
:hidden:
cycle
releasing
ppa
profiling
ec2
bug-handling
* `The Bazaar Development Cycle <cycle.html>`_ |--| The monthly
development cycle and how to run it.
* `Releasing Bazaar <releasing.html>`_ |--|
Checklist to make a release of Bazaar.
* `Managing the Bazaar PPA <ppa.html>`_ |--| Packaging Bazaar for Ubuntu.
* `Giving back <http://bazaar-vcs.org/BzrGivingBack>`_ (wiki) |--| How to get
your changes to Bazaar integrated into a release.
* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile
bzr code and visualize the results.
* `EC2 resources <ec2.html>`_ |--| A team resource for
Windows packaging and testing, and Ubuntu testing.
* `Tracking Bugs in Bazaar <bug-handling.html>`_ |--| How we use the bug
tracker.
.. |--| unicode:: U+2014
..
vim: ft=rst tw=74 ai
|