diff options
author | 2019-03-29 15:01:45 -0400 | |
---|---|---|
committer | 2019-03-29 15:08:15 -0400 | |
commit | 155d8bf69ba6bfb4707b17bb778b77648bf5110a (patch) | |
tree | 15353e6d8ae3116358e3128c7a03a7088d3aaa45 | |
parent | 5794cb03dce9afbd77e4183bcfc73d8f5425fd69 (diff) |
Fix trevortao and Linting for info file
Trevor Tao had full name rather than lfid.
Bin Lu had incorrect lfid. should be: lubinsz
Yamlling found duplicate mappings.
Please merge.
Change-Id: I7ac2f41397174056d0dba3aa3e32af7fbdd2bec5
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
-rw-r--r-- | INFO.yaml | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -57,14 +57,18 @@ committers: - name: 'Zijin Tao' email: 'Trevor.Tao@arm.com' company: 'arm.com' - id: 'Trevor Tao' + id: 'trevortao' - name: 'Lu Bin' email: 'Bin.Lu@arm.com' company: 'arm.com' - id: 'BinLu' + id: 'lubinsz' tsc: # yamllint disable rule:line-length approval: 'http//meetbot.opnfv.org/meetings/opnfv-meeting/2016/opnfv-meeting.2016-12-13-14.59.html' - approval: 'https://lists.opnfv.org/pipermail/opnfv-tech-discuss/2018-February/020156.html' - approval: 'https://lists.opnfv.org/g/opnfv-tech-discuss/topic/nominate_lubin_as_a_committer/27367271?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,27367271' - # yamllint enable rule:line-length + changes: + - type: + name: + link: 'https://lists.opnfv.org/pipermail/opnfv-tech-discuss/2018-February/020156.html' + - type: + name: + link: 'https://lists.opnfv.org/g/opnfv-tech-discuss/topic/nominate_lubin_as_a_committer/27367271?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,27367271' |