[00:17] wgrant: I just found out something interesting [00:17] mfisch: updated [00:17] wgrant: I can access person.preferred_email but nobody else can [00:17] wgrant: but person.confirmed_email everyone can [00:17] wgrant: very strange [00:21] wgrant: I think the only special priv I have is https://launchpad.net/~commercial-admins but that shouldn't matter right? [00:27] joey: Oh, you said you didn't still have superpowers :) [00:28] ~commercial-admins is as superpowered as you can get without being in ~admins. [00:29] k... so I wonder if that gives me privs to see preferred_email .... strange though [00:29] joey: Are you sure you're not looking at different people? [00:30] wgrant: https://bazaar.launchpad.net/~joey/+junk/linaro-team-scanner/view/head:/linaro-team-scanner.py [00:30] I can use my unprivileged test account to see preferred_email_address and confirmed_email_addresses on people who show their email addresses, but neither on those who hide them. [00:30] wgrant: I can run it and it works fine. Another person with access (but not team owner) runs it and it errors on line 53 [00:31] wgrant: he gets "ValueError: You tried to access a resource that you don't have the server-side permission to see." [00:31] joey: Right, someone has their email addresses hidden. [00:31] I haven't had him remove .launchpadlib yet though [00:31] Your superpowers let you see them. [00:31] oh! [00:32] so I should probably wrap that in a try then [00:32] and spit out an error I guess [00:32] Yeah [00:32] or get IS to run this for me [00:32] confirmed_email_addresses might just return nothing in that case, I think. [00:32] But preferredemail will error [00:34] wgrant: ok thanks. hmm that complicates things.... makes me a single point of failure [00:34] wgrant: but I'm glad I can do it. [00:34] Indeed [00:35] Life would be easier for everyone if people didn't think their email addresses should be secret information :) [01:50] maxb: thanks! === jtv1 is now known as jtv === jtv is now known as jtv-afk [03:40] huh [03:41] if i click on "1 branch dependent on this one" on https://code.launchpad.net/~zkrynicki/lava-core/project-support, i get taken to a useless page [03:45] Bug #517302 [03:45] Launchpad bug 517302 in Launchpad itself ""1 branch dependent on this one." doesn't link to that branch or a list of them" [Low,Triaged] https://launchpad.net/bugs/517302 [03:45] mwhudson: ^^ [03:46] yay === jtv-afk is now known as jtv === Bryanste- is now known as Bryanstein [08:34] Trying to copy a PPA package (binaries) in launchpad.net I get the error: "Source format '1.0' not supported by target series q-series" [08:35] q isn't open yet [08:35] I suspect that the error is true but misleading ;) [08:35] (e.g. nothing for q can be built yet) [08:35] fair 'nuff, thanks. [08:35] * lifeless suspects the order of checks is to blame [08:36] The copy-packages pulldown option supports all the way to "s-series" [08:36] win [08:36] can you file a bug please? [08:37] lifeless: Sure, what package? [08:37] launchpad.net/launchpad [08:41] There is a bug already for the misleading error on upload. [08:41] But not for copying to a series with no DASes. [08:43] https://bugs.launchpad.net/launchpad/+bug/984678 [08:43] Ubuntu bug 984678 in Launchpad itself "PPA copy-package error: "Source format '1.0' not supported by target series q-series."" [Undecided,New] [08:48] that will be a dupe [08:49] I didn't think there was a bug for filtering the copy dropdown. [08:49] the error I mean, it comes up every 6 months ... [08:50] Oh, the error is bug 675645 [08:50] Launchpad bug 675645 in Launchpad itself "Better error when uploading to uninitialised distroseries" [Low,Triaged] https://launchpad.net/bugs/675645 [08:50] I might even be bored enough to fix that. [08:51] there ya go [08:52] bigjools: hey there, packageset question for you ;) [08:52] >>> set([pkgset.package_set_name for pkgset in lp.distributions['ubuntu'].archives[0].getPackagesetsForSource(sourcepackagename = 'blueman')]) [08:52] set([u'xubuntu']) [08:53] bigjools: am I doing something wrong there ^ [08:53] bigjools: that's roughly what the release team bot is using but the result only gives me xubuntu instead of xubuntu, lubuntu [08:53] Package sets are per series [08:54] You're searching across the distro [08:55] StevenK: right, I then usually filter on pkgset.distro_series_name, but I'd expect to get all of them when querying the distro, not half of them [08:55] stgraber: lp.packagesets.setsIncludingSource [08:56] wgrant: oh, that sounds a useful :) [08:56] Takes a distroseries and a name [08:56] Archive.getPackagesetsForSource doesn't really make sense [08:57] It's used for permission checks, and probably shouldn't really be exported. [08:57] getting everything in a single call is kind of nice, should have spotted that one in the api page :) [09:01] wgrant: right, that works fine, updating the bot now. Thanks! [09:02] Great. [09:08] glad I could help :) === malin is now known as Malinkb === Malinkb is now known as malin [11:01] getting an bzr import error: http://launchpadlibrarian.net/102454353/riku-voipio-qemu-linaro-master.log [11:01] is there some plans to support importing trees with submodules [13:10] That's weird [13:10] mpt: may want to narrow that down now [13:11] :-P [13:11] For me, says "1 → 75 of 1158 results" in Firefox, but "1 → 75 of results" in Chromium [13:11] Even in the source code, the total is missing [13:12] mpt: oh you're right [13:12] how odd [13:12] care to file zee bug and I'll poke someone [13:12] ok :-) [13:12] mpt: speaking of bugs [13:13] did you see my mail with my bug issue :) [13:15] czajkowski, bug 984871 [13:15] Launchpad bug 984871 in Launchpad itself "Number of search results is present in Firefox, missing in Chromium" [Undecided,New] https://launchpad.net/bugs/984871 [13:16] czajkowski, I hadn't until now [13:18] czajkowski, so yes, I think that kind of notification might be useful for some people, but it shouldn't be on by default [13:19] mpt: I wouldn't mind if it worked, but the hovering and gost like appearance is just annoying. [13:19] yes [13:19] Those notification bubbles aren't supposed to be used for things you might want to respond to. [13:49] And yet, they are. [13:53] mpt: so I 12.10 they won't be there :D [14:01] \o/ [14:01] mpt: can I quote on you that :) [14:02] czajkowski, oh, I thought that was a statement. [14:02] not a question :-) [14:02] bah [14:02] mpt: pedantic :) [14:02] mpt: what would it really take to get that notifaction thingy be optional, as now it doesn't really function nicely? [14:30] Hi all.. do you know if there is some project about phpbb+LP_openid ? [15:53] Hi gang, please up the contact quota. It's really not nice when you have for instance several pending members for a team, but the users have no public email, so that'd be the only way for contacting them. [15:54] astraljava: it;s set to a low amount so it cannot be abused [15:54] if you want to contact more teams you can of course join them if possible and then post ? [15:54] czajkowski: Yes, I understand that. But it's not like spamming, where you wouldn't know who's sending them, so abusers can be dealt with. [15:55] astraljava: not till it's too late. [15:55] czajkowski: I don't want to contact teams, I want to contact the users who have applied for a team membership. [15:55] astraljava: the same goes, also why not just look at the public email address and contact them that wya [15:56] or just approve their membership in the team [15:56] czajkowski: Yeah ok, but the quota is now like, 3? Could it be upped to, say, 6, even? It's not often when you'd have more than that in a day. [15:56] czajkowski: They have _no_ public email, that's what I was saying in the first place. [15:57] I could of course approve everyone blindly, but then what would be the point of keeping it moderated in the first place? === zyga is now known as zyga-food [16:01] astraljava: I believe all teams should be open :) makes it easier for people to contribute [16:03] czajkowski: I just recently became one of the admins of this team, so haven't yet had a chance to discuss about the policy for it. But I kinda agree with you, there. [16:03] astraljava: which team is this ? [16:03] Xubuntu Testers. [16:04] astraljava: in that case when you want people to be helping why make it so hard to join :s [16:04] astraljava: if you want to contact more you'll have to wait till tomorrow fo rthe limit to be reset [16:05] czajkowski: Yeah, I will talk about the policy with the rest of the admins for sure. I don't like the way it is right now, but until that, I'll play along. [16:05] Thanks, I'll contact more tomorrow, then. [16:05] astraljava: maybe contact those who have a public address first and do that via non lp and others via lp to save? [16:06] czajkowski: Yeah I actually didn't think of that before the limit was reached, now I'll know better. [16:06] In fact, I didn't know there was a quota before just now. === Quintasan_ is now known as Quintasan === andreas__ is now known as ahasenack === bulldog98_ is now known as bulldog98 === Nafallo_ is now known as Nafallo === zyga-food is now known as zyga-afk === deryck is now known as deryck[lunch] [18:35] launchpad can not get my pgp key from the ubuntu servers why is there any problem with launchpad some maintainance problem ? [18:45] s9iper1: When did you upload the key? [18:45] right now [18:45] about 10 minutes ago [18:46] Yeah, it can take some time until it's accessible. [18:46] I think there's a warning there somewhere that mentions this, but I forget what timeframe it guesstimates for it. [18:47] astraljava: i have uploaded it now what should be the next step for it my code of conduct is already signed and a pgp is already present but i guess that expires now i generate another and then send it to ubuntu servers my copy pasting method from web browser [18:48] u know anybody who can help me [18:48] or u guide me plz [18:48] s9iper1: Hang on, I'll dish out the instructions page. [18:53] s9iper1: Oh I just read what you said more carefully. Why do you think it expires? It'll become available soon, if you just uploaded it. [18:55] astraljava:i dont know what happen with it it dont show on my launchpad profile and show the option of validate there [18:55] s9iper1: Have you been reading this page? https://help.ubuntu.com/community/GnuPrivacyGuardHowto [18:56] s9iper1: There's the section 'Validation on Launchpad' [18:56] yes i read and upload the new key by following it [18:57] s9iper1: So you have pasted your GPG fingerprint into the textbox wanting that? [18:58] where the fingerprint is written there in launchpad what should i post there the finger print or the who key [18:58] ? [18:59] s9iper1: Please read that page thoroughly, it's pretty clearly written in there, that section that I mentioned. === deryck[lunch] is now known as deryck [19:01] astraljava: i have entered the fingerprint there but it show this error http://imagebin.org/208660 [19:03] Ok, hang on a second. [19:07] s9iper1: You can check if your key is on the server at http://keyserver.ubuntu.com:11371/, then paste your keyid in the box _with_ the 0x at the beginning. [19:10] astraljava: error handle request [19:16] s9iper1: Right, so wait up a while still. If it won't appear within the next hour, try again. You don't happen to have that terminal output open still where you uploaded it? [19:17] astraljava: this is the message from server Key block added to key server database. New public keys added: [19:17] 1 keys added succesfully. [19:19] s9iper1: Ok, so then it's pretty clear that it just available yet. I do remember (although vaguely) having some time gap there myself back when I uploaded it. [19:19] it just isn't* [19:21] hand on i have to just copy paste the asc file data which have begin pgp and eng pgp word just that one data ? [19:25] s9iper1: I don't know what you're talking about. You're importing your OpenPGP key into Launchpad, right? It states there that you have to ensure your key is available on the keyserver.ubuntu.com, only then you can paste the output of `gpg --fingerprint` into the box. When that works, you'll get the email. Let's talk when that happens, before that you'll just have to wait until the key appears on the [19:25] server. [19:25] ok [22:12] how do i report a bug against a ppa? [22:22] scientes: you cannot [22:22] i just sent them an email === epsy is now known as \u03b5