[00:31] OK, I am bumping it then =) [00:31] thank you [00:45] Hi, my last few PPA uploads fail with: "gpg: Can't check signature: public key not found", despite the fact that they key id is correct, the public key is uploaded, and my previous uploads worked. [00:48] John-Galt: did you sign the upload with the same key that you uploaded? [00:49] John-Galt: That sounds like a local error -- does dput tell you that? [00:55] micahg: Yes, and the email shows the same key ID as my profile page. [00:56] wgrant: No, it comes in an email afterwards. [00:59] wgrant: could LP be timing out with the keyserver? [01:01] John-Galt: Hm, odd. [01:01] micahg: Possibly. [01:01] But I don't know. [01:05] I suppose I'll have to try deleting my key and re-uploading it. [01:07] I wouldn't. [01:07] If LP knows about it, but it says it can't find it, it is an internal problem. [01:07] I would not attempt to fix it myself. [01:08] Well, unfortunately, I'm trying to release a Beta, and I want the launchpad package available before I make the announcement. [01:11] Over how long have you been getting this error? [01:11] A couple of hours. [01:11] Hm. I've just realised that you should not be getting those emails, since it can't verify the signature. [01:11] Pastebin the email. [01:14] Oh, rafb.net is dead. My web paste script needs to be updated... http://pastebin.com/m4699a364 [01:15] * MenZa points John-Galt towards pastebinit [01:15] John-Galt: Ehem. [01:15] John-Galt: Look at the last line of that email. [01:15] MenZa: Thanks. [01:15] That is Debian's ftp-master. [01:16] You are uploading to the wrong place. [01:16] wgrant: Wow... don't know how I missed that. [01:16] I didn't think LP gave gpg errors like that... [01:16] Sorry for the noise. It's strange, since I haven't changed anything since the last upload. [01:18] wgrant: https://edge.launchpad.net/builders/bohrium [01:20] micahg: bohrium has been doing that a bit lately :( But I have no more power over it than you do. [01:22] wgrant: who do I report it to? [01:22] send an e-mail to the bulder team? [01:23] spm: Can LOSAs kick virtual builders, or does that need a sysadmin? [01:24] sysadmin [01:24] Ah, but we have one of those now, don't we... [02:42] wgrant: is poppy down or anything like that ? [02:43] lifeless: Looks fine to me. [02:43] wgrant: I have upload going into a vacuum [02:43] poppy is up, but that doesn't mean much. [02:43] spm: ^ [02:44] The last processed upload was 14 minutes ago. [02:44] So I suspect a problem on your end. [03:31] lifeless: Worked it out yet? [03:31] no [03:32] I don't have access to the mail account upload errors would be sent to [03:32] Er, why not? [03:33] wgrant: do you know, the mail address that errors are sent to - is it based on the signature on the changes, or the primary uid in the key in the keyserver, or the primary email in the account the key is associated with [03:33] wgrant: its a service bot thing that I inherited partially setup [03:33] lifeless: It is probably the primary email address for the Person associated with the signature. [03:33] But let me check... [03:40] lifeless: It looks like my initial guess was right, but this code is a maze... [03:41] wgrant: thank you, appreciate that === micahg1 is now known as micahg [06:07] wgrant: bzr-builder bug [06:07] /var/mail/username isn't suitable as a DEBEMAIL in .changes etc [06:07] lifeless: I would guess not. [06:09] there will be some hundred 'go away muppet' mails in the service mailbox :P [06:12] lifeless: It is unlikely that any emails are sent in that case. It will fail to parse the changes file, so will go to failed rather than rejected. [06:13] wgrant: it would be nice, if the thing is signed, if the signer was told [06:15] lifeless: It would indeed. [06:15] I smell a bug. [06:16] hmmm, 5 hours to get an ia64 build. [06:16] sigh [06:17] Are you one of those crazy non-virt PPA people, or are you using bzr-builder on primary? [06:17] its a crazy non-virt [06:17] (also note that ia64 was 11 days behind, two weeks ago. 5 hours is nothing!) [06:17] so, I've written some blocking code [06:17] as per -users [06:18] by I, I mean cody somerville wrote [06:18] and I adapted [07:46] wgrant: around ? [07:49] lifeless: Yes. [07:49] just trying to figure out how to determine 'arch x, y, z built ok via the api' [07:50] I have a source package with a getBuilds() method [07:50] By source package you mean SPPH? [07:50] I guess [07:51] You could cheat and use Archive.getBuildSummariesBySourceIds [07:51] that returns in progress builds [07:51] s/By/For/ [07:51] I want to know success/failure [07:51] basically fullybuilt vs buildfailed for arch x,y,z [07:54] You want to ignore some archs? [07:54] (sorry, LP is being reeeeeally slow for me atm) [07:58] I think I have it [07:58] if buildSummaries['status'] != 'FULLYBUILT': [07:58] if buildSummaries['status'] == 'NEEDSBUILD': [07:58] # We're stopping early cause the important_arches are built. [07:58] builds = pkg.getBuilds() [07:58] for build in builds: [07:58] if build.arch_tag in important_arches: [07:58] if build.buildstate == 'Failed to build': [07:58] result = 2 [07:59] Right. [07:59] But checking for 'Failed to build' is rather too restrictive. [08:00] yes, however the pydoc for this api is totally useless [08:00] it should at a minimum point at the web docs for the matching object [08:00] I would expect it to be even less useful than that. [08:00] Do you know where to find them? [08:00] nope [08:01] https://edge.launchpad.net/+apidoc [08:01] >>>> help(archive.getBuildRecords) was 'a method to be called' [08:03] * wgrant headdesks repeatedly (not because of that). [08:03] why then? [08:05] I just found a (fortunately not particularly interesting) security hole that could have easily been caught. [08:06] Actually, it is potentially pretty interesting at this point. [08:06] But anyway. [08:07] download counters seem broken for a few days. Is this a load problem or should I raise a bug? [08:07] I'd raise a bug [08:08] even if it is a load problem, it went wrong [08:21] \o/ [08:21] clutter-1.0 1.1.1+r2628+200910230704 in karmic: NEEDSBUILD [08:21] echo $? [08:21] 2 === henninge_ is now known as henninge === matsubara-afk is now known as matsubara === mrevell is now known as mrevell-lunch === mrevell-lunch is now known as mrevell [13:29] I got a OOPS-1392A2087 trying to change the status on bug 431080 [13:29] Launchpad bug 431080 in drupal5 "Fix critical security vulnerability (SA-CORE-2009-008)" [Undecided,In progress] https://launchpad.net/bugs/431080 [13:29] https://lp-oops.canonical.com/oops.py/?oopsid=1392A2087 [15:06] wgrant: is adding a custom header to launchpad project pages part of the roadmap? [15:23] I'm trying to search bugs.launchpad.net/ubuntu/ for bugs that need to be upstreamed and that have to do with the package 'empathy'. I can get the first 2 parts with https://bugs.launchpad.net/ubuntu/+bugs?field.status_upstream=pending_bugwatch&field.status_upstream-empty-marker=1 but can't make it specify the package "empathy". My attempts at hand-hacking the URL have proven fruitless [15:23] what am I missing? === ursula is now known as Ursinha [15:34] sumanah, i'm no expert, but here's a guess [15:34] you've already specified the package, and it's 'ubuntu' [15:34] this search might get what you want [15:34] https://bugs.edge.launchpad.net/empathy/+bugs?field.status_upstream=pending_bugwatch&field.status_upstream-empty-marker=1 [15:35] leonardr: I think it is, thanks! I tried a similar search before, I think in ~empathy, and it turned up nothing [15:36] ~empathy is a user [16:00] Is anyone here able to assist me in removing my PPA, which has already been closed? I'm trying to do it to change my nickname. I've had an open answer ticket for a while, and I'm hoping someone around would be able to do so :) [16:03] MenZa: what is the url to your ticket? [16:09] Hi, I have a slight problem with my launchpad account - I lost my password, but when I enter my email in the lost password dialogue, it says 'Your account details have not been found. Please check your subscription email address and try again' [16:09] when I want to register a new account it says 'The email address ... is already registered in the Launchpad Login Service ' :/ === salgado is now known as salgado-lunch [16:19] bigjools: One second. :) [16:19] bigjools: https://answers.edge.launchpad.net/launchpad/+question/85574 [16:22] MenZa: I prodded someone to deal with it [16:22] bigjools: Thanks :) [16:23] Much love. [16:23] MenZa: please comment on there with your required new account name [16:25] bigjools: Will do [16:25] bigjools: done. [16:32] MenZa: change of plan [16:32] aye? [16:32] MenZa: create a new account and it can be merged with your old one [16:33] please respond on the question when you're done [16:33] An empty account, and all my actions/information (such as ircnicks, jabber, etc.) will be imported to the new account? [16:34] MenZa: yup [16:34] mbarnett: done - feel free to do your magic ;) [16:35] * mbarnett breaks out the wand. [16:36] can someone perhaps help me with my issue above? [16:36] (Sorry, I was ~lasse-havelund until just now) [16:37] Perfect, mbarnett :) [16:37] MenZa: take a look now [16:37] yay [16:37] !helpersnack | mbarnett, bigjools (s/a good helper/good helpers/) [16:37] mbarnett, bigjools (s/a good helper/good helpers/): Wow! You're such a great helper, you deserve a cookie! [16:38] Gah, great* [16:38] heh [16:38] Much appreciated guys. :) [16:38] heh [16:38] not a problem [16:38] gentooma: perhaps mbarnett can help you [16:39] I don't know ubottu as well as I thought I did. ;) === matsubara is now known as matsubara-lunch === danilo__ is now known as danilos === salgado-lunch is now known as salgado [17:22] So I'm trying to build a package which depends on another package in my PPA, but when launchpad tries to build it this package (php5) it can't find the package it depends on "checking for libevent >= 1.4.11... no " [17:22] how do I tell the PPA that it needs to download libevent-dev in order to make the build work [17:23] stevecrozz: can you point me at the build and I'll look [17:23] http://launchpadlibrarian.net/34187899/buildlog_ubuntu-jaunty-i386.php5_5.2.11-0ubuntu1_FAILEDTOBUILD.txt.gz [17:26] bigjools: can I just edit debian/control to add the dependencies? [17:27] is there a tool to do that? or is it just a by-hand type thing [17:28] stevecrozz: why are you deleting sources? [17:28] bigjools: not sure what you mean [17:29] stevecrozz: and your problem is that you're not build-depending on libevent as you say. I'm not a packaging expert, but someone in #ubuntu-motu will help you === beuno is now known as beuno-lunch [17:30] stevecrozz: the source for the log you pointed me at is deleted [17:30] bigjools: my last build failed, and now I get this message with dput: Already uploaded to stevecrozz on ppa.launchpad.net [17:30] any way around that? [17:30] yes, you bump the version up. Launchpad will handle the rest. [17:30] you can't upload the same version again [17:30] bigjools: how do I do that... just rename the changes file? [17:31] you don't need to delete old versions, Launchpad will supersede them automatically [17:32] how do I bump the version up? [17:32] stevecrozz: edit the debian/changelog [17:32] and rebuild the source package === duanedes1gn is now known as duanedesign [17:33] packaging questions are best asked in #ubuntu-motu BTW, they'll give you some good advice [17:33] ok.. thanks, i'll go there [17:33] np [17:33] also on freenode? [17:34] yup === dpm is now known as dpm-afk === matsubara-lunch is now known as matsubara === rmcbride_ is now known as rmcbride === beuno-lunch is now known as beuno === thunderstruck is now known as gnomefreak === doctormo_ is now known as doctormo [20:44] ciao a tutti [20:45] c'รจ qualche italiano fra di voi? === dorins_ is now known as wave === sale_ is now known as sale === salgado is now known as salgado-afk === matsubara is now known as matsubara-afk === MTeck-ricer is now known as MTecknology === wave is now known as testlongnick [22:54] did facebook just change its user home page ? [23:01] lifeless, it seems so to me [23:01] at first, I thought it didn't fully load [23:01] Me too. [23:01] But I have about 12 hours of events missing, too! [23:01] wgrant: try the 'live feed' [23:02] wgrant: or a ctrl-refresh [23:02] beuno: thanks for the ack [23:02] lifeless: Ah. How odd. [23:03] cached old pane I think [23:03] so it would have come good eventually [23:29] I think I made a mistake [23:29] I deleted a package in my ppa, as I wanted to update the package [23:29] What did you do bodhi_zazen ? [23:30] it was a small error, and I did not think I wanted to +1 on the version [23:30] Now LP rejects uploading the package =) [23:30] will that go away with a deleted package ? [23:30] just currious [23:30] Most of the time, you will want to tack on a ~ppa1 to the end of the version. Then, for every new PPA upload, bump that number (i.e. to ~ppa2) [23:31] so ... [23:31] bodhi_zazen: Even if you delete the package, you can't upload 2 with the same version [23:31] foo-1.0-1-ppa1 ? [23:32] 1.0-0ubuntu1~ppa1 (if you are hoping to have this version enter Ubuntu someday) [23:32] rename what exactly then ? [23:32] bodhi_zazen: The version in debian/changelog [23:32] does the source directory and tar ball stay [23:33] The source directory and tarball use the upstream version in their names [23:33] So in my example, they would both simply use 1.0 [23:34] OK, so, rename source directory, tar ball, and changelog, and I presume debina/control as well ? [23:34] No, you should only need to update debian/changelog [23:34] k , thanks, so all I need to change then is the version in the changelog, awesome [23:34] The other versions should be fine already [23:37] thank you [23:37] nhandler: I got the apparmor .deb working =0