=== frankban|afk is now known as frankban [11:50] wgrant: I'd quite like to get https://code.launchpad.net/~cjwatson/launchpad/git-xmlrpc-auth-params/+merge/307694 into a deployment todayish if at all possible, so that I can move on with the turnip-side changes [11:51] quite a bit of fiddly gated-on-deployments stuff going on here [11:52] cjwatson: Hm I'm almost certain I approved that this morning. [11:53] doesn't seem so. I pushed a couple of extra changes to it today as well, mostly as a result of thinking in more detail about the turnip changes [11:53] (I plan to map turnip-authenticated-* to the auth_params dict fairly directly, except that uid gets int()) [11:53] (and can-authenticate is added on top) [11:53] Yep [11:54] so then authenticateWithPassword will start returning a dict instead of a tuple, {"macaroon": password} in this case if it verifies that the macaroon at least belongs to it, and that will get mapped to turnip-authenticated-macaroon between pack-http and pack-git and then pack-git will send that as auth_params["macaroon"] [11:55] I think that all works without too much pain [11:56] when we get round to tokens issued for use by actual users we'll want something more compact, but for now just passing the serialised macaroon directly as the password is good enough [11:57] s/pack-git/pack-virt/? [11:58] er yes. [11:58] turnip.pack.git :-P [12:00] I do wish the native protocol had a name. === frankban is now known as frankban|afk [20:28] Why is ubuntu-cdimage trying to download "http://people.canonical.com/~evand/usb-creator/%s/stable" % series [20:30] it goes: project not in ("livecd-base", "ubuntu-base", "ubuntu-core", "ubuntu-desktop-next", "edubuntu"): [20:30] and then: ... or if (series >= "maverick"): [20:32] but there is nothing newer than natty in http://people.canonical.com/~evand/usb-creator [20:35] legacy stuff we never removed; BTW this isn't a Launchpad question [20:36] fetch failures there are ignored so should be harmless [20:41] ok sorry, the error was right after trying to download that [20:42] trying to execute build_all.sh and failing to find it [20:43] that's in debian-cd, you need the various bits in configs/devel. this is all notoriously challenging to set up locally [20:43] further questions about cdimage to #ubuntu-devel or something please though, not here [20:44] ok got it thanks a lot