=== almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away [13:11] hi all, I have a little bugfix to implement, but I am unsure if there already were any bugreports or thoughts related to it [13:14] there is a Rosetta with its translations import/export. When it exports an translation (manually into .po-file or into some bzr branch) it doesn't writes an Plural-Forms header, which should contain specific rules of the language of translation. [13:15] It is an obvious bug, since such plural forms won't be properly compiled, but may be there're some reasons for such a behaviour? === yofel_ is now known as yofel [13:56] trkv: It'll only export a Plural-Forms header if there are plural messages. [13:57] And it's been doing that for nearly 9 years now, so I suspect everything copes with it. [14:00] (in fact, gettext's exporter has the same behaviour, so I'd be surprised if anything *didn't* cope with it) [14:01] hm [14:01] so it probably a bug of Qt's lconvert [14:03] I faced a message in buildlog, checked the other .po-file and thought that it behaves in the same way for all the files. [14:04] now I see I was wrong [14:06] ok, thanks anyway :) === Ursinha_ is now known as Ursinha [19:07] Hi everybody; I'm considering writing a bot that interfaces Launchpad for a project that I'm involved in. [19:07] Basically, I would like to automatically run a large test suite (too large to be convenient for commit hooks etc.) whenever someone submits a Merge Proposal, and then add a comment to the Merge Proposal with the test results [19:08] The bot would run on my own server, and I don't think I need hand-holding with the API or anything, but I would like to know if there are any relevant suggestions or policies that I should know about [19:08] The stuff in the Wiki and API docs seems pretty much geared to people writing desktop applications, which is obviously a bit different as a use case [19:48] nha: hm, there are various bots already that do that kind of thing: https://code.launchpad.net/~cjwatson/indicator-datetime/cleanup-timezone-monitor/+merge/145921 shows one of them in action [19:48] I wonder if I can find the code ... [19:49] nha: https://launchpad.net/jenkins-launchpad-plugin I think [19:50] nha: the trunk seems to be private for some reason, but not all the branches are [19:52] not quite sure how it's triggered, looking through it - you could ask somebody who hacks on that, if it interests you [19:55] nha: lp:tarmac may help too [20:33] cjwatson: cool, thank you :) === almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away [23:31] wgrant: search_branches has been subsumed into branchcollection [23:43] StevenK: Great