[01:03] sinzui: +uploaded-packages did not show superseded packages for a time. It *needs* to continue to show superseded packages. [01:03] +ppa-packages should probably do the same (for consistency), but it is not as important. [01:04] But your argument that you would expect to see downloadable packages isn't really valid; if I wanted to see downloadable packages I would go to the PPA's page. [03:14] https://code.edge.launchpad.net/~thumper/launchpad/branch-no-active-reviews/+merge/13610 anyone? [05:21] thumper: can you review https://code.edge.launchpad.net/~mwhudson/launchpad/in-memory-launchpad-server/+merge/13613 ? [05:21] * thumper looks [05:25] mwhudson: https://code.edge.launchpad.net/~thumper/launchpad/branch-no-active-reviews/+merge/13610 ? [05:25] mwhudson: there were two other BMPs created in the two hours between these [05:26] thumper: my question about that was "why do branches implement icanhaslinkedbranch then?" [05:26] but i guess i probably don't want to know [05:26] thumper: yeah, that's lame [05:26] mwhudson: branches implement IHasMergeProposals [05:26] because you can get the merge proposals for a branch [05:27] oh right [05:27] maybe you should be able to adapt ibranch to ibranchcollection in some sense? [05:27] never mind [05:27] * mwhudson approves [05:28] although i think i broke some js somehow [05:28] mwhudson: maybe [05:29] perhaps that is the better option [05:29] although it seems a bit artificial to create a branch collection for exactly one branch [05:30] well, i guess a question is, is $branch_url/+activereviews going to be a useful thing? [05:31] (and how would it be different from +merges?) [05:47] mwhudson: I've started looking through your change, but I need to go make dinner [05:48] it is quite long :) [05:48] thumper: yeah, it's fairly hairy [05:48] thumper: if you don't get to it can you send jml a mail about it? [05:48] ok [05:49] hmm.. ec2 land can't find the public branch location [05:49] bzr info can [05:50] pebkac === gmb changed the topic of #launchpad-reviews to: on call: gmb || reviewing: -|| queue: [] || This channel is logged: http://irclogs.ubuntu.com === henninge_ is now known as henninge [11:44] * gmb -> afk for a bit === mrevell is now known as mrevell-lunch === matsubara-afk is now known as matsubara === mrevell-lunch is now known as mrevell === bac changed the topic of #launchpad-reviews to: on call: gmb,bac || reviewing: -|| queue: [] || This channel is logged: http://irclogs.ubuntu.com [14:04] good morning === bac changed the topic of #launchpad-reviews to: on call: gmb,bac || reviewing: -,jtv || queue: [] || This channel is logged: http://irclogs.ubuntu.com [14:24] gmb, bac: Could I have a review of https://code.edge.launchpad.net/~abentley/launchpad/parse-binary/+merge/13600 please? [14:24] gmb: can i interest you in a very short patch> [14:24] abentley: sure [14:24] intellectronica: Certainly. === bac changed the topic of #launchpad-reviews to: on call: gmb,bac || reviewing: -,jtv || queue: [abentley] || This channel is logged: http://irclogs.ubuntu.com [14:24] bac: tx === gmb changed the topic of #launchpad-reviews to: on call: gmb, bac || reviewing: abentley, intellectronica || queue: [] || This channel is logged: http://irclogs.ubuntu.com [14:25] gmb: http://pastebin.ubuntu.com/297491/ disables the filebug redirection for ubuntu packages [14:26] intellectronica: r=me. [14:26] gmb: thanks [14:30] bac: I'm going to go off-call to deal with a pressing OOPS problem with +filebug. If it gets busy, please ping me and I'll come back. === gmb changed the topic of #launchpad-reviews to: on call: gmb || reviewing: abentley || queue: [] || This channel is logged: http://irclogs.ubuntu.com [14:31] gmb: righto [14:34] with the current version of utilities/ec2 i can't submit a branch, because it complains about bzr's pqm plugin missing. any idea what's going on? [14:34] i can run without a problem with older versions [14:42] bac: maybe you have a clue? ^^^^^ [14:42] intellectronica: haven't seen it. have you asked allenap, our build engineer? [14:43] no, allenap would be a good person to ask indeed [14:43] * allenap looks [14:43] intellectronica: curious to hear what you find out. was there a new version from yesterday? it worked for me yesterday morning. [14:43] intellectronica: Can you paste the failure? [14:44] bac: the latest revisions are from yesterday and the day before. i don't know when it happens because i was using old versions on those days [14:45] allenap: http://pastebin.ubuntu.com/297511/ [14:47] intellectronica: I have an idea. [14:48] allenap: b.t.w don't tell anyone, but the machine i'm running this on is running jaunty. could it be that the update to make it work with karmic broke working with a previous version? [14:49] intellectronica: Only yesterday a change was made to utilities/ec2 to make it use python2.4. [14:49] intellectronica: Mmm, I don't know if that will matter... [14:50] Okay, so maybe /usr/bin/python could see the pqm plugin okay, but /usr/bin/python2.4 can't. [14:51] thanks abentley. r=bac === bac changed the topic of #launchpad-reviews to: on call: bac || reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com [14:52] intellectronica: Try /usr/bin/python2.4 -m bzrlib.plugins.pqm [14:52] intellectronica: And the same with just /usr/bin/python. [14:52] bac: Thanks! [14:53] gary_poster: I think you changed the interpreter in utilities/ec2 to be python2.4. I thought that boto didn't work with python2.4? [14:54] allenap: uh, dunno, working for me. you encountering a problem? [14:54] allenap: btw thank your for buildbot config fix. will review asap [14:55] gary_poster: I haven't looked at it on karmic yet (only upgraded yesterday), but I seem to remember that boto used some python2.5+ features. Of course, I can't remember what now. If it works then I shouldn't complain :) [14:57] intellectronica: Anyway, try doing /usr/bin/python utilities/ec2 [14:58] allenap: :-) ok. I'm on karmic and it is working for me. We have a LP Python 2.5 branch with passing tests also, btw, but can't land it till LOSAs have bandwidth. We're trying to make it to 2.6. [14:59] allenap: I changed the ec2 script because it wasn't working for me without that change...I'll dig into it if you need me to. [14:59] gary_poster: If you can remember, I'm interested to know why, but don't spend time digging. [15:00] gary_poster: Though I suspect that, like for intellectronica, it won't work for me now :-/ === danilo__ is now known as danilos [15:01] allenap: I don't remember and have four other conversations pending. ;-) If you take out the change and it works for you, revert that bit with my blessing. We may need to look at it more closely later, but not blocking is important, and I'd prefer not to consume the bandwidth on it ATM [15:01] gary_poster: That works for me. [15:01] allenap: thank you [15:04] allenap: with /usr/bin/python i get a different error [15:04] intellectronica: Progress :) [15:05] yeah, that's what theoretical scientists call "problem shift" :) [15:05] I need to remember that :) [15:05] allenap: http://pastebin.ubuntu.com/297523/ is what i get [15:06] intellectronica: Oh my. [15:06] bac: could you please review this MP: https://code.edge.launchpad.net/~adeuring/launchpad/hwdb-build-udev-device-list/+merge/13644 ? [15:07] adeuring: i'm on it! === bac changed the topic of #launchpad-reviews to: on call: bac || reviewing: abel || queue: [] || This channel is logged: http://irclogs.ubuntu.com [15:07] bac: thanks! [15:12] intellectronica: Okay, I'm clutching at straws now, but could you try: rm _pythonpath.py && bin/buildout && utilities/ec2 [15:13] allenap: i find it hard to believe that this would matter in a new branch, but let me try [15:13] allenap: yeah, that didn't help [15:13] intellectronica: Oh, a new branch. [15:18] intellectronica, allenap: I think I know what the problem is, in vague terms, though I don't know why the current version works for me and breaks for intellectronica. I can at least do a quick call with allenap to share the details and maybe also come up with a solution. Again, I'm also fine with a revert (of just this file, he said nervously!) if that helps [15:19] gary_poster: it's not urgent to fix this, since i can continue using the older revision locally. i just wanted to alert you guys to the problem [15:19] intellectronica: got it, thank you [15:20] gary_poster: If intellectronica is okay for now then it sounds like you've got more pressing things to do. I'll see if I can figure something out anyway; I have other suspicions. [15:21] bac: if you really have the time, thanks: [15:21] https://code.launchpad.net/~canonical-isd-hackers/canonical-identity-provider/wip1/+merge/13351 [15:21] https://code.launchpad.net/~canonical-isd-hackers/canonical-identity-provider/wip2/+merge/13362 [15:21] https://code.launchpad.net/~canonical-isd-hackers/canonical-identity-provider/wip/+merge/13363 [15:21] https://code.launchpad.net/~canonical-isd-hackers/shipit/sso-test-fixes/+merge/13643 [15:21] (in that order) [15:22] allenap: ok cool, thank you. Is it failing for you? [15:22] gary_poster: No, actually, it seems fine. [15:25] allenap: ah. :-/ yeah, diagnosing is hard when it works locally. The error looked like bzr was not finding its site-packages plugins, which makes sense, because launchpad's bzr version would mask the site-packages version. [15:25] I'm not exactly sure why it *is* working for me (and others) now. It would be interesting to try adding the pqm-submit plugin to launchpad's bazaar-plugins directory and then have ec2 set the bzr environ variable to look there for plugins. That's a hack though. ...again, being able to dupe would be nice. [15:27] oh, are we now using a bzr version other than the site-installed one? [15:27] gary_poster: I've just realised that I have the pqm plugin installed in ~/.bazaar/plugins, which might account for why it's finding it for me. [15:28] intellectronica: The change to utilities/ec2 made it use the bzrlib in the lp tree, via the egg. [15:28] allenap, intellectronica: yes [15:29] (a nice advantage is that ec2 can now be put somewhere in your path (I have a symlink in ~/bin) and it works) [15:29] intellectronica, gary_poster: Perhaps we should add bzr-pqm to setup.py and let it take care of it. [15:29] s/it/buildout [15:30] allenap: maybe. I don't think bzr-pqm is available as a python package; Martin Pool and I were going to talk about that at some point [15:31] allenap: if we were going to do that, I'd be tempted to do that in a slightly different way so that lp itself doesn't depend on the egg, just the script [15:38] achuni: can you subscribe me to those branches? i don't have access. [15:38] heya, any candidate for a lazr-js review? [15:38] https://code.edge.launchpad.net/~sidnei/lazr-js/jstestdriver-support/+merge/13645 [15:38] bac: sure, one sec === bac changed the topic of #launchpad-reviews to: on call: bac || reviewing: achuni || queue: [] || This channel is logged: http://irclogs.ubuntu.com [15:42] bac: subscribed [15:42] intellectronica: As a work-around, it'll probably be enough to bzr branch lp:bzr-pqm ~/.bazaar/plugins/pqm [15:42] achuni: thanks. i can see it now. [15:42] great [15:44] allenap: aha! problem shift, once again :) http://pastebin.ubuntu.com/297560/ [15:46] intellectronica: Ah! This version of boto won't work with python2.4. [15:46] intellectronica: Can you do python -c 'import boto; print boto.Version' [15:46] intellectronica: I have 1.8d [15:47] I'm on karmic. [15:47] allenap: 1.5b [15:47] what a strange versioning scheme [15:48] intellectronica: Yeah! I wonder if 1.8d is python2.4 compatible, and 1.5b not. [15:48] it sounds unlikely that an older version will be less compatible with an older version of python, but who knows [15:51] intellectronica: The README says "Efforts are made to keep boto compatible with Python 2.4.x but no guarantees are made." [15:51] intellectronica: So it could go back and forth. [15:53] intellectronica: Let's bypass utilities/ec2 altogether! PYTHONPATH=lib python -c 'from devscripts.ec2test.entrypoint import main; main()' [15:54] intellectronica: In the next week or so LP will be python2.5 at least so this problem will go away... I hope. [15:54] allenap: yeah, that works [15:55] intellectronica: Woohoo! I'll send an email to the list for anyone else who is suffering. [15:55] allenap: thanks [16:05] i wonder if i should append myself to the queue ;) [16:32] sidnei: you have a branch? append away [16:32] achuni: i've done wip1 with some comments. === sidnei changed the topic of #launchpad-reviews to: on call: bac || reviewing: achuni || queue: [sidnei] || This channel is logged: http://irclogs.ubuntu.com === salgado is now known as salgado-lunch [16:35] sidnei: do you have an URL for your branch? i don't see it on +activereviews for lp [16:35] bac: it's a lazr-js branch https://code.edge.launchpad.net/~sidnei/lazr-js/jstestdriver-support/+merge/13645 [16:35] sidnei: thanks. i'll get right on it but will break for lunch in a bit [16:35] bac: no hurry [16:35] bac: thanks [16:36] sidnei: if i'm uncomfortable with the javascript i may defer. just letting you know. [16:36] bac: that's fine, yeah. [16:37] sidnei: er, the diff is 3500 lines. is that a mistake? [16:38] bac: it's based on https://code.edge.launchpad.net/~bjornt/lazr-js/buildoutification, which might have not been merged yet [16:38] sidnei: can i get you to make an accurate diff and paste it? [16:38] bac: supposedly yeah :) === matsubara is now known as matsubara-lunch === bac changed the topic of #launchpad-reviews to: on call: bac-lunch || reviewing: achuni || queue: [sidnei] || This channel is logged: http://irclogs.ubuntu.com [16:51] bac: here https://pastebin.canonical.com/23563/ === deryck is now known as deryck[lunch] === salgado-lunch is now known as salgado === matsubara-lunch is now known as matsubara === beuno is now known as beuno-lunch [18:11] bac-lunch, please add https://code.edge.launchpad.net/~leonardr/lazr.restful/2.6/+merge/13653 to your queue === bac changed the topic of #launchpad-reviews to: on call: bac || reviewing: achuni || queue: [sidnei] || This channel is logged: http://irclogs.ubuntu.com === bac changed the topic of #launchpad-reviews to: on call: bac || reviewing: achuni || queue: [sidnei, leonard] || This channel is logged: http://irclogs.ubuntu.com === bac changed the topic of #launchpad-reviews to: on call: bac || reviewing: achuni || queue: [sidnei, leonardr] || This channel is logged: http://irclogs.ubuntu.com [18:40] bac, leonardr I already reviewed that one. changing topic === gary_poster changed the topic of #launchpad-reviews to: on call: bac || reviewing: achuni || queue: [sidnei] || This channel is logged: http://irclogs.ubuntu.com/ [18:41] thank gary_poster [18:41] :-) welcome [18:46] sidnei: why did you change the DOCTYPE spec to have 'http:///' with three slashes? [18:46] bac: might have been a bad search & replace. [18:47] sidnei: ok. yeah, it looks pretty funny [18:52] ok, fixed those [19:02] sidnei: where did yui.patch.js come from? is it an official YUI patch? should you include some attribution or reference? [19:03] bac: it was from jstestdriver itself. maybe there should be some attribution yeah. [19:07] sidnei: done [19:07] bac: you rock. thanks! [19:18] bac: Can I put this in your queue? https://code.edge.launchpad.net/~edwin-grubbs/launchpad/bug-435260-duplicate-links/+merge/13657 [19:18] EdwinGrubbs: soitanly [19:18] bac: BTW, I have to go to lunch now. === EdwinGrubbs is now known as Edwin-lunch === Edwin-lunch changed the topic of #launchpad-reviews to: on call: bac || reviewing: achuni || queue: [sidnei, Edwin] || This channel is logged: http://irclogs.ubuntu.com/ [19:19] Edwin-lunch: too bad. i was going to jump you to the front since no one else who wants a review is around atm === beuno-lunch is now known as beuno [20:14] Edwin-lunch: done. nice work. that's some fancy CSS you got there. === bac changed the topic of #launchpad-reviews to: on call: bac || reviewing: - || queue: [-] || This channel is logged: http://irclogs.ubuntu.com/ === Edwin-lunch is now known as EdwinGrubbs [20:28] bac: thanks [20:28] np [21:16] bac: I have a review for you, if you don't mind. [21:16] https://code.edge.launchpad.net/~henninge/launchpad/bug-456498/+merge/13668 === henninge changed the topic of #launchpad-reviews to: on call: bac || reviewing: - || queue: [henninge] || This channel is logged: http://irclogs.ubuntu.com/ [21:33] hi henninge [21:33] henninge: i'll look at it now [21:33] bac: thank you [21:36] henninge: can you reword the last sentence at lines 11&12? i think you have an extra word or are missing some. === salgado is now known as salgado-afk [21:37] bac: yes, the "detect" should go [21:42] henninge: why didn't you make trans_credit_type an enum? [21:42] bac: to keep it simple, actually [21:43] henninge: to make this patch simple, maybe, but i don't think the code is going to be in the long run. i just hate seeing all of those magic strings. [21:44] henninge: and to a translations outsider, a value of 'Your emails' seems odd [21:44] bac: true [21:44] henninge: otherwise this is a lovely patch [21:46] henninge: could i get you to take a stab and making those an enum and seeing if it really is that much more complicated? [21:47] bac: yes you can ;) [21:47] henninge: thanks! i've got a few other niggly things i'll put in the MP. [21:47] bac: thank you, too === bac changed the topic of #launchpad-reviews to: on call: bac || reviewing: - || queue: [-] || This channel is logged: http://irclogs.ubuntu.com/ === bac changed the topic of #launchpad-reviews to: on call: - || reviewing: - || queue: [-] || This channel is logged: http://irclogs.ubuntu.com/ === matsubara is now known as matsubara-afk [22:58] beuno: Can you do a UI review of the branch you already pre-reviewed? New screenshots are in the last comment. https://code.edge.launchpad.net/~edwin-grubbs/launchpad/bug-435260-duplicate-links/+merge/13657 [22:59] EdwinGrubbs, on it [23:04] EdwinGrubbs, done [23:22] who wants to review a little branch? [23:22] a windmill fix [23:22] it's quite minimal [23:22] mwhudson: how about you? [23:23] or maybe rockstar? [23:23] intellectronica: sure [23:23] i'm probably the most ignorant team member about js though [23:23] mwhudson, I'd be happy the grab it if you're uncomfortable taking it. [23:23] mwhudson: you rock. http://pastebin.ubuntu.com/297838/ [23:24] or rockstar, who's got rock in his own very name [23:24] there's not much js there, though. it's written in python [23:24] it's a fix for https://bugs.edge.launchpad.net/malone/+bug/456315 [23:24] Bug #456315: Windmill test test_bug_tags_entry errors [23:24] intellectronica, this is just moving it the BugsWindmillLayer? [23:25] rockstar: pretty much. i also converted some setupd code that used the ui to use the object factory, it makes it much shorter and nicer [23:25] rockstar: see lines 33 - 45 [23:26] intellectronica, lines 41 and 42 - abentley also had this problem. Can you file a bug about canonical_url not being good for windmill tests? [23:26] intellectronica, I think the solution is ugly, but there's currently no way around it. [23:27] rockstar: sure, doing that now. the solution is ugly because you must specify the port, but i'd like to extend canonical_url to take the scheme and port as parameters [23:27] intellectronica, essactly. [23:30] rockstar: https://bugs.edge.launchpad.net/launchpad-foundations/+bug/456773 [23:30] Bug #456773: Make canonical_url work nicely in Windmill tests [23:30] intellectronica, I see your comment about the click event not firing the js event but actually moving. Have you found anything that can be done about this? [23:31] intellectronica, I ask because I now suspect that must be happening the branch subscriber tests -- They fail randomly at different places when the whole CodeWindmillLayer tests are run, but not when run by themselves. [23:32] rockstar: i must admit i haven't looked at it lately. it's possible that with the new test infrastructure things have improved, but i'm not too hopeful [23:36] intellectronica, is there an mp somewhere? [23:37] rockstar: no, let me create one [23:38] intellectronica, okay, when you create it, link me and I'll r=me [23:39] rockstar: cheers. https://code.edge.launchpad.net/~intellectronica/launchpad/fix-test-bug-tags-entry/+merge/13678 [23:41] intellectronica, done. [23:41] lovely. thanks a bunch, rockstar [23:41] intellectronica, no problem.