[03:53] hrm... how do you set a bug supervisor on a package in ubuntu on launchpad?? [03:54] MTecknology: Packages don't have their own bug supervisor. [03:54] oh? [03:54] They all use the distribution's. [03:54] wgrant: https://launchpad.net/ubuntu/natty/+source/nginx <-- i was looking at that [03:59] MTecknology: That's in the "Upstream connections" portlet. [03:59] MTecknology: It refers to the upstream project. [03:59] oh [17:49] In the latest Launchpad blog post about UDS specs, it says "be sure to subscribe us to the blueprint". What user/team name is '"us"? === lifeless_ is now known as lifeless [23:40] hello all, I am having trouble finding information about alternative protocols to access launchpad with bzr [23:41] lp:project is through ssh, it connects to bazaar.launchpad.net port 22? === bdrung_ is now known as bdrung_away [23:47] if you have run bzr launchpad-login [23:47] otherwise it will use http (which is readonly) [23:48] aha [23:49] no login [23:49] and using strace I can see it tries to connect to 443 [23:49] no wonder it fails, the machine is behind a strict firewall [23:49] the 443 may be xmlrpc directory lookup [23:50] very recent bzr does not do that [23:50] how about bzr v2.4b2 :-p [23:50] I just downloaded it [23:51] but I installed it without any of the rest prerequisites so it's possible it's using a fallback mode [23:51] the error message was tragic... only with strace I managed to find the port it was failing [23:51] bzr: ERROR: Connection error: while sending POST /bazaar/: (111, 'Connection refused') [23:52] jimis: I suggest you file a bug on that [23:52] lifeless: about the error? [23:52] or the default XMLRPC method? [23:52] about the error being too brief [23:52] ok [23:52] bugs.launchpad.net/bzr [23:54] hmmm, later, have forgotten my credentials :-@ [23:55] anyway another complaint is that I can't find anywhere info about alternative protocols, only on blogs and stuff [23:56] so by default the lp: protocol is XMLRPC when not logged-in, and bzr+ssh when logged-in?