[01:04] hi, what is the canonical URL for a bazaar branch? for example, when I have a branch at "lp:~$USER+/junk/$BRANCHNAME", and someone without the launchpad plugin for bazaar wants to get this particular branch, what would be the canonical URL (or command, or w/e)? [01:04] sebi`: The Launchpad plugin is distributed by default. But the public read-only URL is http://bazaar.launchpad.net/~USER/PROJECT/BRANCH [01:05] ah, i didn't know the launchpad plugin is part of bazaar [01:05] thank you [01:05] The writable URL is bzr+ssh://THEIRUSER@bazaar.launchpad.net/~USER/PROJECT/BRANCH [01:06] also, how would i move a branch from /+junk to an official project? I'm somewhat lost at that point, or i'm thinking the wrong direction [01:07] sebi`: You could just push to the new location, but that doesn't work too well if there are other artifacts associated with the branch. [01:07] oh [01:07] If there's nothing like an MP, bug or blueprint linked to it, just push to the new location and delete the old one. [01:08] Otherwise you can use some API magic to move the branch. [01:08] okay, i'll try it [01:08] api magic? :D [01:09] Try which? The API method? [01:09] i'm just going to try to move the branch first [01:10] sebi`: Have you used launchpadlib before? === elb is now known as Ignignokt [01:12] i'm terribly sorry, I had a connection reset [01:12] no, i haven't used launchpadlib before, infact i'm not very familiar with bazaar either (only the most basic commands... I just started using it, so please don't expect too much) [01:13] sebi`: Which branch is it? [01:13] it's lp:~sebi90/+junk/frey [01:14] sebi_`: There's nothing attached to that, so just re-push to the new location and delete the old one. [01:14] No point moving it. [01:15] and how would I do that? :/ [01:15] sebi_`: Hm, was there a VCS for this before? It looks like a reasonably large codebase. [01:16] it's kind of large, about 6MB currently [01:16] no, i haven't had a VCS before [01:17] Ah. [01:17] So, 'bzr push --remember lp:~sebi90/frey/trunk' [01:17] 'trunk' can be whatever you want. [01:17] Then subsequent pushes will push to the new location. [01:18] Hm, but the frey project doesn't seem to exist on LP? [01:19] no, and frankly, I have no idea how to register it as project [01:19] sebi_`: https://launchpad.net/projects/+new [01:19] It's linked from the front page. [01:19] i'm sorry, must have overlooked that :( [01:19] thank you === Ignignokt is now known as elb [01:23] okay, done [01:25] okay, pushed and commited, working as expected \o/ [01:26] wgrant: thank you very much [01:26] sebi_`: Excellent. One last thing: [01:27] yes? [01:27] Run 'bzr whoami "First Last "', so your commits are linked back to your Launchpad account. [01:27] okay [01:27] If you look at https://code.edge.launchpad.net/~sebi90/frey/trunk, you'll see that they're not at the moment. [01:44] Is there any way to bypass Launchpad's password requirements? I went to change mine, but apparently it needs capitals and numbers, though my current password has none. [01:44] no [01:45] :| [01:45] Launchpad now uses the Ubuntu single sign on service, and that has different requirements than the old part-of-launchpad service had. [01:49] And USSO isn't developed by the Launchpad developers. [01:49] Does ISD maintain a public presence at all? [01:51] wgrant: not in the way lp does. We should change that. === collin is now known as collinp [07:40] is it possible to upload a tar file for user download in a project [07:47] medex: Have a read of https://help.launchpad.net/Projects/FileDownloads [07:51] great perfect [08:37] Hi, what's a typical turn-around time for a new code import review? [08:37] * maxb is waiting for https://code.edge.launchpad.net/~maxb/guice/trunk [08:38] * wgrant points out that it's a weekend, and a long one at that. [08:38] I filed it before the weekend :-) [08:39] Does code import reviewing serve any purpose beyond stopping people importing entire Subversion trunk,branches,tags trees? [08:42] That's pretty much the point of it. [08:42] And why Git imports are automatically approved. [08:43] I wonder if "auto-approve if svn URL ends with /trunk" would be worth considering [08:48] Hello there. I'm wondering what's up with karma? I did loads of translation yesterday and the day before, but my launchpad karma hasn't increased for days and normally it does... [08:51] issyl0: It's a Saturday, you'd be better off filing a question so someone who works at Canonical sees it when they get into work after the weekend [08:51] issyl0: I would suggest waiting a couple of days more. There has been DB work over the past couple of days that was disrupting the karma update script. [08:52] It has probably finished by now, so everything may update when the script next runs tomorrow. [08:53] Ah, OK. I see. Thanks! [08:53] I wasn't being *that* impatient, I was just wondering :) === medex is now known as mtx_init === mtx_init is now known as medex [09:31] Can anyone tell me how to get the WADL file for each resource? Is it using GET or POST? [09:32] for example for this "resource_type_link": "https://api.edge.launchpad.net/1.0/#branch_merge_proposal" how do I get it. Using GET doesn't help much [09:32] send an OAUTH cookie with your request [09:34] lifeless, I am sending it [09:34] using AUthorization header in the request [09:34] what should be the Content-Type for the request? [09:34] manish: Send the correct Accepts header. [09:34] wgrant, text/xml ? [09:35] or text/wadl ? [09:36] manish: Check the 'WADL Description' section on https://help.launchpad.net/API/Hacking [09:36] application/vd.sun.wadl+xml [09:37] wgrant, thanks [09:38] manish: You should issue a GET with that header field to the webservice root (eg. https://api.edge.launchpad.net/1.0/) [09:38] And it does need to be authenticated at the moment, but that should be fixed son. [09:38] +o [09:40] wgrant, yes. I saw this bug #548429 [09:40] Launchpad bug 548429 in launchpad-foundations "WADL file is hidden" [Low,Triaged] https://launchpad.net/bugs/548429 [09:40] That's the one. === BlackZ_ is now known as BlackZ === Ursinha changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: - | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ === effie_jayx is now known as keffie_jayx [12:48] are there problems with bazaar.launchpad.net? [13:05] anyone around who can lookup OOPS-1553FTPMASTER11 and OOPS-1553FTPMASTER16? [13:05] https://lp-oops.canonical.com/oops.py/?oopsid=1553FTPMASTER11 [13:05] https://lp-oops.canonical.com/oops.py/?oopsid=1553FTPMASTER16 [13:05] they both are from a "Failed to upload" error log [13:19] geser: Link to the logs? [16:14] wgrant: https://edge.launchpad.net/ubuntu/+source/meta-gnome2/1:2.28+1ubuntu3/+build/1596443 and https://edge.launchpad.net/ubuntu/+source/rubberband/1.3-1.1build1/+build/1596449 === yofel_ is now known as yofel === sebi_` is now known as sebi` === manish_ is now known as manish [19:24] is karma broken? I've done much in the last few days and my karma ain't going up? === kobrien is now known as Guest62568 === Guest62568 is now known as kobrien [19:31] is karma broken? I've done much in the last few days and my karma ain't going up? === mnepton is now known as mneptok [20:50] when someone does a "bzr co --lightweight lp:luz", often a later "bzr update" will say they're at the latest rev, when in fact they're not-- any ideas as to why? === kobrien is now known as Guest26685 === Guest26685 is now known as kobrien [21:25] ianm_: you should try asking in #bzr [22:33] It seems my karma hasn't been updated since March 31 - is this an issue for anyone else? [22:35] ZykoticK9: happened to me once re committing code, it had to do with the whole email address associated with my commits [22:36] ianm_, thanks for the reply - but nothing has been changed regarding email, the account both launchpad and email, seem to be working fine - other then the dead stop in karma [22:48] ZykoticK9: The has been a database change in progress that was blocking the karma update script a couple of days. [22:48] I'm not sure if that's resolved yet. === JanC_ is now known as JanC [23:46] wgrant, thanks :)