training-guides/doc/upstream-training/source/slides/archive-branching-model.rst
Kendall Nelson 753066eeee [upstream] Move Branching Model to Archive
It was intended that this be moved to the archive since we
haven't used it in the latest training. We cover some discussion
of stable branches elsewhere so it's not necessary to have a whole
slide deck in the agenda that we don't cover anyway.

Change-Id: I38d70709e8cd36688bc2a55741263d093f4b3e47
2017-06-27 21:15:14 -05: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