[00:35] hello. in https://help.launchpad.net/BlueprintDocumentation theres link https://help.launchpad.net/GreatSpecifications Examples of good specifications and it doesnt opens. [00:36] ups.. in that 2nd liink theres 4th link https://launchpad.canonical.com/TranslationUploads and its not allowed to be seen.. [00:36] Carlos Perello Marin's Rosetta Import Process spec thats not posible to view [00:36] and why i cant make blueprint about ubuntu package exo ? === Kangarooo1 is now known as Kangarooo === evilnhandler_ is now known as nhandler [10:29] hi everyone [10:29] has anyone checked the bug - UnknownTimeZoneError-Asia/Kolkata? === almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away === yofel_ is now known as yofel [12:28] 503 Service Unavailable No server is available to handle this request. [12:28] :( === Lcawte is now known as Lcawte|Away === Meths_ is now known as Meths === nhandler is now known as evilnhandler === bdrung_ is now known as bdrung [16:58] is an launchpad admin in here? [16:58] because I wanted to ask how I can speed up PPA delation (I need to create an new PPA named that way) [17:27] Hello, I need some help of how to use launchpad to make a nightly build of a project that have it's source code in SVN [17:28] by nightly build, I mean debian package nightly build [17:33] Hello ? === Lcawte is now known as Lcawte|Away [18:13] hi everyone [18:14] will launchpad upgrade to the new moin version any time soon? === almaisan-away is now known as al-maisan === Lcawte|Away is now known as Lcawte === al-maisan is now known as almaisan-away === Lcawte is now known as Lcawte|Away [22:35] How the do I hide my email address? [22:37] Kerrick: Down the bottom of https://launchpad.net/people/+me/+edit. [22:39] OK, thank you. The interface is very counterintuitive; I'd expect the option to be on the same page where you add and remove e-mail addresses. [22:41] Kerrick: Bug #109500 [22:41] Launchpad bug 109500 in Launchpad Registry ""Hide my e-mail addresses" should be on E-mail addresses page (affected: 0, heat: 0)" [Low,Triaged] https://launchpad.net/bugs/109500 [22:42] Maybe I can fix that as a part of the bugjam...and move mailing list subscriptions to a separate form [22:43] The email address form is a bit special, IIRC. [22:46] I'm having trouble checking out my bzr repo on Launchpad. I think I might be using the wrong checkout URL. This is the branch: https://code.launchpad.net/~kip/avaneya/trunk [22:46] how do i configure the project branch in lauchpad? it says the word for my project is too small [22:46] I am trying bzr checkout lp:avaneya to no avail. [22:46] Keep getting bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/%2Bbranch/avaneya/" [22:46] KombuchaKip: There's nothing there to check out -- you need to push to the branch first. [22:47] wgrant: So there is no empty repository even? [22:47] blueglasses: What exactly are you trying to do, and what's the error message that you're getting? [22:47] KombuchaKip: No. [22:47] wgrant: I thought push was just for the decentralized model? Do you mean commit in my case for centralized model? [22:47] let me think a bit [22:47] ... [22:48] KombuchaKip: You need to push the first time, to get the branch onto the server. [22:48] So. [22:48] 'bzr init' in your code directory, to create the branch. [22:48] Then 'bzr push --use-existing-dir lp:avaneya' to push the branch up to LP. [22:48] wgrant: Ok. I don't want to commit the stuff in there yet though. Can I push nothing? [22:49] Then 'bzr bind lp:avaneya' to automatically push future commits. [22:49] KombuchaKip: I think so. [22:49] wgrant: Ok [22:50] wgrant: Thanks! It worked. [22:51] KombuchaKip: Normally you wouldn't create the branch on LP first. You'd just push up to a new name. [22:51] wgrant: Ah makes sense. [22:53] wgrant: I'm finding the nautilus plugin pretty helpful. [22:54] I'm trying to configure project branch [22:57] blueglasses: Which project? Do you want to host a new branch on Launchpad? [22:57] the project name is already defined: story [22:58] I also have files already there, just to test [22:58] In the 'testingbzr' branch? [22:58] probably [22:58] i'm still a noob on bzr