=== intellectronica changed the topic of #launchpad to: Launchpad is going down from 00:00 UTC until 02:00 UTC for a code update | https://launchpad.net/ | Channel logs: http://irclogs.ubuntu.com | https://help.launchpad.net/HelpRotation | Community help contact: --- [00:21] Are there plans for a Mylyn bridge for LP? [00:22] How can I get the email via openid (ala wiki.ubuntu.com?) [01:22] NCommander: what email? [01:23] thumper, the primary email [01:23] If you login into the wiki, it gets your timezone and email, but requesting email properties over OpenID it doesn't work [01:23] NCommander: hmmm... sorry don't know [01:24] NCommander: I'd suggest asking a question on the launchpad project [01:27] NCommander: I believe Launchpad currently only hands out the username to most RPs. AIUI wiki is on a whitelist of sites that can access more info. [01:27] NCommander: It's probably worth filing a question as thumper suggests. [01:33] Ok [01:33] filing a question [01:34] NCommander, what do you mean by email vs openid? [01:34] No, you can request additional information about a user over openid [01:34] i.e., the users real name or email address [01:34] NCommander, oh, that requires a trustroot [01:35] NCommander, and we aren't giving those out until the openid beta is over (really soon, some new stuff in the works) [01:35] Rinchen, even for a (semi-)offical service like REVU? [01:35] NCommander, currently the default is basic auth. For trusted Canonical sites, we give out more [01:36] I see. [01:36] well... REVU, I might be able to make an exception. [01:36] NCommander, please send the proposal to me, joey@canonical.com, and CC: feedback@launchpad.net [01:36] Right, we currently have some horrid hack from hell to grab the GPG key [01:36] I'd like to at least remove the email one ;_) [01:37] NCommander, I'll have a look at it in the morning. I'll need to know how you are using openid, what libraries, etc.... and then setup a test with you if it looks ok on our end [01:37] python-openid, the code is public [01:37] (both for revu and that library) [01:37] There is a horrible bit of hack code though that retrieves GPG keys via RDF and some commands to GPG :-) [01:37] great. Ok, email me with the details you want and the proposal please. Will you be on IRC tomorrow? [01:37] I live here [01:37] ;-) [01:37] perfect! [01:38] (the cc to feedback is in case anyone wants to raise an alarm at me doing this) [01:38] There will be some potential issues when we change the openid URL later [01:39] as in November or December === spm changed the topic of #launchpad to: https://launchpad.net/ | Channel logs: http://irclogs.ubuntu.com | https://help.launchpad.net/HelpRotation | Community help contact: --- [01:44] NCommander, btw are you the person to report python tracebacks in Revu when I select Preferences? :-) [01:44] NCommander, http://paste.ubuntu.com/58118/ [01:46] Rinchen, bad bit of code landed in the last update to production [01:46] * NCommander notes we need staging [01:53] how can I arrange to get notified of all bugs on a project? [01:53] oh I see [05:52] hello [05:52] who is responsible for reviewing a project's translations? [05:53] jtv: ^ question for you [05:55] aantn: I am [05:56] jtv: ok, cool :) [05:56] aantn: well, to be precise, I review uploads that don't come through automatically, such as the project's first uploads. [05:56] * aantn wanted to check that it wasn't the project admin's job [05:56] jtv: yeah, that's what I had in mind [05:56] aantn: of course it's up to the project admin to make sure they get _good_ translations. :-) [05:56] aye [05:57] aantn: what's the project? [05:57] Universal Applets [05:57] * jtv sees [05:58] aantn: first off, the template should have a name ending in .pot, not .po [05:58] aantn: I can change that on my end, but remember to change it on yours as well. [05:58] jtv: I know, but I wasn't sure how to generate a .pot with xgettext [05:59] aantn: it's basically the same file, except a .pot doesn't contain any translations and doesn't have some fields in its header filled out. [05:59] aantn: so renaming it is all it takes. [05:59] jtv: what do you mean about the header? [06:00] aantn: the first message in the file should have an empty msgid, and its "translation" is the file's header. [06:01] aantn: also, you'll want to check the "Translations for this project are done in Launchpad" box in your project settings. [06:01] jtv: ok, thanks [06:02] aantn: it's approved, so you should have a working template in a few minutes. [06:02] jtv: I'll need to update the template whenever new gettext strings are added, right? [06:03] aantn: exactly, that's how you add strings. [06:03] jtv: I've added a target to the Makefile; does this look right to you? [06:03] xgettext --language=Python --output=messages.pot --copyright-holder="Natan Yellin" --package-version=0.1 --msgid-bugs-address=aantny@gmail.com src/lib/universal-applets/*.py src/bin/melange src/bin/universal-applets-* [06:05] aantn: fine, although package-version is not mandatory. You'll want to find an easy way to keep it up to date, or just leave it out. [06:05] jtv: thanks [06:06] np [06:27] jtv: thanks again :) [06:27] aantn: glad to help! [07:43] <_Andrew> How do I add packages I built in my ppa to pbuilder? [08:00] _Andrew: ask bigjools or celso [08:11] _Andrew: do you know what the address of your ppa is, if you want to add itto a sources list? [08:12] <_Andrew> I already have it added to my sources list on my laptop [08:12] _Andrew: run 'pbuilder login --save-after-login', add that line to /etc/apt/sources.list inside the chroot it gives you, then type exit. [08:12] <_Andrew> but it doesn't show up on pbuilder [08:12] no, it doesn't (for good reason) [08:12] <_Andrew> oh ok [08:35] <_Andrew> I think it's not install because it's an unauthorised package.. is there a way to make pbuilder just install it anyway? [08:39] er, there probably is. i don't remember whatit isthough [08:56] hiya [08:56] how can I change the membership of somebody in a team by using launchpadlib? [08:56] the apidocs talk about setMembershipData() but it's not documented and I could not find out how to use it :) [09:11] <_Andrew> This is a real show stopper, I can't figure out how to get it to install.. : / [09:14] _Andrew: google suggests searching for 'unauthenticated' on https://wiki.ubuntu.com/PbuilderHowto [09:15] <_Andrew> I did a more complicated search then that, thanks for finding it for me [09:18] you're welcome [09:22] dholbach: I think addMember might be useful there... let me test. [09:25] dholbach: addMember works, but it seems to erase the expiry date... I wonder if there's another way to set that. [09:26] wgrant: thanks a lot - I just resorted to doing it manually :) [09:27] maybe today is not my most patient day :-) [09:29] Indeed, it resets the expiry date, and the TeamMembership doesn't have that attribute writable. [09:29] How stupid. [09:29] * wgrant files some bugs. [09:29] dholbach: That's the only quirk with it that I can see. [09:30] I just wanted to kick out 154 members of a team :) [09:30] Hrmph. [09:30] It doesn't look like you can deactivate people with it. [09:31] dholbach, so me being kicked out wasn't personal ;-)? [09:31] NCommander: you triggered the whole thing :) [09:31] Which team? [09:31] 5-a-day [09:31] Aha. [09:31] * wgrant files even more Launchpad bugs. [09:32] dholbach, yes well, when I grow up, I want to be a security spook [09:32] done [09:34] Is it possible to delete a team? [09:34] NCommander: An ~admin can deactivate one. [09:35] * NCommander raises his hands and summons an admin [09:38] I think it worked [09:40] * wgrant doesn't. [09:40] thanks again wgrant [09:40] see you guys [09:40] Maybe I need to fix more Debian NMUs to increase my mana [09:42] We could just rename the team [09:42] THat way at least people would have to readd the APT entries to break things [09:46] Damn, I see that matsubara got dogfood "fixed". [09:48] Well, someone has to "unfix" it [09:49] * NCommander wonders if he could get Joey to turn backtraces on staging .... *hrm* [09:55] wgrant, ping? [09:58] * wgrant reappears. [09:58] NCommander: Hi. [09:59] wgrant, see PM [10:09] NCommander: why do you need backtraces? [10:09] * NCommander allows wgrant to answer [10:10] It's just mildly interesting to poke around and see how things work. [10:11] Its possible backtraces leak information that shouldn't be leaked, so probably not [10:11] Exactly why they should be turned off as they are now, yes. [10:14] stub: I was pleased to see your comments on read-only-launchpad which seemed to say you won't be entirely taking Launchpad away from us after 2.1.12. [10:15] An excellent and long-needed improvement. [10:20] wgrant, wait, what? [10:20] NCommander: Which bit? [10:20] read-only launchpad? [10:22] NCommander: I believe the purpose of it is to enable upgrades to only require Launchpad to become read-only for the duration, not be missing from the Internet entirely. [10:22] Still highly suboptimal, but an awful lot better than we have now. [10:22] Oh, yes, yes [10:23] LP's off switch should have a read-only position === danilos changed the topic of #launchpad to: https://launchpad.net/ | Channel logs: http://irclogs.ubuntu.com | https://help.launchpad.net/HelpRotation | Community help contact: danilos [10:59] mrevell: Why is bzr 1.7 required for stacking on LP? I'm using 1.6.1 fine... [11:00] jml: Can you answer wgrant? [11:00] wgrant: I'm afraid I took that line from jml, so I'm not sure on that one. [11:15] Is there some quick way to mark all bugs from a certain milestone from "fix committed" to "fix released" ? [11:19] pro-rsoft: I don't believe there is [11:19] pro-rsoft: maybe you can use launchpadlib to create a tool to do it [11:20] hm [11:22] whats the "this bug affects me" thing btw? [11:22] is that something like a poll or so where everyone can say whether they are troubled by a certain bug? [11:23] Thanks for the faster branch uploads. The difference is stunningly noticeable. [11:24] pro-rsoft: yes, but the results can't be seen currently. [11:24] Hobbsee, ah. [12:01] * wgrant worships mpt for his epic LP usability bugs, but wonders why they only appear after the offending feature has landed. [12:02] wgrant, because that's when I discover it [12:04] mpt: That could do it. [13:19] Ursinha, do you have IE6/IE7 handy? === salgado-afk is now known as salgado [13:20] mpt: do you know about http://www.tatanka.com.br/ies4linux/page/Main_Page [13:21] exarkun, yes, I had it installed but it gradually stopped working [13:22] to the point where IE6 had no toolbars and IE7 wouldn't do cookies so I couldn't log in [13:32] wgrant: if 1.6.1 is working fine for you, that's great. === mdz_ is now known as mdz [13:32] wgrant: we've been doing all of our testing with 1.7, so I erred on the side of caution in the announcement. [13:36] jml, One risk with that is the Ubuntu is shipping 1.6.1, which means that Ubuntu users won't have the version recommended. [13:42] jml: Ah, I see. [13:42] guys i need a help can some one help [13:44] divinesoul: shoot [13:45] i am upgraded the kernel today in ubuntu after that i lost my sound [13:46] how can i find whats the problem [13:47] divinesoul: please try one of the #ubuntu channels, this channel is dedicated to Launchpad use [13:47] divinesoul: eg. type "/join #ubuntu" and try asking there [13:47] noone is there to help me [13:48] i am already joined the channel [13:48] divinesoul: maybe you can try describing a problem on https://answers.launchpad.net/ubuntu [13:49] divinesoul: I really can't help much with Ubuntu stuff, and I doubt anyone on #launchpad can [13:50] atleast u has the courtesy to give this info hats off for that [13:54] divinesoul: you are welcome, I am sorry for not being able to help with Ubuntu stuff [13:57] beuno: erm, so why's the "me too" icon very similar to the junk mail icon? [13:58] Hobbsee, because you use thunderbird :) [13:58] beuno: You'd be right there. [13:58] beuno: but i fail to see how "me too" should relate to junk, or fire? [13:59] Hobbsee, hot? [14:00] * wgrant ignites Hobbsee, and sees how quickly she fixes that. [14:00] * Hobbsee melts [14:00] beuno: ah, right. [14:00] did I win? I never know! [14:01] win what? [14:01] way cool! They fixed a UI bug! [14:02] (the one where one of the dropdown buttons doesn't actually make the panel drop down) [14:02] Which one? [14:02] Oh, so no more unexpected jumping. Cool! [14:02] left hand upside-down eject button on a bug. [14:02] yeah [14:03] it still annoys me that there's 2 clicks to find information out about a person, on theri overview page, from there, though. [14:16] Hobbsee, Is there a bug for that? [14:16] * persia wants to subscribe [14:16] persia: i've no idea. [14:16] persia: i've not filed one [15:01] hello.. how do I show a blueprint that I'm working upon, on my launchpad page? [15:02] glade88, I think it will show up if you assign it to yourself [15:03] beuno: thanks for the reply. https://blueprints.edge.launchpad.net/bot88/+spec/brainstorm-site-integration [15:03] I have assigned myself [15:03] but it does not show up on the page. [15:04] hmm... [15:04] beuno: do I have to offer mentorship? [15:05] glade88, no, I *think* it will appear if you link a branch to it [15:05] maybe sinzui can enlighten us [15:06] * sinzui ponders [15:06] from what I can see in my user page, that's the common element [15:07] beuno: I assigned a branch. does it take time to come up? [15:07] glade88, it may, but I'm just guessing at this point :) [15:08] * sinzui reads the code [15:08] beuno: thanks.. it's not very essential, though I was just curious :) [15:09] Hey [15:09] glade88: beuno: bugs and blueprints only appear when they are set to inprogress [15:10] sinzui: oic.. :) [15:10] Well that's bogus, I sure I completed the Zope3 upgrade [15:11] sinzui: while exploring a bit, I just came around a friend's profile: https://blueprints.edge.launchpad.net/~bhavi [15:11] That REVU login message rocks! :) [15:11] the umg-gaming blueprint shows "started" and its showed up under his "working on" [15:12] glade88: right. In my case, I had not updated the status of my Zope3 blueprint to complete, so it was still showing in my working on section [15:13] We really need to simplify blueprints [15:13] sinzui: but how does the blueprint with "started" status show up on bhavi 's profile? o.O [15:13] sinzui, we do. We also have a sprint in not too long! [15:14] * beuno is looking forward to it [15:18] glade88: The section first gets a lists of bugs and blueprints that are assigned to the user. If any bugs are inprogress, or blueprints are started - deployment, then the section is displayed [15:19] glade88: The status of https://blueprints.edge.launchpad.net/bot88/+spec/brainstorm-site-integration must be started or beyond [15:20] glade88: beuno: I think the blueprint definition and implementation statuses are far too complex. [15:20] sinzui: it is already "started". [15:21] still does not show up :/ [15:21] sinzui, I agree. [15:21] * sinzui reads deeper into the code [15:23] setting blueprint to "good progress" [15:24] glade88: that is probably updated from your karma information, which may take up to a day to update [15:24] glade88: though, I may be mistaken [15:25] danilos: okay! thanks.. I'll see if it comes up! :) [15:25] glade88: another idea is actually assigning it to a particular milestone, but also wait for sinzui to look into the code, he might give a better answer :) [15:26] glade88: danilos: The rule for displaying a spec is based on the current state: Not(UNOWN, NOTSTARTED, DEFERRED, INFORMATIONAL). So the spec should display [15:27] danilos: there is nothing under "set a milestone" drop list [15:28] glade88: milestones are not used by the query, or in the page display rules [15:37] Well there is a bug in the "Working on" section. it only displays if a bug is in progress. [15:38] sinzui, Why is that a bug? For bugs, I think it's right. For specs, it's more complicated. [15:39] persia: If someone is working on a spec, and only a spec, it should still show up in the "Working on" section [15:39] sinzui, Sure, and when different people are assigned as the implementor, drafter, and approver, it should probably move depending on the status of the spec. [15:40] I just think that the current behaviour for bugs is correct. [15:40] persia: it seems sinzui is saying that no 'Working on' section is displayed at all if you are not working on any bug [15:40] persia: The section rules appear to state having either a blueprint or a bug that is started suffices to display the section, but glade88, blueprint did not display until I assigned him one of my bugs that is inprogress [15:42] sinzui, Oh, I see the bug now. Thanks for explaining in detail. [15:53] Would it be possible to turn on changelog-closes-bugs so that uploads to Ubuntu can close bugs in another project in launchpad? === danilos changed the topic of #launchpad to: https://launchpad.net/ | Channel logs: http://irclogs.ubuntu.com | https://help.launchpad.net/HelpRotation | Community help contact: / [16:21] <_Andrew> Is there anyone around that can help me? My ppa won't compile because the build machines aren't installing the packages. [16:21] cprov: ^ [16:22] or danilos ^ [16:22] :-) [16:22] <_Andrew> ah yes, cprov helped me last time [16:22] <_Andrew> I forgot [16:24] _Andrew: you can probably get better assistance on packaging-related issues in #ubuntu-motu. [16:24] <_Andrew> oh ok [16:24] <_Andrew> thanks === cprov is now known as cprov-lunch [16:56] cool, our community help contact is a slash [17:03] Ursinha: the . is missing :) [17:03] geser, :) [17:04] slashdot is nicer, but it could be also slash, the guitar player [17:05] "Community help contact: /dev/null" === salgado is now known as salgado-lunch === cprov-lunch is now known as cprov === salgado-lunch is now known as salgado === matsubara is now known as matsubara-lunch [18:17] Odd_Bloke, that was nice :) [18:23] hello to all [18:26] can anyone tell me if i can upload a package with free wallpapers found in internet in launchpad ? [18:28] albuntu, It depends on the license you received when you downloaded the wallpapers. If you are allowed to not only distribute them, but to grant launchpad the right to distribute them, then the answer is "Yes". [18:31] persia: ok i understood. so i have to request the rights to give the rights to launchpad to distribute them [18:31] right ? [18:31] i just wanted to create a package with free wallpapers found all over the internet [18:32] albuntu, Right. Generally it's easier to ask that it be put under a license that grants anyone receiving them the right to distribute them, but that's your minimum requirement. [18:32] persia: ok thanks. i am going to give a look to them [18:32] The Creative Commons licenses seem popular for things like wallpapers. [18:39] persia: thanks. that is the exact thing to use :) [18:56] hi. i can look at this page: http://bazaar.launchpad.net/~mysql/mysql-server/mysql-5.1/changes . But when i click the "Files" tab, it times out with "Please try again: Sorry, there was a problem connecting to the Launchpad server." [18:56] is this known/expected? [18:58] thou, it's known that the server has some performance issues, yes [18:58] it's being worked on [18:58] let me poke you a sysadmin to look at it anyway [18:58] beuno: i'm thinking it's not a performance issue [18:58] it's consistently told me that for the past 4 hours or so [18:58] mthaddon, is the LH server stuck again? [18:59] thou, right, mysql is one of the big branches, so it's frequent that it times out [18:59] LH server? [18:59] oh, loggerhead [18:59] mthaddon, Loggerhead, sorry :) [18:59] ack [18:59] thou, we're working on improving the server, but it may just need a restart now [18:59] mthaddon's the man [19:00] seems to be just below limits - our nagios check catches it at 10 seconds - just came in at 9.093 [19:00] maybe you could get sun to donate some beefy hardware, since it's their code which is so big ;-) [19:01] thou, heh, I really wish it was a hardware issue :) [19:01] something is leaking memory like crazy [19:01] we need to close that hole [19:01] mthaddon, what's the procedure in this case? restart it? [19:02] thou, is it still timing out for you - seems to be working for our checks (we only check a specific branch, though) [19:02] * thou does Shift+Ctrl+R on http://bazaar.launchpad.net/~mysql/mysql-server/mysql-5.1/files [19:02] yes, same result [19:03] I can restart, but our check is still working fine... [19:03] is there a different URL i should be using? [19:03] thou, ok, please try again now - have restarted [19:03] i went to launchpad.net/mysql-server and then clicked around until i found something that looked like "browse the source" [19:03] thou, no, that's the right URL as far as I can tell [19:04] seems to load now [19:04] ok, it's working [19:04] ugh, great, so even if our check works, it can still be broken... [19:04] mthaddon, run the checks on the mysql branch ;) [19:05] beuno, overload the server every time we check it? sure... [19:05] well, if you put it like that... [19:05] beuno, we're restarting it every day as it is... :( [19:05] mthaddon, good thing we have a 2 week sprint coming up, huh? [19:05] where do we report spammers on lp? [19:06] mwhudson, rockstar, thumper and I are going to hammer away at it [19:06] https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/91291/comments/7 [19:06] Launchpad bug 91291 in openoffice.org "OOo 2.0.4 Ubuntu 64 Incorrect Print Alignment" [Undecided,Invalid] [19:06] beuno, good to hear :) [19:06] calc, Those are usually deleted based on questions posted to answers against launchpad [19:07] * beuno goes afk for 15 minutes [19:07] well, from my perspective, thanks for the fast response; and i'm sure you'll track down that leak, so thanks for the good work [19:07] persia: i file a question on b.l.n/launchpad? [19:08] er a.l.n/launchpad apparently [19:08] calc, I believe so, although I'll admit I'm guessing. [19:10] ok [19:10] i posted to see :) [19:21] hello [19:21] i m have problem i'm don't know to change my adresse contact [19:21] it is possible to change it ? [19:23] * Sidnei wonders if kiko arrived safely in the uk [19:23] my old adresse don't run, don't receive message to 16 september [19:24] my adresse is timruff@ifrance.com [19:24] i want to change by other [19:24] it is possible ? [19:25] i am alone here ? [19:25] timruff, yes, go to https://launchpad.net/people/+me/+editemails [19:26] Sidnei, he did :) [19:26] yes but i m don't could ton chage my adresse contact [19:27] my old adresse don't want to delete [19:27] The message error is : There is error [19:27] beuno: thanks for letting me know! [19:27] You can't remove timruff@ifrance.com because it's your contact email address. [19:27] timruff, add another one first [19:28] yes im have to add other [19:28] but alaiw the similar problem [19:29] timruff, after you add a new one, you should get an email from Launchpad with instructions to confirm the new address. once you confirm it you'll be able to remove the old one [19:29] ok [19:30] i m look [19:32] ok thank you very much the new adresse run === matsubara-lunch is now known as matsubara === ajmitch_ is now known as ajmitch === thumper changed the topic of #launchpad to: https://launchpad.net/ | Channel logs: http://irclogs.ubuntu.com | https://help.launchpad.net/HelpRotation | Community help contact: thumper [22:08] * thumper hopes his adsl stays up... === thumper_laptop is now known as thumper === thumper_laptop is now known as thumper === salgado is now known as salgado-afk