diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2019-03-21 15:32:04 -0400 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2019-03-21 15:33:41 -0400 |
commit | 3084e2b829dc88a129ee9cdb65afa81986a6bfed (patch) | |
tree | 163b2d057e3b25beb0f017886cba7c4223cca76b | |
parent | db6541b3b6bf52306881232f39e2aab8f663b02b (diff) |
Lint failed on INFO.yaml
Hi, opnfv is not linting changes to the INFO.yaml
I will add a check.
For the automation job to fix the group membership,
linting must pass.
I have fixed the yamllint errors, and removed the INFO file
as it is no longer needed.
Please merge this commit.
Change-Id: Iaab498bef13ae2baf188f89504f48cf1c9cc3395
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
-rw-r--r-- | INFO | 19 | ||||
-rw-r--r-- | INFO.yaml | 7 |
2 files changed, 3 insertions, 23 deletions
@@ -1,19 +0,0 @@ -Project: IPv6-enabled OPNFV Project (ipv6) -Project Creation Date: November 25, 2014 -Project Category: Integration & Testing -Lifecycle State: Incubation -Primary Contact: Bin Hu -Project Lead: Bin Hu -Gerrit Repository: ipv6 -Jira Project Name: IPv6-enabled OPNFV Project -Jira Project Prefix: IPVSIX -Mailing list tag: [ipv6] -IRC: Server:freenode.net Channel:#opnfv-ipv6 -Etherpad: http://etherpad.opnfv.org/p/ipv6 - -Committers: -Bin Hu (AT&T), <bh526r@att.com> -Peter Lee (ClearPath), <plee@clearpathnet.com> -Prakash Ramchandran (Huawei), <prakash.ramchandran@huawei.com> -Sridhar Gaddam (RedHat), <sgaddam@redhat.com> or <sridhar.gaddam@redhat.com> - @@ -24,17 +24,16 @@ realtime_discussion: channel: '#opnfv-ipv6' meetings: - type: 'zoom+irc' - agenda: 'https://wiki.opnfv.org/display/meetings/Ipv6' - url: 'https://zoom.us/j/2362828999' + agenda: 'https://wiki.opnfv.org/display/meetings/Ipv6' + url: 'https://zoom.us/j/2362828999' server: 'freenode.net' channel: '#opnfv-meeting' repeats: 'biweekly' - time: '16:00 UTC' + time: '16:00 UTC' repositories: - 'ipv6' committers: - <<: *opnfv_ipv6_ptl - tsc: # yamllint disable rule:line-length approval: '' |