[02:21] at https://launchpad.net/ltsp i press 'report a bug' and it takes me to a blank screen with only a button which says 'continue' titled 'OpenID transaction in progress'. what does this mean? [02:29] dgeary2: That's redirecting you to the login page. Do you have JavaScript and cookies enabled? [02:35] wgrant, no and no [02:36] dgeary2: You need at least cookies enabled for login to work basically anywhere on the web. It should work without JavaScript if you click continue, however. [02:38] wgrant, thanks === jtv1 is now known as jtv [06:05] Hi [06:06] I was asking about getting a private subscription to launchpad yesterday, and I got an email telling me to come and discuss more in details here. Is there someone with whom I can discuss this? [06:08] ugoc: Hi, the person you need to speak to might not be around at the moment. Let me find out. [06:08] huwshimi: ok thanks [06:09] ugoc: Hi. [06:09] ugoc: What do you need to discuss? [06:10] wgrant: Hi [06:10] wgrant: I'm still not sure whether we'd need to pay once and then be able to create multiple projects / repo, or if we need to pay each time we want a new repo. [06:11] wgrant: In the software we write, we typically need 5-10 different small repos per "project" (not branches) [06:11] ugoc: A subscription covers a single private project. You can have as many branches of that project as you want. [06:12] wgrant: ok, so we'd need to pay each time we want to create a new private project :S [06:12] wgrant: Is there some kind of subscription plan for unlimited projects? [06:13] wgrant: or at least an interesting price if we have to have more than one private project? [06:13] ugoc: I don't know of anything like that, but I don't deal with this stuff normally. Can you email commercial@launchpad.net to get in contact with the normal commercial subscription people? [06:14] wgrant: already did and they pointed me toward the IRC channel to get more info :S [06:14] ugoc: Do you have a ticket number? [06:15] Ah, found it. [06:15] wgrant: [Launchpad Enquires #16245] [06:15] ugoc: Ah, so czajkowski thought you just meant multiple branches. Can you clarify in the ticket? [06:16] wgrant: Sure. Is this ticket on a webpage? Or do I just reply to the message [06:17] ugoc: Just reply to the email. [06:17] wgrant: ok. Thanks a lot for your answers. === Ursinha` is now known as Ursinha === Ursinha is now known as Guest90314 [08:15] /c/c === czajkowski changed the topic of #launchpad to: https://launchpad.net/ | Help contact: czajkowski | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad | For packaging help: join #ubuntu-packaging === Gwaihir is now known as Guest56259 [08:58] ppa.launchpad.net will shortly be offline for a few minutes. [08:59] indeed === jam1 is now known as jam [09:03] And it's back up. [10:18] why would a branch that has been proposed for merging and merged still show up on code.launchpad.net/project_name? [10:21] oh, looks like the branch status was still "Development" as opposed to "Merged" === Guest90314 is now known as Ursinha === sagaci_ is now known as sagaci [15:36] whos Matt Darcy [15:36] trying to troll me === lamont` is now known as lamont === posulliv_ is now known as posulliv [16:20] If I'm in a team, and that team is subscribed to a trunk branch for a project, I get mails about all the merges into that trunk branch. Can I stop getting those mails without unsubscribing from the team? My subscriptions page just lists the team's own mailing list [16:54] aquarius: I dont think so no === czajkowski changed the topic of #launchpad to: https://launchpad.net/ | Help contact: | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad | For packaging help: join #ubuntu-packaging === deryck is now known as deryck[lunch] [18:19] it would be cool if there was a "Report a bug" link on the milestone page. current milestone page is my typical "dashboard" page. [18:22] how do I register a branch in lp? The old method of https://code.launchpad.net/~jjohansen/+addbranch [18:22] is dumping me into the lost something error page [18:23] but the online docs still reference using that method === deryck[lunch] is now known as deryck [18:36] jjohansen: that method never worked reliably and was removed. What docs do you see referring to it? [18:37] jjohansen: the correct method is to just push the branch [18:37] lifeless give /me a sec to find the page again [18:37] jjohansen: or setup an import of it if its not going to be hosted in LP [18:37] lifeless: that isn't working either [18:38] the branch is being dropped into the development trunk [18:39] lifeless: both these pages refer to/link to registering a branch [18:39] https://help.launchpad.net/Code/PersonalBranches [18:39] https://help.launchpad.net/Code/MirroredBranches [18:42] jjohansen: what do you mean 'dropped into the development trunk' [18:42] jjohansen: what is the exact command you are using that is not working ? [18:42] lifeless I mean I pushed to one address (the branch I am trying to create) and it showed up in the original branch that I am branching from [18:43] ok, and the command you used ? [18:55] lifeless: okay I am just not getting this. If I push a new branch the commit shows up in the original, the configure series branch screen lists a completely different branch that is neither the original nor the one I pushed but changing the branch name affects the branch linked in the series [18:55] * jjohansen thinks this occuring because we are trying to branch a series off but ... [18:56] jjohansen: please show me the commands you are running [18:56] lifeless: bzr push bzr+ssh://bazaar.launchpad.net/+branch/apparmor/2.8/ [18:57] lifeless: bzr branch lp:apparmor apparmor-2.8 ; cd apparmor-2.8 ; bzr push --remember lp:apparmor/2.8 [18:57] but this is showing up in apparmor/master [18:57] the series branches are aliases [18:57] they are not true branches [18:58] to make a new branch you must push to a real branch like lp:~apparmour-maintainers/apparmor/2.8 [18:58] (excuse the typo) [18:58] hunh, okay. [18:59] have a look at code.launchpad.net/apparmor/2.8 [19:00] see where it says p:apparmor/2.8 - Steve Beattie [19:00] mouse over the branch there [19:00] right, the series was originally pointing at trunk, I cleared that and then pushed to that. [19:00] note that it shows a link to https://code.launchpad.net/~sbeattie/apparmor/trunk [19:01] sbeattie: you need to a) push a new branch. b) set the pointer. [19:01] Not the other way around :) [19:01] * sbeattie is about to adjust that. [19:02] lifeless: more clearly, I needed to push a new branch *not using the pointer* [19:02] ... and then reset the pointer. [19:02] sbeattie: thats redunant [19:02] you cannot push a new branch using the pointer [19:02] the pointer can only ever point at a branch [19:02] and it is not itself a branch [19:03] but, if it helps you, great :) [19:03] lifeless: right, it had previously pointed to trunk, which was why when we pushed to lp:apparmor/2.8 it went to lp:~apparmor-dev/apparmor/master [19:04] (we had created the series earlier to have milestones that we could target bugs to) [19:04] yes (in fact that means it still was pointing to trunk, for some reason) [19:16] jelmer: hey; is https://help.launchpad.net/Code/MirroredBranches at all relevant still? If not, perhaps you could update the wiki to describe what is relevant now you've hacked everything around :) [19:16] jelmer: I've updated https://help.launchpad.net/Code/PersonalBranches#preview to drop references to registerbranch