=== wgrant_ is now known as wgrant === zyga-afk is now known as zyga [07:28] hi! i'm having trouble fetching the public SSH keys for members of a group using launchpadlib. anyone able to give me a hand? [07:33] stewart: What's the issue? [07:33] wgrant, I get nothing back for sshkeys. [07:33] let me paste the code... [07:33] stewart: Ah, you'll need to authenticate. [07:33] wgrant, http://paste.drizzle.org/show/2111/ [07:33] Any user at all is OK [07:34] wgrant, I don't need to authenticate to curl it from launchpad.net/~user/+sshkeys [07:34] Indeed, it's an API bug. [07:35] wgrant, i couldn't find anything documenting this, should i file a bug? [07:36] wgrant, (this is meant to run unattended) [07:36] I can't see an existing bug, so please do file one. [07:40] wgrant, filed: https://bugs.launchpad.net/launchpad/+bug/1014996 [07:40] Ubuntu bug 1014996 in Launchpad itself "launchpadlib person sshkeys requires authentication while fetching via URL doesn't" [Undecided,New] [07:42] stewart: Thanks, triaged. [07:42] gah.... and now python is out to get me: "When opening HTTPS URLs, it does not attempt to validate the server certificate. Use at your own risk!" [07:42] yay urllib for being dumb. [07:43] wgrant, here's a question, does launchpadlib connect over ssl? [07:43] It does. [07:43] It even verifies the cert. [07:47] wgrant, awesome. launchpadlib++ and urllib-- [07:48] urllib is terrible [07:48] I don't think urllib2 is much better in this respsect. [07:48] even httplib2 (which launchpadlib uses) didn't do it by default until recently. [07:49] It's all pretty awful [07:50] wgrant, hrm... i'll look at httplib2. at the moment it looks like execing /usr/bin/curl is the simplest [10:16] hi all [10:16] can someone help me with branches, please? [10:17] I would like to know how to merge branches [10:19] jelmer: ^^ [10:20] hi alo21, czajkowski [10:20] jelmer: hi [10:20] alo21: you can merge branches with the "bzr merge" command [10:20] the mini tutorial has some basic examples: [10:20] http://doc.bazaar.canonical.com/latest/en/mini-tutorial/ [10:21] jelmer: I have a personal branch an I would to merge it with this: fcm-it [10:21] jelmer: is bzr merge lp:fcm-it the right command? [10:22] probably not, you need to describe at a higher level what you're actually trying to do. [10:23] mgz: what do you mean? [10:23] as in, describe exactly what you've done and what your goal is [10:23] so, you created a branch of... and changed something, and committed it? [10:23] you now want... [10:24] mgz: jelmer this is: (https://code.launchpad.net/~alo21/fcm-it/fcm-app) is the project branch [10:24] mgz: jelmer I would to merge my personal branch with the project one [10:24] alo21: you would like to merge your personal branch into the project one, or the other way around? [10:25] alo21: you want to clone the branch you want to merge into [10:25] and then run "bzr merge lp:branch-you-want-to-merge && bzr ci -m merge" [10:25] jelmer: I would like to merge my personal branch into the project one [10:25] alo21: in that case, you should clone the project branch first [10:26] jelmer: bzr branch ..? [10:26] alo21: yep [10:27] jelmer: in this example, should I tun bzr branch lp:fcm-it? [10:28] alo21: yes [10:28] jelmer: ok... and then? [10:29] alo21: bzr merge lp:~alo21/fcm-it/fcm-app [10:30] jelmer: should I fisrt con inside the folder with "cd fcm-it"? [10:30] con --> go [10:45] alo21: yes, see the tutorial [12:08] jcsackett: ping, heads up review coming your way. Couple of things to chat about when you get a chance. [12:09] jcsackett: let me know if any of the fiddle's don't work/etc === zyga is now known as zyga-afk === zyga-afk is now known as zyga [14:41] timeout: https://bugs.launchpad.net/ubuntu/+bugs?field.has_cve=on | OOPS-27635fde56ed0c378cb24ca465c69532 [14:41] https://lp-oops.canonical.com/oops.py/?oopsid=27635fde56ed0c378cb24ca465c69532 [15:02] jono is giving a talk right now: getting started with launchpad http://developer.ubuntu.com/showdown/workshops/classroom/ [15:48] gnuoy: Thanks for the deploy. Could you please add the following rule to production: "jobs.celery.enabled_classes default 0 BranchScanJob" [15:49] abentley, if you pop on LPS I'll do it now [15:54] flacoste: I would like to add a feature flag to production to enable celery branch scan jobs. "jobs.celery.enabled_classes default 0 BranchScanJob" Do you approve? [15:56] abentley: +1000 [15:56] heh [15:59] gnuoy: On LPS now;. [15:59] thanks [16:01] abentley, what should I put as the comment to go with the rule? [16:02] gnuoy: "Enabled branch scans via Celery" [16:02] abentley, done [16:04] gnuoy, flacoste: quick test seems to be working. [16:05] great! === zyga is now known as zyga-afk [16:57] How do people submit translations ? [16:58] bodhi_zazen: for which area ? [16:58] https://translations.launchpad.net/~display-dhammapada [16:59] I have someone who wishes to submit a German Translation [17:01] dpm_: would you know where to find this as not seeing it [17:01] not seeing it set up [17:02] I found this page: https://help.launchpad.net/Translations [17:02] Are there translations of that page or a "short version" for people submitting translations ? [17:03] no the page is not translated. [17:03] they should possibly read https://help.launchpad.net/Translations/YourProject/ImportPolicy [17:04] bodhi_zazen: the best bet would be to read and get them to join https://translations.launchpad.net/+groups/launchpad-translators [17:04] as they deal with all LP translations [17:17] if i have a subteam that is listed as "Administrators" for a parent team, do I need to readd the people in the subteam to the parent team? [17:17] or is the inheritence of administrator power on that parent team perpetual [17:23] anyone in the subteam will have administrator rights on the team it is a subteam of [17:23] if you make the team an administrator [17:26] that's what i thought, i wanted to make sure [17:26] so as long as someone exists in that sub team, and that sub team is listed as an administrator, those users do not need to be "administrators" on the parent team, because administrator powers on that team are inherited. thanks. :) [18:17] for translations, does a code branch need to first exist for a code import request? [18:18] or am i misunderstanding import requests [18:26] actually i'll read the translations help docs [18:52] quick question... [18:53] ask it? [18:53] in order for 2 people to share the ability to push to a bzr branch on launchpad they need to be in a group, right? [18:53] ie, if i wanta short lived group for myself and one other person... i have to create a launchpad group [18:54] yes [18:54] or you have to share an ssh key [18:54] on e.g. a service account [18:54] a group is better [18:54] re ssh key: no thank you :) [18:54] yeah, group is fine. === vibhav is now known as Guest7599 === LordOfTi- is now known as TheLordOfTime [22:33] Hi. Having trouble adding a PPA dependency. Getting an "Oops" page. [22:34] Both PPAs are private. [22:34] Link the OOPS? [22:34] (Error ID: OOPS-47d4dbf219ad56c80e3ec6b0dc3104fd) [22:34] https://lp-oops.canonical.com/oops.py/?oopsid=47d4dbf219ad56c80e3ec6b0dc3104fd [22:37] That's very strange. [22:37] rmk: I guess the PPA you're going to add has no description? [22:38] Checking [22:38] Wow, that is an odd one. [22:38] Yeah no description. [22:38] Yeah, it looks like 'if description is not None:' is utter crack. [22:39] I think it's not no description [22:39] It's an *empty* description [22:39] '' [22:39] There's a difference? [22:39] I'm just adding a description to sort this. [22:39] StevenK: None vs '' [22:39] I think there's a bug on this [22:39] rmk: That will workaround it, yes. [22:40] Yeah worked now. [22:40] rmk: It was set at some point, but then cleared later on [22:41] wgrant: So I guess is not None or != '' [22:41] StevenK: 'if description:' [22:41] Hah [22:41] A bug fixed by that pattern