ubuntu-bots team mailing list archive
-
ubuntu-bots team
-
Mailing list archive
-
Message #00261
[Merge] lp:~lderan/ubuntu-bots/meeetingology-output into lp:~ubuntu-bots/ubuntu-bots/meetingology
Thomas Molloy has proposed merging lp:~lderan/ubuntu-bots/meeetingology-output into lp:~ubuntu-bots/ubuntu-bots/meetingology.
Requested reviews:
Ubuntu IRC Bots (ubuntu-bots)
For more details, see:
https://code.launchpad.net/~lderan/ubuntu-bots/meeetingology-output/+merge/205424
Changed the layout for the vote output and set Jose to be the one notified when a meeting ends
--
https://code.launchpad.net/~lderan/ubuntu-bots/meeetingology-output/+merge/205424
Your team Ubuntu IRC Bots is requested to review the proposed merge of lp:~lderan/ubuntu-bots/meeetingology-output into lp:~ubuntu-bots/ubuntu-bots/meetingology.
=== modified file 'meeting.py'
--- meeting.py 2014-02-07 16:06:41 +0000
+++ meeting.py 2014-02-07 17:06:48 +0000
@@ -90,7 +90,7 @@
"\n"
"Minutes: %(urlBasename)s.moin.txt")
endMeetingNotification = ("Meeting in %(channel)s has just ended")
- endMeetingNotificationList = ["lderan"]
+ endMeetingNotificationList = ["jose"]
#TODO: endMeetingMessage should get filenames from the writers
=== modified file 'writers.py'
--- writers.py 2014-02-07 16:13:27 +0000
+++ writers.py 2014-02-07 17:06:48 +0000
@@ -1218,7 +1218,7 @@
if len(M.votes) > 0:
for m in M.votes:
# differentiate denied votes somehow, strikethrough perhaps?
- Votes.append(" * [[%(fullLogsFullURL)s#"+str(M.votes[m][3])+" "+m+"]]")
+ Votes.insert(0," * [[%(fullLogsFullURL)s#"+str(M.votes[m][3])+" "+m+"]]"))
motion = "Deadlock"
if(M.votes[m][0] > M.votes[m][1]):
motion = "Motion carried"