Changes to instance naming: master
authorCameron Ball <cameron@moodle.com>
Wed, 24 Aug 2016 05:24:41 +0000 (13:24 +0800)
committerCameron Ball <cameron@moodle.com>
Wed, 24 Aug 2016 05:39:03 +0000 (13:39 +0800)
commit5d30253d831649685b56478722a81aaddad86fc3
treea7efcb4d2eab477fceaf54efaf09fe3def1e8f00
parent539edccdb3daaedae18d5e3d683ba70d5be91d2c
Changes to instance naming:

* Engine is now appended to instance name (wording.appendEngine)
* Parts of the instance name can be used in forcedCfg. For example
on an instance called stable-master-pgsql %instancename:1% is replaced
with 'master'
* New flag 'purpose' replaces 'integration'. Purpose can be 'integration',
'stable' or 'review'. Instance names reflect this.
* A type of instance can be specified to `mdk backport` (i.e., 'integration',
'review' or 'stable'. If none is given the type of the current instance is
used.
mdk/commands/backport.py
mdk/commands/create.py
mdk/moodle.py
mdk/workplace.py