[00:00] wgrant or StevenK should though [00:00] Raydiation: Yes, it does. [00:01] Raydiation: There is no feedback. But it should be generated before the first packages are published, so there's probably not much point notifying users about it. [00:02] hm, i get: Error: can't find signing_key_fingerprint [00:02] when trying to do sudo add-apt-repository ppa:bernhard-posselt/laudio-ppa [00:03] wgrant: is it trigger on create, or on upoad ? [00:03] ive uploaded a gpg key a year ago [00:03] lifeless: On upload. [00:03] Since many people create PPAs and then never upload anything. [00:04] my package was signed by it [00:04] That key should have been created 20 minutes ago. Let me check the log. [00:04] on debuild -S [00:04] Raydiation: This is a different key. [00:04] One that only Launchpad possesses [00:04] wgrant: so it gets double signed? [00:04] Raydiation: You sign the source upload. Launchpad signs the full repository, including the binaries and source. [00:05] ah k [00:06] The key is there now. [00:06] Not quite sure why it took so long. [00:07] wgrant: ty :) [00:08] hehe error handling request: http://bit.ly/hJyJiy [00:09] Keyserver replication lag :( [00:14] wgrant: does apt-add-key get the stuff from somewhere else? keys are up but im still getting sudo add-apt-repository ppa:bernhard-posselt/laudio-ppa [00:14] Error: can't find signing_key_fingerprint at https://launchpad.net/api/1.0/~bernhard-posselt/+archive/laudio-ppa [00:14] isnt the fingerprint already on the bottom? [00:15] Raydiation: You may be running into a caching issue. Anonymous views are cached, authenticated ones are not. I guess your browser is authenticated. [00:17] ah k :) === thumper changed the topic of #launchpad to: Launchpad: https://launchpad.net/ | Read https://help.launchpad.net/ for help | On-call help contact: - | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ === Guest690000 is now known as Guest69000 === Ursinha-afk is now known as Ursinha === bilalakhtar_ is now known as cdbs === bilalakhtar_ is now known as cdbs === TLE is now known as TLE_30yo_today_o === matsubara-afk is now known as matsubara === smokex_ is now known as smokex === yofel_ is now known as yofel === warp11 is now known as warp10 [13:43] oh, its in the topic === oubiwann is now known as oubiwann_ [14:10] i just discovered a tiny error for my debian prerm script and uploaded the new build under the same version to my ppa, will this work? [14:11] or do i have to set a new version? [14:11] https://answers.edge.launchpad.net/soyuz/+faq/990 [14:12] bigjools: ty === matsubara is now known as matsubara-lunch [14:28] btw launchpad is great, publishing packages for ubuntu has become ease (once youve fought your way through debian packaging) [14:30] Raydiation: glad to hear it, hope you enjoy using it === shadeslayer_ is now known as shadeslayer === Lcawte|Away is now known as Lcawte === matsubara-lunch is now known as matsubara === Ursinha is now known as Ursinha-lunch === beuno is now known as beuno-lunch === deryck is now known as deryck[lunch] [17:02] hi [17:02] i can't get unity from bzr [17:03] hrocha@hrocha-laptop:~/projects$ bzr branch lp:unity [17:03] Permission denied (publickey). [17:03] bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist. [17:03] i'm getting that error [17:03] and i've just added my public key to launchpad as a guy in #ayatana told me [17:03] any ideas? [17:09] i've fixed the problem, thanks === beuno-lunch is now known as beuno === Ursinha-lunch is now known as Ursinha === deryck[lunch] is now known as deryck [18:12] hello all [18:13] what is the best way to package as a daily deb via a source in a git repository? [18:14] should I do a bzr branch that regurlarly import from that git branch? [18:16] effie-jayx: you can have launchpad do an import regularly [18:16] effie-jayx: Launchpad can regularly import from git into bzr for you. https://code.launchpad.net/+code-imports/+new [18:18] I would import the code to a new bzr branch then create the ppa recipe... [18:18] sounds cool [18:18] thanks === matsubara is now known as matsubara-afk [18:57] is there a way to import code from branches other than HEAD - Main in GIT? [19:23] effie-jayx: Unfortunately, not yet. It's waiting on bzr-git implementing an URL scheme for addressing branches within a git repository [19:23] jelmer: What is the current status on that? ^ [19:49] maxb: finishing colocated branches is on my todo list [19:49] the relatively short term one === fosdemlogger is now known as austrialogger === austrialogger is now known as apachelogger === oubiwann_ is now known as oubiwann === tumbleweed_ is now known as tumbleweed === Lcawte is now known as Lcawte|Away [23:30] Are there any vala or c bindings for the launchpad api? [23:31] doctormo: Not that I'm aware of . [23:33] StevenK: Bummer, stuck with python or junking launchpad support... [23:33] doctormo: theres java and .net [23:33] CPython? :-) [23:33] doctormo: should be pretty straight forward with liboauth and libjson & libcurl to write a client [23:34] lifeless: Two of the worst languages even to come out of the human soul. great ;-) [23:34] doctormo: Sadly, lifeless has a soft spot for Java. [23:34] you could write a wadl compiler for C if you liked, that might be pretty nice. [23:35] this has nothing to do with my soft spots, and everything to do with what already exists [23:35] * StevenK smirks. [23:36] StevenK: It's amazing that you can go from c to python/java/C#/vala and not the other way round... bit sad. [23:42] doctormo: huh, you can call python from C trivially [23:42] doctormo: I assumed you had some aesthetic reason for not doing that. [23:43] No, just ignorance. [23:43] oh, well - you embed an interpreter [23:43] generally you'd give it a thread of its own [23:44] doctormo: How much of the LP API do you use? [23:44] and when you need to call into it you grab the GIL, then ask it to evaluate stuff etc === tubadaz_ is now known as tubadaz [23:44] plenty of docs on python.org [23:44] wgrant: auth, bugs, projects, users, groups, code [23:44] Many applications just need a couple of method calls, which are probably better done without something like launchpadlib. [23:44] Ah. [23:44] GC? [23:44] wgrant: nice guess [23:45] doctormo: so why are you moving to C? [and how are you solving the equal compatibility bzr integration question] [23:46] lifeless: I'm not moving to C, I'm testing vala support for various functionalities I might need. [23:46] ah, ok [23:46] Python is a pain in the backside and slow. it would be helpful to use threading in vala. [23:46] you should be able to pass a python callback in as a gclosure an have that work. [23:47] doctormo: I'm surprised that gc is running into /python/ performance limits [23:47] Oh no, doctormo said the magic words ... [23:47] it seems like an ideal use case for python [23:47] lifeless: I'm not sure it is python's fault. I get the feeling that gtk+bzr+http+crappy threading is asking for trouble.