summaryrefslogtreecommitdiff
path: root/morphlib/morph2.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-03-07 16:46:03 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-03-07 16:46:03 +0000
commitf624dc956fcb059273edcffdde2d942be2124914 (patch)
tree33a5cc5eae9e8775cbd3f7bdd383493c578f2cef /morphlib/morph2.py
parentab90f3561ce43dba089686c743ecf0c4d6f33d31 (diff)
parent48af89acfd6ae207ecb8e4548f9f0ded8b0cabde (diff)
downloadmorph-f624dc956fcb059273edcffdde2d942be2124914.tar.gz
Merge branch 'liw/pre-commands' into staging
Conflicts: morphlib/morph2.py
Diffstat (limited to 'morphlib/morph2.py')
-rw-r--r--morphlib/morph2.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/morphlib/morph2.py b/morphlib/morph2.py
index ee58ecdc..3cdf49a9 100644
--- a/morphlib/morph2.py
+++ b/morphlib/morph2.py
@@ -32,10 +32,18 @@ class Morphology(object):
static_defaults = {
'chunk': [
('description', ''),
+ ('pre-configure-commands', None),
('configure-commands', None),
+ ('post-configure-commands', None),
+ ('pre-build-commands', None),
('build-commands', None),
+ ('post-build-commands', None),
+ ('pre-test-commands', None),
('test-commands', None),
+ ('post-test-commands', None),
+ ('pre-install-commands', None),
('install-commands', None),
+ ('post-install-commands', None),
('devices', None),
('chunks', []),
('max-jobs', None),