training-guides/doc/upstream-training/source/15-branching-model.rst
Matjaz Pancur 9d6a6c04e8 Apply "OpenStack theme" to the Upstream training slides
Use simple "OpenStack theme" from the Training guides.

Change-Id: Id324a3bf70c83c69f9fbaab7bfad90f63a4cc047
2015-04-27 16:09:43 +02:00

906 B

Branching model

image

nvie inspired

image

Stable branches

image

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

2013.2.4 preparation

image

Review

image

Exercise

checkout the latest stable branch