summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Copeland <ben.copeland@linaro.org>2017-04-19 16:40:04 +0100
committerBen Copeland <ben.copeland@linaro.org>2017-04-19 16:40:04 +0100
commit0eb2053654b485f6dc48ff3923398d7c945c7b80 (patch)
treee7d58c48402d538fcaaaa11fa85e077122869ea4
parent529384245670648ace0eca39c9a50dff1fc32312 (diff)
GitHub: Add GitHub projects for LHG
LHG need to track these projects on GitHub. Change-Id: Ib443cdc23825b81bd435c6c6e4ae8c0eab8f155c
-rwxr-xr-xlinaro_metrics/sync_github_changes.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/linaro_metrics/sync_github_changes.py b/linaro_metrics/sync_github_changes.py
index 3ae4f6a..771866f 100755
--- a/linaro_metrics/sync_github_changes.py
+++ b/linaro_metrics/sync_github_changes.py
@@ -29,6 +29,10 @@ STATE_MAP = {'closed': 'Accepted', 'open': 'New'}
GITHUB_REPOS = [
# tuple of: owner, repo, patchwork-project
('jackmitch', 'libsoc', 'libsoc'),
+ ('rdkcmf', 'westeros', 'westeros'),
+ ('WebPlatformForEmbedded', 'meta-wpe', 'meta-wpe'),
+ ('WebPlatformForEmbedded', 'WPEWebKit', 'WPEWebKit'),
+ ('ndechesne', 'meta-qcom', 'meta-qcom'),
]