diff options
author | Will Holland <william.holland@codethink.co.uk> | 2015-09-11 15:53:17 +0100 |
---|---|---|
committer | Will Holland <william.holland@codethink.co.uk> | 2015-09-11 15:53:17 +0100 |
commit | 055fe96a01571b8d6bcfa8ce5d5f51e8fc5210aa (patch) | |
tree | ea083c3270d5bb41ed2086bf02c446d25c8bbb67 | |
parent | 7b88d1f10c7eb142087f0ef1013b5b03ec8322ea (diff) | |
download | buildslave-scripts-055fe96a01571b8d6bcfa8ce5d5f51e8fc5210aa.tar.gz |
Comment out genivi firehouse
-rw-r--r-- | firehose_mappings.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firehose_mappings.py b/firehose_mappings.py index 031403d..c92d27c 100644 --- a/firehose_mappings.py +++ b/firehose_mappings.py @@ -1,6 +1,6 @@ -examples = ['examples/genivi-persistence-client-library.yaml', - 'examples/genivi-poi-service.yaml', - 'examples/genivi-wayland-ivi-extension.yaml', +examples = [#'examples/genivi-persistence-client-library.yaml', + #'examples/genivi-poi-service.yaml', + #'examples/genivi-wayland-ivi-extension.yaml', 'examples/linux-master.yaml', 'examples/systemd-master.yaml'] mapping = { |