summaryrefslogtreecommitdiff
path: root/morphlib/morphloader.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-12-09 15:41:29 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-01-10 11:49:56 +0000
commitea8b33d3e9ff9a19e2b5d625cd864a804c58d08f (patch)
treef6b0f8aa51aac1c754c413ed99ac5ca851d2bded /morphlib/morphloader.py
parentf73bc52a8f4fc7c23be9c44ae736de10b857232d (diff)
downloadmorph-ea8b33d3e9ff9a19e2b5d625cd864a804c58d08f.tar.gz
Rename chunk 'chunks' field to 'products'
It's confusing for a chunk to specify chunks. Splits and artifacts weren't satisfactory names either, so they're now called 'products'.
Diffstat (limited to 'morphlib/morphloader.py')
-rw-r--r--morphlib/morphloader.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/morphlib/morphloader.py b/morphlib/morphloader.py
index e7c1d9ff..e1ec15bd 100644
--- a/morphlib/morphloader.py
+++ b/morphlib/morphloader.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 Codethink Limited
+# Copyright (C) 2013-2014 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -185,7 +185,7 @@ class MorphologyLoader(object):
'install-commands': [],
'post-install-commands': [],
'devices': [],
- 'chunks': [],
+ 'products': [],
'max-jobs': None,
'build-system': 'manual',
},