mirror of
http://aero2k.de/t/repos/urlbot-native.git
synced 2017-09-06 15:25:38 +02:00
remove redundant part of "DSA found" message
This commit is contained in:
@@ -897,7 +897,7 @@ def command_dsa_watcher(argv, **args):
|
|||||||
if result:
|
if result:
|
||||||
package = result.groups()[0]
|
package = result.groups()[0]
|
||||||
|
|
||||||
send_reply('new Debian Security Announce found (%s): %s' % (package, url))
|
send_reply('new Debian Security Announce found (%s): %s' % (str(package).replace(' - security update', ''), url))
|
||||||
|
|
||||||
if conf('persistent_locked'):
|
if conf('persistent_locked'):
|
||||||
msg = "couldn't get exclusive lock"
|
msg = "couldn't get exclusive lock"
|
||||||
|
|||||||
Reference in New Issue
Block a user