rev 3604 - debbugs-illa
Pierre Habouzit
madcoder at costa.debian.org
Tue Apr 18 23:08:06 UTC 2006
Author: madcoder
Date: 2006-04-18 23:08:05 +0000 (Tue, 18 Apr 2006)
New Revision: 3604
Modified:
debbugs-illa/bzlink.cfg
debbugs-illa/bzlink.py
Log:
small fixes and typos
Modified: debbugs-illa/bzlink.cfg
===================================================================
--- debbugs-illa/bzlink.cfg 2006-04-18 23:00:00 UTC (rev 3603)
+++ debbugs-illa/bzlink.cfg 2006-04-18 23:08:05 UTC (rev 3604)
@@ -6,7 +6,6 @@
debug = true
bugzilla = 'http://bugs.kde.org'
user = 'debian-qt-kde at lists.debian.org'
-from = a at b.com
[kde]
bugzilla = 'http://bugs.kde.org'
Modified: debbugs-illa/bzlink.py
===================================================================
--- debbugs-illa/bzlink.py 2006-04-18 23:00:00 UTC (rev 3603)
+++ debbugs-illa/bzlink.py 2006-04-18 23:08:05 UTC (rev 3604)
@@ -74,8 +74,8 @@
self.cmds += bzmsg.createCmds(btsbug.bug)
if bzmsg.additional is not None:
- body = Actions._bodyfmt % (bzmsg.msg['x-bugzilla-url'].strip(), bzm.additional)
- self.mails.append("%s-quiet at bugs.debian.org" % (btsbug.bug), body)
+ body = Actions._bodyfmt % (bzmsg.msg['x-bugzilla-url'].strip(), bzmsg.additional)
+ self.mails.append(("%s-quiet at bugs.debian.org" % (btsbug.bug), body))
def sendMails(self, mailer):
# send mail to control at bugs.debian.org if needed
More information about the pkg-kde-commits
mailing list