=== poningru [n=poningru@pool-72-64-213-212.tampfl.fios.verizon.net] has joined #launchpad === jinty [n=jinty@115.Red-80-24-9.staticIP.rima-tde.net] has joined #launchpad === poningru [n=poningru@pool-72-64-213-212.tampfl.fios.verizon.net] has joined #launchpad === Mez [n=Mez@ubuntu/member/mez] has joined #launchpad === stub [n=stub@ppp-58.10.73.128.revip2.asianet.co.th] has joined #launchpad === sladen [i=paul@193.28.45.41] has joined #launchpad [02:29] mmm, lp seems to be broken at the moment. Did that proposted downtime happen now? [02:30] specifically malone; as though its backend database is unavailable === Burgwork [n=corey@d66-183-174-128.bchsia.telus.net] has joined #launchpad [02:39] is this a known bug? If I mark a bug a duplicate that has another bug marked as a duplicate of it, bad things happen [02:40] ie. Bug 1 dup of Bug 2. But Bug 2 is a dup of Bug 3. Go to mark 2 and dup of 3 and watch breakage [02:40] malone bug 1 in Ubuntu "Microsoft has a majority market share" [Critical,Confirmed] http://launchpad.net/bugs/1 [02:40] malone bug 3 in rosetta "Custom links for each translation team." [Wishlist,Confirmed] http://launchpad.net/bugs/3 [02:40] Burgwork: what bad things? [02:40] it doesn;t work [02:40] Burgwork: it shouldn't allow that IIRC [02:40] umm, why not? [02:42] I thought it detected dubs of dubs and will only let you set dups of original target [02:43] that is broken [02:43] no, it means that there is only one level of dupness [02:43] look, I just had to manually go and hack bug 1 to be a dup of bug 3 [02:44] malone bug 1 in Ubuntu "Microsoft has a majority market share" [Critical,Confirmed] http://launchpad.net/bugs/1 [02:44] malone bug 3 in rosetta "Custom links for each translation team." [Wishlist,Confirmed] http://launchpad.net/bugs/3 === Burgwork hulk smashes Malone [02:44] seriously, it should just do what I want it to do, not throw up errors [02:46] Burgwork: I think I see what might be happening. It would catch 2->3 then an attempt to 1->2 [02:46] but 1->2 then 2->3 may not be detected? === G0SUB [i=ghoseb@ubuntu/member/g0sub] has joined #launchpad === Mez [n=Mez@ubuntu/member/mez] has joined #launchpad === Mez [n=mez@ubuntu/member/mez] has joined #launchpad === Mez [n=mez@ubuntu/member/mez] has joined #launchpad === Mez [n=Mez@ubuntu/member/mez] has joined #launchpad === Mez [n=Mez@ubuntu/member/mez] has joined #launchpad === Mez [n=Mez@ubuntu/member/mez] has joined #launchpad === Mez [n=Mez@ubuntu/member/mez] has joined #launchpad === G0SUB [i=ghoseb@ubuntu/member/g0sub] has joined #launchpad === G0SUB [i=ghoseb@ubuntu/member/g0sub] has joined #launchpad === stub [n=stub@ppp-58.10.73.128.revip2.asianet.co.th] has joined #launchpad === mpt [n=mpt@82.109.136.121] has joined #launchpad === irvin [n=vx@ubuntu/member/irvin] has joined #launchpad [08:56] Znarl: ping [08:58] G0SUB : Pong [08:58] Znarl: any news about the ticket I opened? [08:58] Not yet, no. [08:58] hmm [08:59] is this a very complex procedure? [09:00] I believe so, it's waiting on Elmo to action your request. [09:00] oh, ok === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === BjornT [n=bjorn@82.109.136.121] has joined #launchpad === jamesh [n=james@82.109.136.121] has joined #launchpad [09:35] Niagara [09:36] Opps, sorry. [09:54] stub: ping [09:55] BjornT: pong [09:55] stub: did you get an email from me yesterday (subject "Grouping together bug notifications")? i sent it to you and the launchpad list, but i can't see it in the archives. [09:56] I got it [09:56] ok, good. [09:57] If you sent it directly to me, does that mean you want some sort of an opinion? [09:59] stub: yes, that's why it starts with 'Hi Stuart' ;) i mainly want to know if you see some problems with the solution from a DBA point of view. [09:59] Seemed fine === carlos [n=carlos@82.109.136.121] has joined #launchpad [09:59] I just skimmed it and trashed it :) [10:00] ok :) === SteveA [n=steve@82.109.136.121] has joined #launchpad [10:00] BjornT: It would be easier if you add a new row for each append though, instead of attempting to construct the text. === spiv [n=andrew@82.109.136.121] has joined #launchpad [10:03] BjornT: The cron script would then just 'select * from pendingbugnotificationwhatsits order by bug, id', using id to preserve the order of updates. You then have more flexibility on how you assemble the message. === kiko [n=kiko@82.109.136.121] has joined #launchpad [10:05] morning === irvin [n=vx@ubuntu/member/irvin] has joined #launchpad [10:05] stub: hi, do you have already planned the cherry pick or production update that includes my changes? [10:07] stub: one small problem with that though. if the notification contains a comment, we want it to always be at the top of the email, and the changes at the bottom. maybe we could add another column to the table, one for the comment, and one for the changes to the bug. === salgado [n=salgado@82.109.136.121] has joined #launchpad [10:07] stub: sqlobject prejoin draft https://chinstrap.ubuntu.com/~dsilvers/paste/fileo8KAEc.html [10:07] carlos: yes. I'm tagging the branch now. [10:07] stub: cool, thanks [10:07] stub: it needs polish and tests, but the basic idea seems to work. Feedback welcome. [10:08] BjornT: Sure. So leave that up to the cronjob to assemble the message rather than have that code scattered around a number of different event handlers. [10:09] BjornT: Doing it this way you get RSS feeds almost for free too. === bradb [n=bradb@82.109.136.121] has joined #launchpad [10:10] (same cluster of changes - just assemble a different sort of message and store it on disk for serving via apache) [10:10] well [10:10] I think the cronjob should call some simple backend API that allows immediate sending of the email queued [10:10] that way we can have other callsites that also trigger this [10:11] eh? [10:12] I'm just suggesting factoring into a sendQueuedMessages(bug) method/function. [10:12] so the cronscript would do === matsubara [n=matsubar@82.109.136.121] has joined #launchpad [10:12] for bug in getBugsWithQueuedMessages(): [10:12] something.sendQueuedMessages(bug) === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [10:14] Sure. I just think it is much better to assemble the message when you send it, rather than putting all that logic into event handlers. [10:14] yeah. [10:15] I think some of this is already specced in the *Subscription and RSS specs. === cprov [n=cprov@82.109.136.121] has joined #launchpad [10:16] I think the implementation needs to fit that pattern. [10:19] So a bug event fires. A tuple is stored in the BugNotifications table, linking the bug, and the person to a message stored in the message table. [10:19] Note that in the case of a comment being added, the message already exists in the message table. So we don't need to duplicate! [10:20] The cron script then does what Bjorn describes, looking for sets of BugNotifications that have not been sent. It then sends them out, and flags them as having been sent. [10:22] If we don't remove BugNotifications after they have been sent, then we can also use this to replace BugActivity which is pretty crappy. And support the RSSFeeds spec because it is using the same model we propose for product subscriptions etc. === mpt [n=mpt@82.109.136.121] has joined #launchpad [10:25] In fact, if we collapse the BugNotifications into the already existing BugMessages table, it supports things even better. This would also allow us to trivially display changes inline with comments, or without them by toggling a filter. === jinty [n=jinty@135.Red-80-37-34.staticIP.rima-tde.net] has joined #launchpad === mdz [n=mdz@host217-37-231-22.in-addr.btopenworld.com] has joined #launchpad [10:32] stub: yeah. i think we should start simple though, we can collapse the tables later. === abelcheung [n=abelcheu@george.kkhotels.co.uk] has joined #launchpad [10:42] I think this is just as simple, and won't require refactoring in the future. [10:46] stub: so you are suggesting storing the bug activity as plain text rather than the split out form currently in the BugActivity table? [10:47] I think that would be preferable [10:48] It is more meaningful as an audit trail as the reader doesn't need to decode it. [10:48] Although I guess it wouldn't be localizable :) [10:50] that doesn't count against it w.r.t. the current system [10:50] which is three text fields (whatchanged, oldvalue, newvalue) [10:50] stub: hi, did you review those db patches ? [10:51] More maintainable anyway - I think there are plenty of things that should be that don't get logged in that table (bugtask changes?) [10:51] cprov: yes. check your email. [10:52] stub: thanks === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad [10:54] an alternative, if we required a comment with every change, would be to link BugActivity records to bug messages [10:54] since often you want to know why someone made some change [10:56] it'd be more useful than the existing "message" column in the table === mdz [n=mdz@217.205.109.249] has joined #launchpad [11:12] stub: hi, are you doing anything with pqm? I got a rejected merge due database being used: https://chinstrap.ubuntu.com/~dsilvers/paste/fileazMZeP.html [11:12] oops. yup. Forgot to disable the sucker ;) [11:13] :-P [11:20] hey mdz? === mdz [n=mdz@217.205.109.249] has joined #launchpad [11:30] jordi: ping [11:38] carlos: [11:39] jordi: hi. Kiko asked me to not handle the import queues because it will reduce my hacking time [11:39] jordi: so perhaps you should plan some approval session there with daf or any other person that could help you doing it while I improve the approval process [11:41] carlos: I'll see what we can do. We're sorting out im now [11:41] we're making proggress [11:41] kiko: don't go running [11:41] jordi: ok, cool [11:41] <--- jealous [11:42] jordi: anyway, we still need my branch on production to start approving things [11:42] when do we get an update_ === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has joined #launchpad [11:50] Merge to devel/launchpad/: [trivial] Added Breton and Akan plural forms and fixed Akkadian and Akan language codes to be on sync with production. Migrated the sampledata to Postgresql 8.1 (r3264: Carlos Perello Marin, Carlos Perell Marn) === gwenald [i=id@tor/session/x-e8820f1c0bd080ed] has joined #launchpad === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #launchpad [12:01] sabdfl: I've mailed you a draft email for ubuntu-announce [12:03] thanks daf, will review and revert [12:18] salgado: seems I don't have permission to merge to sqlobject after all [12:19] spiv: check what URL you were merging into [12:20] jamesh: good idea === G0SUB [n=ghoseb@ubuntu/member/g0sub] has joined #launchpad [12:24] spiv, I guess I can merge it. the parent of my sqlobject branch was wrong, I think [12:25] oh, you sent it again already. [12:26] salgado: yeah :) [12:26] jamesh was right, I did screw up the URL === salgado did the same === koke [n=koke@ubuntu/member/koke] has joined #launchpad === G0SUB [n=ghoseb@ubuntu/member/g0sub] has joined #launchpad [12:50] stub: please announce the postgres potential slowness, and the existence of a fix, on the mailing list === kjcole [n=kjcole@dsl092-145-217.wdc2.dsl.speakeasy.net] has joined #launchpad [12:54] Merge to test/launchpad/sourcecode/sqlobject/: [r=spiv] Make all tests pass and add a 'check' target in the Makefile to run all tests. (r46: Guilherme Salgado) [12:56] salgado: Success! Thanks for that branch. === Martolod [n=jeremy@ARennes-257-1-14-227.w81-250.abo.wanadoo.fr] has joined #launchpad [12:59] spiv, great! thanks for the review. :) === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad === mdz [n=mdz@217.205.109.249] has joined #launchpad === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad === stub [n=stub@gb.ja.101.67.revip.asianet.co.th] has joined #launchpad === Mez [n=Mez@ubuntu/member/mez] has joined #launchpad === mdz [n=mdz@217.205.109.249] has joined #launchpad [01:37] stub, ping? [01:37] kiko: pong [01:38] stub, can you take a look at spiv's prejoins patch? [01:38] sure [01:38] cprov: ping [01:38] thanks! === Mez [n=Mez@ubuntu/member/mez] has joined #launchpad [01:49] stub: The branch is at sftp://chinstrap/home/warthogs/archives/spiv/sqlobject/prejoins [01:49] stub: I've tidied it up considerably since the paste a few hours ago. [01:50] spiv: Can you repaste? [01:50] stub: Ok. === G0SUB [n=ghoseb@ubuntu/member/g0sub] has joined #launchpad === stub [n=stub@gb.ja.101.67.revip.asianet.co.th] has joined #launchpad [01:52] cprov: ping [01:53] stub: on the fsync=off setting, if my machine crashes, and i need to rebuild my cluster, how will i know? [01:53] will i get errors from postgresql? [01:53] will it fail to start? [01:53] stub: https://chinstrap.ubuntu.com/~dsilvers/paste/filetu2S96.html [01:53] SteveA: As per the DatabaseSetup docs. I've never seen it happen, so I don't really know what will happen. [01:54] SteveA: I guess postgresql will not be able to start [01:54] how exciting for the first person to meet the problem :-) [01:54] excitement is my middle name [01:54] kiko: how many middle names do you have? [01:55] enough [01:56] stub: pong [01:56] cprov: Can you please shutdown the publisher and let me know when it will be safe for me to start a rollout? [01:57] stub: sure [02:00] stub: publisher/uploader/sequencer are stopped. it's safe now === gwenald [n=gwenald@tor/session/x-8169433ae6275e6c] has joined #launchpad === niemeyer [n=niemeyer@200-140-206-192.ctame7015.dsl.brasiltelecom.net.br] has joined #launchpad [02:10] stub: leaving for lunch, ping me when it's done [02:10] Launchpad is going down in 15 mins for a regular code update. Estimated downtime is 10 minutes. Wikis will be in read only mode during this time. [02:10] cprov: Should all be ready when you get back. [02:11] (I haven't got access yet to do it myself, without hacking the system, but that could be disruptive) [02:26] Merge to devel/launchpad/: [trivial] Fixes menu items for a support request and for a person. Fixes bug 29851 (Remote bug links should be direct from the bug page task list). (r3265: Matthew Paul Thomas) === jdahlin-office is now known as jdahlin [02:43] hello [02:43] hum [02:44] here are all the packages i can translate for my language : https://launchpad.net/distros/ubuntu/dapper/+lang/br [02:44] but how can i do if i want to translate gnome-menus for example ? [02:50] Merge to devel/launchpad/: r=spiv, rs=spiv for parts. Refactor BatchNavigator API, removing the need to instantiate a Batch, and fixing up callsites and templates to use the correct API. Removes some list() calls where possible and does some delintifying. Fixes bug 33290: Batch handler should properly validate arguments it receives. (r3266: Christian Reis) === koke [n=koke@ubuntu/member/koke] has joined #launchpad === gwenald [n=gwenald@tor/session/x-16c8f43669000788] has joined #launchpad === jinty [n=jinty@115.Red-80-24-9.staticIP.rima-tde.net] has joined #launchpad === mdz [n=mdz@217.205.109.249] has joined #launchpad === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #launchpad === kiko [n=kiko@82.109.136.121] has joined #launchpad === BjornT [n=bjorn@82.109.136.121] has joined #launchpad [03:18] jordi: https://launchpad.net/rosetta/imports/ === salgado [n=salgado@82.109.136.121] has joined #launchpad === cprov [n=cprov@82.109.136.121] has joined #launchpad [03:20] stub, my batching fixes have landed in RF -- and no build_batch necessary! enjoy === matsubara [n=matsubar@82.109.136.121] has joined #launchpad [03:21] enjoy? I can't remember the last time I messed with UI stuff ;) [03:22] it will mean less messing === bradb [n=bradb@82.109.136.121] has joined #launchpad === jdahlin [n=jdahlin@200-171-140-32.dsl.telesp.net.br] has left #launchpad ["Ex-Chat"] [03:36] stub: Hmmm, I forgot to remind you that we need to remove a POTemplate from production to be able to apply the newlines fix script.... [03:36] carlos: Do you know which one? [03:36] Let me check my logs... [03:40] stub: POTemplate.id = 11192 and all its associated objects should be removed from production === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #launchpad [03:40] stub: I just confirmed that it's that one checking again on staging [03:40] stub: so I'm sure is the right one. [03:44] carlos: https://chinstrap.ubuntu.com/~dsilvers/paste/filexvFGaP.html [03:44] stub: could you run it again with the '-c' argument? [03:45] carlos: -c is good [03:45] that will check that we fixed all broken entries [03:45] ok [03:45] launchpad@gangotri:/srv/launchpad.net/production/launchpad/database/schema/pending$ python carlos-fix-newlines-chars.py -c [03:45] 14:44:32 INFO Starting the fixing process [03:45] 14:44:46 INFO There are 389 translations to be checked [03:45] 14:44:47 INFO There are 39 msgids to be checked [03:45] 14:44:48 INFO There are 283 translations to be checked after msgids are done.14:44:49 INFO Finished the fixing process [03:45] stub: it looks fine so I would assume it worked [03:45] stub: thank you very much [03:45] stub: I guess I can remove that script from our tree with next merge I do, right? [03:46] Yes please [03:46] or do we have a place to move them? [03:46] Stick them in database/schema/archive if you want to keep it around [03:50] ok, I will check with SteveA if we should store it or just remove it === jinty [n=jinty@115.Red-80-24-9.staticIP.rima-tde.net] has joined #launchpad === gwenald [n=gwenald@tor/session/x-9cb6a7576cdff92b] has joined #launchpad === Ubugtu [n=bugbot@ubuntu/member/seveas] has joined #launchpad === G0SUB [n=ghoseb@ubuntu/member/g0sub] has joined #launchpad [04:14] Merge to devel/launchpad/: [r=stub] PersonalPackagesArchive DB patches. (r3267: Celso Providelo) [04:14] nice [04:14] spiv is next up === Ubugtu [n=bugbot@ubuntu/member/seveas] has joined #launchpad === gwenald [n=gwenald@tor/session/x-dd22927988e3ac10] has joined #launchpad === Keybuk [n=scott@quest.netsplit.com] has joined #launchpad [04:38] anybody knows when the bzr scanning cron runs ? [04:39] (for scanning registered rbanches, that is) === slomo [n=slomo@ubuntu/member/slomo] has joined #launchpad [04:55] Merge to devel/launchpad/: [trivial] No longer explicitly suggests registering a new product if a product search fails. Tidies up product search results. Makes specification table pages use the 2-column layout (Launchpad workshop goal). (r3268: Matthew Paul Thomas) === Kaiser_Karl [n=kgoetz@ppp201-15.lns1.adl4.internode.on.net] has joined #launchpad [05:02] sivang: ddaa says that he thinks it's run every 12 hours at 1:30 UTC === mdz [n=mdz@217.205.109.249] has joined #launchpad [05:09] carlos: k, cool :) === abelcheung [n=abelcheu@george.kkhotels.co.uk] has left #launchpad ["Ex-Chat"] === Ubugtu [n=bugbot@ubuntu/member/seveas] has joined #launchpad [05:24] bradb, mpt: http://advogato.org/person/Burgundavia/diary.html?start=72 === Ubugtu [n=bugbot@ubuntu/member/seveas] has joined #launchpad === kiko sighs === zygis [n=zygis@clt-84-32-129-122.dtiltas.lt] has joined #launchpad [05:57] Merge to devel/launchpad/: [rs=kiko] Fix #1235: When batch_start is >= the number of bugs shown, an error is raised. Change Batch to handle the case where start > listlength; also gives special results for prevBatch() and endNumber(). (r3269: Andrew Bennetts) [05:58] spiv: https://wiki.launchpad.canonical.com/PersonalPackageArchivesStageOne [05:58] YES! [05:58] woot woot === G0SUB [n=ghoseb@ubuntu/member/g0sub] has joined #launchpad [06:02] cprov: Will you please do the DB patch to drop the librarian FKs from PPA ? [06:03] Kinnison: sure, as soon as I can manage to re-enable publisher (ohhhhh) === Kinnison hugs === lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #launchpad [06:09] Anyone know of a way to get a list of bugs in malone that were reported against "ubuntu" and not a specific package? [06:10] http://launchpad.net/distros/ubuntu/+bugs === jinty [n=jinty@115.Red-80-24-9.staticIP.rima-tde.net] has joined #launchpad [06:12] Kinnison: that's not quite it ... [06:13] Oh, I don't believe there is such a thing === Kinnison notes that distros/ubuntu/+filebug expects a package name [06:13] For example this bug fell through the cracks, I'd like to be able to generate more lists of bugs like this https://launchpad.net/distros/ubuntu/+bug/31233 [06:13] malone bug 31233 in Ubuntu "Language selection happens twice with graphical grub" [Normal,Fix released] [06:14] ooh that's a good one === Kinnison wonders how we got that bugtask [06:14] Sorry, that wasn't a good example of one that fell through the cracks, but it's an example of the filing against "ubuntu" [06:15] There were a number posted by Andreas Schildbach to ubuntu-devel last night. [06:16] Kinnison: It's optional, though there's a bug on package name not being obviously optional. [06:16] bradb: so is there a search mechanism for tasks with no package? [06:16] lakin: There's currently no way to get a list of bugs without a package. Could you file a bug on that? [06:17] :-( [06:17] bradb: will do [06:17] lakin: cool, thanks [06:21] done. [06:21] https://launchpad.net/products/malone/+bug/35075 [06:21] malone bug 35075 in malone "Bug Triagers would benifit from a way to list bugs filed without a package" [Normal,Unconfirmed] [06:24] jamesh, I saw that this morning [06:27] did I stir up a hornets nest? [06:27] Burgwork: We're pretty sedate hornets I'm afraid :) [06:27] none of what I said should be taken as a slur again the team === Kinnison stings Burgwork for fun [06:27] bulding giant server apps is hard [06:27] Burgwork: well, not all of us are cuddly === Burgwork hugs Kinnison [06:30] Burgwork: FWIW, the current Malone priority at this sprint is linking branches and bugs. [06:32] Burgwork, improving searching and dupes are on the radar; have patience [06:33] they are?? [06:33] that's it === mpt cowers [06:34] KILL KILL KILL === xhaker [n=xhaker@213.201.220.218] has joined #launchpad [06:36] spiv: thank god for noise-cancelling headphones [06:37] Hah. [06:38] hi all [06:38] any rosetta guys here? [06:38] Portuguese Translators problem :) [06:42] NO [06:42] xhaker: hi [06:42] xhaker: what's wrong there? [06:42] carlos: something is bugging us for a long time already. [06:43] carlos: there are two translation entries for Portuguese [06:43] one is pt and another one is pt_PT [06:43] we use the pt templates [06:43] pt_PT is unnecessary and it's confusing [06:44] carlos: do you follow? [06:44] xhaker: yes [06:44] xhaker: I don't know if it was for your team, but I already said how to fix that [06:45] you need to migrate the translations using the pt_PT locale [06:45] into the pt one so no translations are lost [06:45] after that, send an email to rosetta@launchpad.net with links to all pt_PT entries you migrated and requesting their removal [06:45] and we will do it [06:46] we cannot do it automatically as we don't know which translation is better, the one on pt or the one on pt_PT [06:46] carlos: thanks for your help. [06:49] xhaker: you are welcome [06:49] daf: hi, around? [06:52] hi [06:54] daf: did you tell me that your parser fixes the problem with Big5 files? [06:54] maybe [06:54] or was it another issue? [06:54] I was going to add a test case for it [06:56] I can provide you a .po file with that problem [06:56] daf: http://librarian.launchpad.net/51037/zh_TW.po [06:57] cool [06:57] I'll test and let you know [06:57] daf: did you have time to check how complicate would be to move Rosetta to use your parser? [06:58] kiko: stub had an interesting suggestion for prejoins, see the review mail. [06:58] carlos: no, not yet [06:58] carlos: maybe I'll have time tonight [06:58] daf: I approved all imports with the FAILED status to check which ones are errors on our side and which ones are broken imports [06:59] daf: and we saw that big5 problem [06:59] ah [06:59] continue approving stuff. Oh yes baby. === mdz [n=mdz@217.205.109.249] has joined #launchpad [07:00] jordi: no, I was doing only the failed ones... [07:00] jordi: if you have time and approve/delete some entries... that would be really good :-P [07:00] carlos: need some guidance with this queue now [07:00] carlos: what do I do with the failed entrieS? [07:01] What about the approved? [07:01] what about deleted? [07:01] "imported"? why am I seeing gthese? [07:01] jordi: ignore all entries but the ones with Needs review status [07:02] jordi: the imported files will be on that queue for 5 days and then, will be deleted so people can know that we already imported their queue [07:02] jordi: we already talked about that.... [07:02] carlos: I want to be sure [07:02] jordi: anyway, I will introduce some filtering to show only the entries with the selected status [07:02] It'd be cool if the Needs review stuff came up first. [07:02] jordi: it's cool for you [07:03] but not for our users [07:03] also, the import queue should not be so big as it's atm.... [07:03] that's not usual [07:03] or at least, it should not be so usual [07:04] jordi: the failure entries help me to know if there is any bug with our system or the user imported a broken file [07:04] if it's broken, I will delete it, if it's not broken, I will fix the bug and request a new import [07:04] well, right now I have to find with guesses where needs review starts, and that will vary [07:04] atm you can ignore those entries or download the file, test it with msgfmt and delete it if msgfmt complains about it [07:05] jordi: atm, jump the first 150 entries [07:05] that's more or less it [07:05] jordi: as fast as you start feeling the pain with the queue, as fast your input will help me to improve it.... [07:06] carlos: ok, I edit one, and I go back to the first page [07:06] jordi: know bug, kiko fixed that already and it's merged on rocketfuel === jinty [n=jinty@115.Red-80-24-9.staticIP.rima-tde.net] has joined #launchpad [07:11] cool [07:11] carlos: hmm [07:11] https://launchpad.net/rosetta/imports/797 [07:11] what would you do with this one? [07:12] jordi: seems like unfortunatelly, kiko's patch cannot be cherrypicked as it changes too many things [07:12] meh [07:12] it is chock-full [07:12] jordi: ? [07:13] kiko: don't go running [07:13] I am running every day [07:13] carlos: the info told me "Ubuntu documentation project", which has a quicktour template. I guess there was no way of knowing that offhand, righT? [07:13] jordi: oh, I see, due a bug with the old queue code, there are .po files that we lost the associated .pot file, so you will need to do some investigation to decide where to import it.... [07:14] carlos: ah, ok. [07:14] That was quicktour I guess/hope. [07:14] jordi: download the file and check it [07:14] yeah [07:14] jordi: but yes, I guess it's the case if there is just one potemplate tehre [07:17] carlos: can you explain to me again why we have to approve 13851 imports by hand? [07:18] kiko: I HATE you SO MUCH [07:18] kiko: we need to go out for dinner or something [07:18] you and the entire population of the northern hemisphere [07:18] what's wrong with the South hemisphere? [07:19] Are they easily bribed? [07:20] daf: to prevent things like having 5 templates for glib that are the same but stored on different paths [07:21] or importing 40 templates for gtk+ just because the first explanation I gave you + 10 revision changes because gtk uses the version number as part of its path [07:21] daf: we got those problems with breezy [07:21] can we automatically approve all things with onlyu 1 template? [07:22] and as we didn't store the right paths with hoary and breezy, we don't know them before hand to do the import automatically [07:22] daf: not really [07:22] we could automate some of them [07:23] ok, seriously, is there no way to distinguish mail that's being sent to me because I reported or am subscribed to a bug and a bug LP is mailing me about because it heuristically thought I might be interested-maybe [07:23] that's what I'm going to work on [07:23] but there are situations where a tarball could be missing a .pot file but have two sets of .po files. One for a existing .pot file and the other set for the missing one [07:24] so we could mix .po files [07:24] carlos: I don't think we can humanly improve 13,000 imports in time for dapper [07:24] s/improve/import/ [07:24] We need an X-Launchpad-Thinks-You-Care-Because header ;) [07:25] X-Because-Youre-Worth-It [07:27] spiv: seriously we do, I asked for it before, but in the mail [07:27] I have absolutely no idea why launchpad is mailing me about random unassigned bugs that I didn't report or subscribe to === niemeyer [n=niemeyer@201.14.58.167] has joined #launchpad [07:29] mpt, your changes to the PendingReviews page were reverted [07:29] salgado: probably by me, sorry [07:30] yep [07:30] nm, I'll restore [07:30] daf: Well, In about 4 hours I did 100 reviews before the importqueue went out of service [07:30] you'd still need to do that 130 times [07:31] kiko: well, I was guessing URLs and I'm going to improve the approval form prefilling things [07:31] kiko: that should speed it a bit [07:31] let's say you do it 8 hours a day [07:31] that's still 65 man-days [07:32] daf: dude, I know it's not the perfect system and that It's the only way to do it [07:32] we will go insane [07:32] ehem.... [07:32] ok [07:32] we will go more insane [07:32] s/it's the only way/It's not the only way/ [07:32] we can probably decrease the number of clicks required [07:32] kiko: thanks [07:33] mpt: that's my point, improve the approval procedure [07:33] no [07:33] I think we need to get that number down to less than 1,000 [07:33] or else it is not doable [07:33] kiko++ [07:33] mpt: and add more guessing code to accept as much as possible automatically === mvo [n=egon@george.kkhotels.co.uk] has joined #launchpad [07:33] How many e-mail messages do you get per day, kiko? [07:34] in my inbox, or in total? [07:34] inbox [07:34] about 50 [07:34] I only reply to about 40% [07:34] dude, that's less than me [07:35] I filter *everything* [07:35] only email that is only To: me is in my inbox [07:35] mpt: without the spam and mailing lists? [07:35] So, anyway, we just need to make Launchpad as fast as mutt [07:37] text-based XMLRPC interface? [07:37] Besides clicking a button or whatever, what do you need to do to a translation to approve it? [07:37] Do you need to examine it for something? [07:37] check the filename is correct? === mpt has no idea [07:38] mpt: sometimes, you have no fscking clue where a pofile belongs [07:38] or the translator uploads a "myapp.po", and you don't know what language it belongs to (because he renamed his LANGCODE.po to whatever.po) [07:39] so I had developed this cute instinct that made me guess quite accurately who was translating what === jinty [n=jinty@115.Red-80-24-9.staticIP.rima-tde.net] has joined #launchpad [07:40] mpt: the general case, as it's now (carlos plans some autofilling of fields) I have to type in the source package, the po template name the file belongs to, and select a language from a dropdown list with all the language supported by the rosetta [07:41] ok [07:42] so autocomplete could accelerate that, but not much else [07:42] and managing multiple items on a single page [07:42] that is pretty straightforward if you can guess all the info straight away. It's easy that you need to investigate what po template an uploaded file belongs to, if it has more than one. Normally that means downloading the file from librariant to have a look. [07:43] you can also have the language problem: the filename might not give you any info of what language it is -> download. Or you get a "fg" code which you fdon't know by heart, and you may have to look it up in the iso codes list [07:43] that's mostly what I find I end up doing [07:44] oh, + new submissions need potemplatename creation and so on, but that's ust the first time === jinty [n=jinty@115.Red-80-24-9.staticIP.rima-tde.net] has joined #launchpad [08:01] jordi: looks like you scared carlos and mpt away [08:01] dinner time! [08:01] jordi: daf: Sorry, I'm planning a way to improve the situatio with kiko... [08:02] will read the channel later... [08:02] ooh, good [08:02] we're leaving now [08:02] I'm here, I just have nothing to say :-) [08:02] because you lp people ignored our invitation to do a joint dinner. [08:02] I hate you all [08:02] not only kiko === mpt hugs jordi [08:03] jordi: why don't you come over here and say that? [08:04] bah [08:04] I can't have dinner tonight [08:04] lol [08:04] jamesh: you're way too far away for a 10 second fight [08:04] (no more details about how the 10 seconds go) [08:06] jordi: how do you know I wasn't just inviting you over for dinner? [08:10] jamesh: because he wants you going to K&K to have dinner instead of coming here :-P === carlos hides [08:10] I observed you when we walked around the King's Cross in Sydney. You seemed to know the area and the people. [08:11] jordi, daf: Ok, so here's the plan I'm going to do: [08:12] - Add an option to filter by .po or .pot files the queue entries [08:12] - Add an option to filter by status [08:13] - Approve/Block all .pot files (using the filtering option) (We have 664 .pot files) [08:13] this step will be done by hand [08:13] sorry, jordi [08:14] hmm [08:14] so, if we block a .pot file, will the .po files get blocked automatically? [08:14] daf: let me finish... [08:14] please ;-) [08:14] I didn't know you weren't :) [08:15] - For every POTemplate we have imported, look on the queue for pofiles stored on the same directory [08:15] and associate them with that potemplate [08:16] that will cause that the current guessing code will be smart enough to automatically import all .po files that use the language code as the filename [08:16] that's most of the entries [08:17] that sounds like a big improvement [08:17] daf: we think so, yes [08:17] this "look at the queue for pofiles stored in the same directory" [08:17] is this a one-off thing [08:17] or should we do that continuously? [08:17] perhaps we should do that when a .pot file's status is changed [08:18] daf: well, I was thinking on include the code as part of the guessing code I already have [08:18] that sounds like a big step forward [08:18] what guessing code? [08:18] the queue runner? [08:18] at the moment the guessing code checks an entry.path and a pofile.path or potemplate.path [08:19] this change will allow us to guess pofiles without having it yet created [08:19] daf: yes, the poimport script executes it to do automatic imports [08:19] so we would leave it there for ever [08:19] ok [08:20] daf: what I can do too is to add some code to block pofiles that are on the same directory that an already blocked .pot file [08:20] that sounds cool [08:21] if it's not correct is as easy as edit it manually and associate it with the right entry [08:21] oh, I forgot to add - Prefill the approval form [08:21] cool [08:21] so, what's on the top of your queue? [08:22] implement the filtering code [08:22] ok [08:22] have our import/export fixes gotten review? [08:22] so we can it cherry picked tomorrow, so If I don't have the other fixes done, at least jordi can start accepting .pot imports [08:22] yeah [08:23] daf: only the one related with the bad encoding exporting files, I need to do some changes before it's ready to be merged [08:23] ok [08:23] ah, the notifications? [08:23] yes ;-) [08:23] I thought we had the import fix done [08:23] that's the main change [08:24] daf: well, I hadn't time to review the diff before asking for a review [08:24] that means execute 'make check' to be sure all tests are fixed [08:24] ok, we're gone [08:24] I had my computer blocked with other test runs [08:25] talk to you tomorrow [08:25] ok [08:25] good night === mdz_ [n=mdz@217.205.109.249] has joined #launchpad === Ubugtu [n=bugbot@ubuntu/member/seveas] has joined #launchpad === jinty [n=jinty@115.Red-80-24-9.staticIP.rima-tde.net] has joined #launchpad === lbm [n=lbm@0x535892b9.hrnxx10.adsl-dhcp.tele.dk] has joined #launchpad === carlos [n=carlos@82.109.136.121] has joined #launchpad === spiv [n=andrew@82.109.136.121] has joined #launchpad === cprov [n=cprov@82.109.136.121] has joined #launchpad [09:50] #launchpad is not letting unregged people on [09:50] can this be turned off? [09:50] Burgwork: that would be due to the waves of spambots [09:51] hmm, no kiko === G0SUB [n=ghoseb@ubuntu/member/g0sub] has joined #launchpad === jinty [n=jinty@115.Red-80-24-9.staticIP.rima-tde.net] has joined #launchpad === flint [n=flint@montpeliervt-cuda1-24-50-146-184.sbtnvt.adelphia.net] has joined #launchpad [10:30] Oliver sent me over here to ask if there is any way I can get back on https://wiki.edubuntu.org/ so I can continue editing the mondomindi page? [10:31] flint: I'm missing context here, but could it be wiki in readonly mode due to maintenance? === Ubugtu [n=bugbot@ubuntu/member/seveas] has joined #launchpad [10:41] LarstiQ, thanks for your help. give me a second... === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #launchpad [11:01] LarstiQ, btw my friend jelkner had no trouble logging into https://wiki.edubuntu.org/. for some reason I am not getting the opportunity to log in. is there a url where i can go to log into https://wiki.edubuntu.org/? [11:06] perhaps it thinks you are already logged in? === LarstiQ sees a nice login prompt [11:06] flint: or try https://wiki.edubuntu.org/UserPreferences === mdke_ [n=matt@ubuntu/member/mdke] has joined #launchpad [11:14] LarstiQ, thanks!!!! that worked. the obvious is silly in retrospect. [11:15] flint: cool, glad to be of help === poningru [n=poningru@pool-72-64-213-212.tampfl.fios.verizon.net] has joined #launchpad === mdke [n=matt@ubuntu/member/mdke] has joined #launchpad