diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-06 09:43:13 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-06 10:49:28 -0400 |
commit | cbf3d6cd7e0074d154ff1fa78469877d71c172d6 (patch) | |
tree | 562b2428eab04b3da47a2e3f48e0cb0583010d76 | |
parent | b5afab35874f1ca97ac92f921d8db89df7a999da (diff) |
Fix errors in INFO.yaml
Fix errors in INFO.yaml file
Issue-ID: CCSDK-1696
Change-Id: I796d30d30e9d4751b3a9fcfb99464d73b9d3633f
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r-- | INFO.yaml | 22 |
1 files changed, 5 insertions, 17 deletions
@@ -8,7 +8,7 @@ project_lead: &onap_releng_ptl email: 'dtimoney@att.com' id: 'djtimoney' company: 'ATT' - timezone: 'America/New York' + timezone: 'America/New_York' primary_contact: *onap_releng_ptl issue_tracking: type: 'jira' @@ -33,12 +33,12 @@ committers: email: 'jflucas@research.att.com' company: 'ATT' id: 'jackl' - timezone: 'America/New York' + timezone: 'America/New_York' - name: 'Jun (Nicolas) Hu' email: 'jh245g@att.com' company: 'ATT' id: 'jh245g' - timezone: 'America/New York' + timezone: 'America/New_York' - name: 'Gaurav Agrawal' email: 'gaurav.agrawal@huawei.com' company: 'Huawei' @@ -48,21 +48,9 @@ committers: email: 'brindasanth@in.ibm.com' company: 'IBM' id: 'brindasanthm' - timezone: 'America/New York' + timezone: 'America/New_York' repositories: - - ccsdk-apps - - ccsdk-cds - - ccsdk-distribution - - ccsdk-features - - ccsdk-parent - - ccsdk-platform-blueprints - - ccsdk-platform-plugins - - ccsdk-sli-adaptors - - ccsdk-sli-core - - ccsdk-sli-northbound - - ccsdk-sli-plugins - - ccsdk-storage-esaas - - ccsdk-utils + - ccsdk/cds tsc: approval: 'https://lists.onap.org/pipermail/onap-tsc' changes: |