diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2015-09-15 09:09:33 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2015-09-15 09:09:33 +0000 |
commit | 0fb233b7d284b746f009a95281bb18dedcb31806 (patch) | |
tree | e3529043600ae52a383f736eb22d94726578220e | |
parent | 096b7460ef8eaa5db44e521c51faf2aa4ee191ea (diff) | |
download | buildslave-scripts-0fb233b7d284b746f009a95281bb18dedcb31806.tar.gz |
Revert "Comment out genivi firehouse"
We want to firehose those again
-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 c92d27c..031403d 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 = { |