← Back to team overview

ubuntu-bots team mailing list archive

[Merge] lp:~jtatum/ubuntu-bots/meetingology into lp:~ubuntu-bots/ubuntu-bots/meetingology

 

James Tatum has proposed merging lp:~jtatum/ubuntu-bots/meetingology into lp:~ubuntu-bots/ubuntu-bots/meetingology.

Requested reviews:
  Ubuntu IRC Bots (ubuntu-bots)
Related bugs:
  Bug #890852 in Ubuntu IRC Bots: "[meetingology] info link at start of a meeting is wrong"
  https://bugs.launchpad.net/ubuntu-bots/+bug/890852

For more details, see:
https://code.launchpad.net/~jtatum/ubuntu-bots/meetingology/+merge/110674

Quick fix for issue 890852.
-- 
https://code.launchpad.net/~jtatum/ubuntu-bots/meetingology/+merge/110674
Your team Ubuntu IRC Bots is requested to review the proposed merge of lp:~jtatum/ubuntu-bots/meetingology into lp:~ubuntu-bots/ubuntu-bots/meetingology.
=== modified file 'meetingLocalConfig.py'
--- meetingLocalConfig.py	2010-09-02 19:16:45 +0000
+++ meetingLocalConfig.py	2012-06-17 02:22:19 +0000
@@ -5,7 +5,7 @@
     filenamePattern = '%(channel)s/%%Y/%(channel)s.%%F-%%H.%%M'
 
     logUrlPrefix = 'http://mootbot.libertus.co.uk/'
-    MeetBotInfoURL = 'http://wiki.ubuntu.com/AlanBell'
+    MeetBotInfoURL = 'https://wiki.ubuntu.com/meetingology'
     writer_map = {
         #'.log.html':writers.HTMLlog,
         #'.1.html': writers.HTML,


Follow ups