https://bugzilla.wikimedia.org/show_bug.cgi?id=35538
--- Comment #18 from MZMcBride <[email protected]> 2012-05-23 00:36:46 UTC --- (In reply to comment #17) > (In reply to comment #15) >> The issue here seems to be that the l10nuser variable is "Translation >> updater bot ([email protected])", when it should be "L10n-bot >> ([email protected])". >> > > We already tried that and it didn't work. Any other ideas? I'm not sure why this is so elusive. The logic looks sound to me: >From <>: --- if subject and options.uploader != hookconfig.l10nuser: message = "New patchset: " + re.sub(' \(.*', "", options.uploader) + '; "' + subject + '" [' + options.project + "] (" + options.branch + ") - " + options.changeurl + "\n" self.log_to_file(options.project, options.branch, message) --- I believe this is the correct branch. Print options.uploader and hookconfig.l10nuser and see why they're not equal? If you believe there's still a bug here. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
