Dear all,
You are kindly invited to the meeting:
Diversity Team IRC Meeting on 2016-09-06 from 10:30:00 to 11:30:00 US/Eastern
At fedora-diversity(a)irc.freenode.net
The meeting will be about:
Every two weeks, the [Diversity Team](https://fedoraproject.org/wiki/Diversity) meets to discuss items on our [agenda](https://pagure.io/fedora-diversity).
The goal of this diversity initiative is to help promote an inclusive community within Fedora. To do this, we assist the Diversity Advisor with the planning and implementation of diversity efforts such as the enforcement of the code of conduct, creating Fedora Magazine articles highlighting the diverse community in Fedora, and offering workshops and fostering communication between Fedora sub-projects.
Source: https://apps.fedoraproject.org/calendar/meeting/4422/
Hi all,
This is my first time submitting a patch to a repo or during a freeze
break - if I missed a step or did something wrong, feel free to correct
me. :) I didn't see a SOP in infra-docs so I just followed the format of
past freeze break requests.
This is a quick patch to add a new bot to ircbot.py for the
#fedora-diversity team. I copied the commopswatch bot and made slight
modifications. But I would appreciate it were reviewed for accuracy in
case I missed something.
Patch is below and also attached to the email.
From 1b182e380e10d978c4daa7f01d859916d5675b78 Mon Sep 17 00:00:00 2001
From: "Justin W. Flory" <git(a)jwf.io>
Date: Thu, 1 Sep 2016 23:07:04 -0400
Subject: [PATCH] Add #fedora-diversity to ircbot.py for notifications
related
to diversity
---
roles/fedmsg/irc/templates/ircbot.py | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/roles/fedmsg/irc/templates/ircbot.py
b/roles/fedmsg/irc/templates/ircbot.py
index 2bb4c03..3f3931b 100644
--- a/roles/fedmsg/irc/templates/ircbot.py
+++ b/roles/fedmsg/irc/templates/ircbot.py
@@ -363,6 +363,27 @@ config = dict(
body=['^((?!(modularity|Modularity)).)*$'],
),
),
+
+ # And #fedora-diversity wanted in too
+ dict(
+ network='chat.freenode.net',
+ port=6667,
+ make_pretty=True,
+ make_terse=True,
+
+ {% if env == 'staging' %}
+ nickname='diversity-bot-s',
+ {% else %}
+ nickname='diversity-bot',
+ {% endif %}
+ channel='fedora-diversity',
+ filters=dict(
+ topic=[
+
'(planet|meetbot\.meeting\.item\.help|meetbot\.meeting|fedocal\.meeting\.new|fedocal\.meeting\.update|fedocal\.meeting\.delete|fedocal\.calendar|fas\.group\.member\.sponsor|pagure\.project\.new|askbot\.post\.flag_offensive)',
+ ],
+ body=['^((?!diversity).)*$'],
+ ),
+ ),
],
### Possible colors are ###
--
2.7.4
--
Cheers,
Justin W. Flory
jflory7(a)gmail.com
Hello all,
As discussed in our last (brief) meeting, we're going to be working on
selecting a new meeting time that works for the most number of people
going forward. tatica created a WhenIsGood poll that we are using to
coordinate times. If you are interested in participating with the
Diversity Team meetings, please make sure you fill out this poll with
all the times that you are available and free for!
http://whenisgood.net/fedora-diversity
**NOTE: Make sure you select your time zone at the top before choosing
times!!**
Hopefully we can move to a new meeting time that works for the largest
number of people now that we have a few more people joining with us.
Thanks all!
--
Cheers,
Justin W. Flory
jflory7(a)gmail.com