diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-11-06 17:47:42 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-11-06 17:47:42 +0000 |
commit | a3f7da8100ecdba46c0a31934509b092902f3ac6 (patch) | |
tree | 25916cfa0bed0c946a1267ff3668e1b69a9c6000 /buildstream/utils.py | |
parent | e187ec0e25b398619ede835df614dadf69618423 (diff) | |
download | buildstream-sam/manifests.tar.gz |
WIP: add manifest.yaml to artifact metadatasam/manifests
Diffstat (limited to 'buildstream/utils.py')
-rw-r--r-- | buildstream/utils.py | 3 |
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 |