summaryrefslogtreecommitdiff
path: root/buildstream/utils.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-11-06 17:47:42 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-11-06 17:47:42 +0000
commita3f7da8100ecdba46c0a31934509b092902f3ac6 (patch)
tree25916cfa0bed0c946a1267ff3668e1b69a9c6000 /buildstream/utils.py
parente187ec0e25b398619ede835df614dadf69618423 (diff)
downloadbuildstream-sam/manifests.tar.gz
WIP: add manifest.yaml to artifact metadatasam/manifests
Diffstat (limited to 'buildstream/utils.py')
-rw-r--r--buildstream/utils.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildstream/utils.py b/buildstream/utils.py
index 637d583b0..dfb58b46d 100644
--- a/buildstream/utils.py
+++ b/buildstream/utils.py
@@ -60,6 +60,9 @@ class FileListResult():
self.failed_attributes = []
"""List of files for which attributes could not be copied over"""
+ self.manifest = []
+ """Dict mapping each file to its artifact and split-rules domain"""
+
def list_relative_paths(directory):
"""A generator for walking directory relative paths