diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-06 09:48:30 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-06 10:46:09 -0400 |
commit | 5e95c009b9433de62236212240718fcb2ce772c1 (patch) | |
tree | edb226aa593ab4361e0b9bfdb17000f77ed6b8a7 | |
parent | c3bfb60fff8fc530bdba7e0f3338c3a5e37899ea (diff) |
Fix errors in INFO.yaml
Fix errors in INFO.yaml file
Change-Id: I1bade5e13a39893f5b0d8bb60141720bd3b7f7de
Issue-ID: CCSDK-1696
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/sli/adaptors tsc: approval: 'https://lists.onap.org/pipermail/onap-tsc' changes: |