summaryrefslogtreecommitdiff
path: root/without-test-modules
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-01-08 17:39:44 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-01-13 15:38:33 +0000
commit9b4a7de7fd52507e53bb523aec5addba760a69ee (patch)
tree7d61641c5bd9e9a7237d6e45afeb6f6c12b2bcc3 /without-test-modules
parente076c015f007dd83a5f4c28b655d8e8791ce72de (diff)
downloadmorph-9b4a7de7fd52507e53bb523aec5addba760a69ee.tar.gz
Add split rules to sources
This introduces a new artifactsplitrule module, which tries to provide a nice abstraction over matching a sequence of things to a bunch of outputs, to be used by both chunks splitting, for separating files out into chunk artifacts, the stratum splitting, where chunks are aggregated into stratum artifacts, and systems selecting the right strata to go into the artifact.
Diffstat (limited to 'without-test-modules')
-rw-r--r--without-test-modules1
1 files changed, 1 insertions, 0 deletions
diff --git a/without-test-modules b/without-test-modules
index c34ba59c..1f5bc872 100644
--- a/without-test-modules
+++ b/without-test-modules
@@ -1,5 +1,6 @@
morphlib/__init__.py
morphlib/artifactcachereference.py
+morphlib/artifactsplitrule.py
morphlib/builddependencygraph.py
morphlib/tester.py
morphlib/git.py