Hi all,

Most  old projects have the irc channels and meetbots installed along for 
recording meeting minutes in OPNFV.
The links below  not tell what we need to do on our irc channels to enable this.

The link https://wiki.opnfv.org/display/meetings/Meetbot
the link leads to another link https://wiki.debian.org/MeetBot/
and the manual is in http://meetbot.debian.net/Manual.html

All I can gather is we need some meetbot config file to be imported through 
python over possibly  the irc channel.

Can someone point to  procedure to install meebot on irc like
#opnfv-domino,
#opnfv-dovetail,
#opnfv-mano

So that I can ask MeiMei or some in infra team to help us simplify our irc 
channels for taking meeting note?
Also please update the local config file with appropriate entries to record the 
meeting logs on pages, formats etc.

Thanks
Prakash


Prakash Ramchandran
[logo_huawei] R&D USA
FutureWei Technologies, Inc
Email: prakash.ramchand...@huawei.com<mailto:s.c...@huawei.com>
Work:  +1 (408) 330-5489
Mobile: +1 (408) 406-5810
2330 Central Expy, Santa Clara, CA 95050, USA






#!/usr/bin/env python
#meetingLocalConfig.py

import 
class Config(object):
    # These two are **required**:
    logFileDir = '/home/richard/meetbot/'
    logUrlPrefix = 'http://rkd.zgib.net/meetbot/'
    filenamePattern = '%(channel)s/%%Y/%(channel)s.%%F-%%H.%%M'
    MeetBotInfoURL = 'http://some_other_side.tld'
 
_______________________________________________
opnfv-tech-discuss mailing list
opnfv-tech-discuss@lists.opnfv.org
https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss

Reply via email to