Module preparation
[hide private]
[frames] | no frames]

Module preparation

source code

This package implements the new update work area functionality.

Classes [hide private]
  PreparationAction
Implements an abstract preparation function.
  PreparationSnapshot
Implements a Snapshot preparation function.
  PreparationCheckout
Handle the checkout and update of project content.
  PreparationUpdate
Synergy project updater.
  PreparationBuilder
Creates an updated work area from a configuration.
Functions [hide private]
 
find(function, seq)
Return first item in sequence where f(item) == True.
source code
Variables [hide private]
  _logger = logging.getLogger("preparation.ccmgetinput")
  DEFAULT_THREADS = 1
  THREADS_MIN_TOTAL = 1
  THREADS_MAX_TOTAL = 10