[09:38] StevenK: wgrant any thoughts on this https://bugs.launchpad.net/launchpad/+bug/1105543 [09:38] Launchpad bug 1105543 in Launchpad itself "attachment added within a comment is sometimes hidden" [Undecided,New] === yofel_ is now known as yofel [10:48] Hello there I am trying to make a daily build recipe on launchpad and It keeps on failing but does not fail at all when I run local it is saying that bzr is not loged in https://launchpadlibrarian.net/129732948/buildlog.txt.gz recipe is http://paste.ubuntu.com/1580322/ thanks for taking some time to look at this for me [10:50] mitya57, thanks again for pointing me in this direction. Any Idea as to what os going wrong with launchpad ? [10:51] s|os|is [10:52] bobweaver: I came here to wait for somebody else 's reply... [10:53] cool thanks again though for pointing me this way :) [10:55] bobweaver: if yo could file a question that would be great thanks, https://answers.launchpad.net/launchpad-project/+addquestion [10:55] thanks czajkowski I will do that [11:00] bobweaver: bug 915505 [11:00] bug 915505 in launchpad-buildd "0.4 recipes: bzr: ERROR: exceptions.AttributeError: 'cStringIO.StringI' object has no attribute 'split'" [Critical,Triaged] https://launchpad.net/bugs/915505 [11:00] should I use version 3 ? [11:01] you need to use an older version, and jump up and down so IS upgrade our stuff to the latest versions [11:01] mgz: got that RT number handy again ? [11:01] I've just seached fo rit but I'm not on it [11:01] so finding it hard to see in my RT folder [11:02] czajkowski: 46345 [11:12] mgz, I replaces recipe with a 0.3 one and I think that it is going to build. thanks [11:12] everyone thanks I should say [11:13] bobweaver: ace [11:13] I talked to soon :/ [11:15] woops : error: version number does not start with digit [11:15] tyoped the recipe? [11:15] I can not use {debversion} ? [11:15] 0.3 sorry [11:18] mgz, you where right syntax error [11:18] thanks again lol [11:19] do you all know where I can find out info about packaging for armel ? [11:20] I know that my code that I wrote on top of Unity 2d will run on armel (Qt/Qml) so I would like to package for armel and also for ppc just like Ubuntu was doing [11:21] czajkowski: ^what's the new deal with getting access to arm builders? [11:22] a question is filed on LP [11:22] as long as the build takes less than 4 hours [11:22] and no more than 10 builds a wweek we enable it [11:24] \o/ https://launchpadlibrarian.net/129754429/buildlog.txt.gz [11:25] thanks again you all are awesome ! [11:27] https://dev.launchpad.net/CommunityARMBuilds === czajkowski changed the topic of #launchpad to: Known issues:-. Help contact: czajkowski | Requesting ARM builds on projects - https://dev.launchpad.net/CommunityARMBuilds | 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 [11:29] thanks czajkowski I will read all that over and get a better understanding and come back with a request [11:52] bobweaver: note that above is for virtualised (qemu) arm(el|hf) builders. Thus, you won't get ppc. [11:53] thanks xnox that is what I was thinking [11:53] ;-) === useall is now known as clon === clon is now known as useall === benji___ is now known as benji === slank_away is now known as slank === slank is now known as slank_away === slank_away is now known as slank [16:30] Gwaihir: 740 pots into BosnianUniverseTranslation trunk series again :( [16:31] :-/ [16:31] hoping the auto thing will help get through some of them === matsubara is now known as matsubara-lunch === deryck is now known as deryck[lunch] === Ursinha is now known as Ursinha-afk === czajkowski changed the topic of #launchpad to: Known issues:-. Help contact:-| Requesting ARM builds on projects - https://dev.launchpad.net/CommunityARMBuilds | 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 === matsubara-lunch is now known as matsubara === deryck[lunch] is now known as deryck === Ursinha-afk is now known as Ursinha [20:31] Hi! I'm back with more stupid launchpadlib questions! [20:31] I can't seem to find a way to get a branch_merge_proposal object by some identifier, e.g. web link URL [20:31] are there such methods at all? [20:37] there's some example code in https://answers.launchpad.net/launchpad/+question/193343 which lists merge proposals by team, API also allows listing them by branch or package. Is there any way to get a merge proposal object by some unique identifier? [21:03] shnatsel: What sort of id? [21:04] Or rather, id for what? [21:04] maxb: for the merge proposal; they're typically identified by branch and a numeric ID [21:05] maxb: my short-tem goal is to get the merge proposal object by its web URL [21:06] the best thing I've come up so far is parsing the web URL, splitting out the branch name, feeding it to branches.getByUniqueName() and bruteforcing web links in merge request array it returns [21:07] >>> lp.load("/~gz/hydrazine/ask_write_private_access_only_643610/+merge/78739") [21:07] [21:07] works for any API object for which you have a full object URL [21:08] https://api.launchpad.net/1.0/~///+merge/ [21:08] this? [21:08] oh, wow [21:08] maxb: thanks a lot! [21:08] maxb: you keep saving me man :D === matsubara is now known as matsubara-afk [23:09] I keep getting "At least 2 queries/external actions issued in 0.05 seconds" errors from API :( [23:09] Here's the code: http://pastebin.com/66wpnQsj [23:09] I've added "sleep (1)" everywhere I could imagine [23:10] it still happens [23:11] the code shouldn't output anything for this particular combination of input data, but it shouldn't exceed any API usage limits either === slank is now known as slank_away [23:13] looks like "if recipe.daily_build_archive == daily_ppa:" is the offending line, but I have no idea how to slow it down [23:23] I've added a sleep everywhere now but it still happens! http://pastebin.com/Y1AB1gZ7 [23:24] shnatsel: That's not an error message itself, just a part of the error page. What's the actual error message, or the full error page? [23:25] 410 page gone [23:26] And which statement is crashing? [23:27] I have no idea, the backtrace has only internal launchpadlib items [23:27] Hmm? [23:27] Backtraces don't work like that [23:27] It'll get back to your code eventually [23:27] It's probably the current_ppa = recipe.daily_build_archive line [23:28] I actually used to have sane code before I insterted sleeps everywhere and sent everything to variables [23:28] let me see... [23:28] Try replacing the current_ppa = and current_ppa_link = bits with 'current_ppa_link = recipe.daily_build_archive_link' [23:28] "if recipe.daily_build_archive == daily_ppa:" this seems to be causing it [23:28] I suspect that 'recipe.daily_build_archive' is failing to load because the user that owns the archive is suspended, so you're not allowed to see them [23:28] wgrant: oh, that makes sense [23:28] So compare the link before you dereference and it should work [23:29] (lp:launchpad is a pathological case for this, because no recipes can sensibly exist for it, so any that do exist are probably created by spammers or otherwise unclever users, so their accounts are more likely to be suspended) [23:29] I obtain the PPA with a launchpad.load(), how do I load just the link? [23:30] Obtaining daily_ppa that way is fine [23:30] What's breaking is current_ppa [23:30] What I'd do is check the link (recipe.daily_build_archive_link) before dereferencing it (recipe.daily_build_archive) [23:31] In fact you don't actually need to dereference it at all in this case -- you only care that the link matches the archive that you care about. [23:31] then I'll need a *link* to the daily PPA too, won't I? [23:31] to compare them [23:31] Oh, yeah [23:31] But you have that already [23:31] daily_ppa_link [23:32] From daily_ppa.self_link [23:33] wgrant: it doesn't crash anymore! Thank you so much! [23:34] shnatsel: Excellent. === slank_away is now known as slank