summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlinaro_metrics/sync_github_changes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro_metrics/sync_github_changes.py b/linaro_metrics/sync_github_changes.py
index 2a2e32b..3298220 100755
--- a/linaro_metrics/sync_github_changes.py
+++ b/linaro_metrics/sync_github_changes.py
@@ -28,6 +28,7 @@ log = logging.getLogger('sync_github_changes')
STATE_MAP = {'closed': 'Accepted', 'open': 'New'}
GITHUB_REPOS = [
# tuple of: owner, repo, patchwork-project
+ ('ARM-software', 'arm-trusted-firmware', 'arm-trusted-firmware'),
('jackmitch', 'libsoc', 'libsoc'),
('OP-TEE', 'optee_os', 'optee_os'),
('OP-TEE', 'optee_test', 'optee_test'),