[00:10] poolie: i'll play with that idea. in the meantime, i'd like to land that other branch... the change was pretty trivial http://pastebin.ubuntu.com/721188/ [00:12] achiang: yep that's fine, please do [00:12] i hope to add a 'land it!' button to lp soon [00:12] heh [00:56] I can't submit a 130mb crash report - it says "Cannot connect to crash database, please check your Internet connection. HTTP Error 502: Bad Gateway". Is anyone else having this issue? I tried twice so far. [01:00] I have an account that triggers an Oops when attempting to log into SSO. any thoughts on how to debug it? (can't even do a password reset) [01:06] kees: We have just about nothing to do with SSO these days :/ https://forms.canonical.com/lp-login-support/ is probably your best bet. [01:07] wgrant: okidoky :) [01:07] this report is going to be comedy gold [01:08] Oh? [01:08] I had someone who could no register for a launchpad account at all recently. It told them to reset the password after registration, and that wasn't working either, so they gave up. [01:09] lol. form fails too. "This does not appear to be a valid email address" [01:10] What sort of strange email address is it? [01:10] it's extremely long. [01:11] My guess is "perfectly valid, but sufficiently odd that SalesForce hates it" [01:11] 104 characters [01:11] Hah [01:11] that form is sales-force driven? weird [01:11] can you look up Oopses? [01:11] 2127carambolalaunchpad57 [01:11] We can't see SSO OOPSes, no. [01:11] ah, dang [01:11] Perhaps I will harass a LOSA to get it for me, though. [01:12] hola kees! [01:12] heya spm! :) === lifeless_ is now known as lifeless [01:18] kees: you have a really odd email address. just sayin' [01:18] spm: heheh it's an old test account [01:18] I created it before SSO was attached to LP [01:18] uh huh. :-) [01:19] spm: should I just open a bug for it? (if so, which project?) [01:19] we're just getting the oops pasted internally atm; so I suspect we'll be able to get a bug for you. [01:19] can id provider? smething like that. one sec. [01:20] https://bugs.launchpad.net/canonical-identity-provider/ [01:20] spm: do you mean you're opening a bug ("get a bug for you") or should I open one? [01:21] get, as in open. yes. [01:21] okidoky. :) thanks! [01:26] kees: Did you know that Django's EmailField has an unoverridable maxlength of 75 characters? :) [01:26] he should know. it sounds like a security feature. [01:26] wgrant: heheh [01:27] "unoverridable" as in my browser limits the POST that I can intercept? ;) [01:27] djangos code ignores attempts to overrid [01:27] lifeless: truncation? [01:28] kees: assertion [01:28] neato [02:27] ugh. [02:27] $ bzr push --overwrite [02:27] Using saved push location: bzr+ssh://bazaar.launchpad.net/%2Bbranch/ubuntu/oneiric/cloud-init/ [02:27] bzr: ERROR: Revision {smoser@ubuntu.com-20110923132433-90y1d9yfuzwnalsz} not present in "Graph(StackedParentsProvider(bzrlib.repository._LazyListJoin(([CachingParentsProvider(None)], []))))". [02:28] anyone know what is up there? [02:28] maxb, (you've helped me with similar issues before) [02:32] i seem to have a full and valid repo locally, but launchpad's branch doesn't fair so well. [02:34] maybe a less destructive example: [02:34] $ bzr branch lp:ubuntu/oneiric/cloud-init [02:34] bzr: ERROR: Revision {smoser@ubuntu.com-20110923132433-90y1d9yfuzwnalsz} not present in "Graph(StackedParentsProvider(bzrlib.repository._LazyListJoin(([CachingParentsProvider(None)], []))))". [02:37] bzr check ? [02:38] This is probably fallout from the failed branch-distro. [02:40] Hm, although cloud-init seemed to pass the subsequent check successfully. [03:54] lifeless, bzr check output at http://paste.ubuntu.com/721290/ [08:18] [08:37] Anyone using Colloquy and having issues with it today? === bulldog98_ is now known as bulldog98 [13:32] Any of the commercial team here? I can't see Mr Revell === allenap changed the topic of #launchpad to: https://launchpad.net/ | Help contact: allenap | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad [13:56] bac: Can you field commercial enquiries? Mez is asking. [13:56] allenap: yes, i'm the new mrevell until after UDS [13:56] hi mez [13:56] bac: Awesome :) [13:57] heh [14:43] jelmer, hi, do you know how a tag list is to be passed to the searchTasks API call? a string with a certain separator between the tags? [14:51] janimo: IIRC it's a list [14:51] tumbleweed, how is that passed in a GET? [14:52] the docs indeed say a list [14:52] I just do not know how to send it [14:52] * tumbleweed doesn't know lplib in that detail :) do a query in python, with httplib2's debug flag enabled === m4n1sh_ is now known as m4n1sh [14:55] tumbleweed, thanks. I try to use the Go lpad libs, I do not know lplib at all. But grepping it I could not find searchTask, so I assume it creates requests from ws_ops you give it? [14:55] on the fly without providing explicit wrappers? [15:04] janimo: just pass a Python list [15:04] bigjools, ok I'll try. thanks [15:28] good day [15:28] I have come with another question regarding the XML bug import [15:29] does the order of comments inside the XML file actually matter, or are the comments reordered by date anyway? (either during import or during DB-output later) [15:37] Renegade15: I'll look... [15:44] Renegade15: It's assumed that the first comment is the bug description, in absence of an explicit description. After that there does not seem to be any assumption made in the *importer*. However, I suspect that comments are sometimes ordered by id because that is ordinarily guaranteed to be date order. So, my advice would be to ensure that the comments are sorted oldest to newest. === deryck is now known as deryck[lunch] [15:44] I see [15:45] thank you [15:50] Renegade15: Also, note the advice about comments in https://help.launchpad.net/Bugs/ImportFormat: "A bug has one or more comments. The first comment duplicates the reporter, datecreated, title, description of the bug." This means that the first comment is essentially the initial bug report, and must always be present. If a description is provided it overrides the first comment's text; that's what has happened when "View original description [15:50] " appears in the web UI. [15:50] yeah, I've got the first comment hardcoded [15:51] the particular issue I'm having is that Mantis attaches attachments to the bug, whereas LP attaches them to comments [15:51] so now I have to build a timeline of comments and attachments in order to have them appear correctly [15:52] could I be sure the system would order by date, I could just have dumped them by type and let the system figure it out ^^ [15:54] Renegade15: You could attach them all to the first comment, or we could fix the bug importer to sort comments by date. [15:54] yeah, the former would be the easy way out...but also the ugly one [15:54] the latter would probably be overkill [15:55] I'm currently trying to let Mantis's database sort it out via full outer join === beuno is now known as beuno-lunch === yofel_ is now known as yofel === deryck[lunch] is now known as deryck === allenap changed the topic of #launchpad to: https://launchpad.net/ | Help contact: - | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad === bulldog98_ is now known as bulldog98 === beuno-lunch is now known as beuno [18:25] hey everyone, currently at the LTSP hackfest, would be great if someone could process https://answers.launchpad.net/launchpad/+question/176650, thanks! [18:26] i hate to be an ass, but... [18:26] stgraber: you need patience :P [18:27] i take it you only posted it about 5 minutes ago or something :P [18:27] yep [18:27] stgraber: as i said, patience P === TheEvilPhoenix is now known as core-9 === core-9 is now known as TheEvilPhoenix === joey is now known as zz_joey