training-guides/doc/upstream-training/source/15-branching-model.rst
Pranav Salunke f1e4bfeca8 Porting presentations to Sphinx/Hieroglyph
modifided tox.ini and requirements.txt to install
hieroglyph, added some changes in the styles
of the individual .rst files to support hiero

Change-Id: Id2674e593857470cf4efa0706a4fbda33813f374
2015-03-26 14:33:38 +01:00

64 lines
827 B
ReStructuredText

=============
nvie inspired
=============
.. image:: ./_assets/15-01-inspired.png
----
Stable branches
===============
.. image:: ./_assets/15-02-stable-branches.png
----
Appropriate Fixes
=================
- risk of regression
- user visible benefit
- Self-contained
- fix is already on master
----
Forbidden
=========
- New features
- Changes to the external HTTP APIs
- Changes to Nova's internal AMQP API
- Changes to the notification definitions
- DB schema changes
- Incompatible config file changes
----
2013.2 branch and tags
======================
.. image:: ./_assets/15-03-branch-tags.png
----
2013.2.4 preparation
====================
.. image:: ./_assets/15-04-preparation.png
----
Review
======
.. image:: ./_assets/15-05-review.png
----
Exercise
========
checkout the latest stable branch