[00:00] Well, it's more that Git doesn't have native support for the lp: protocol; you have to configure it yourself [00:00] wgrant: true, that's better said [00:00] eg. my ~/.gitconfig has: [00:00] [url "ssh://wgrant@git.launchpad.net/"] [00:00] insteadOf = lp: [00:00] so I can "git clone lp:launchpad" and it just works [00:00] wgrant: yeah, likewise here [00:01] yea found docs on that [00:01] thanks folks! [00:02] wow lp made git slow somehow [00:02] Latency or bandwidth? [00:03] LP is hosted in the UK so latency is going to be greater than other services for users in the US, and some US ISPs have pretty dodgy transit to the UK unfortunately. [00:06] mm getting permission denied trying to push [00:06] fatal: remote error: Permission denied. [00:06] I can't just git push? [00:07] ahoneybun: where are you trying to push to? [00:07] ahoneybun: it obviously depends on the repo, if you can or not [00:07] I own the thing [00:08] https://launchpad.net/kubuntu-manual [00:08] What are you trying to push to? [00:08] lp:kubuntu-manual is an import from GitHub, so you can't push to that. [00:08] damn [00:08] ah ah [00:08] What are you trying to do? [00:08] *ah ha [00:08] my team wants to move from github [00:09] have all the stuff on lp [00:09] Ah [00:09] then i think you'd stop the import? [00:09] I was against it because of the bzr [00:09] well I did not know how to push it in the first place [00:09] So in that case you'll need to go to https://launchpad.net/kubuntu-manual/+configure-code, and empty out the "Link to a Git repository already on Launchpad" box. [00:10] That will remove the lp:kubuntu-manual alias, and let you push up a fresh branch there. [00:10] s/branch/repo/ [00:10] Currently it's set to mirror from GitHub, so you can't push to the repo that's currently there. [00:11] mm [00:11] so I have this: https://code.launchpad.net/~aaronhoneycutt/kubuntu-manual/+git/kubuntu-manual [00:11] now [00:11] Is there a team that should own the project nowadays, or is it just you? [00:12] well maybe the team kubuntu-devs not sure right now [00:12] only I push to the github right now [00:14] Alright. For now let's just set it up for you, and it can always be reassigned to a team later. Visit https://launchpad.net/kubuntu-manual/+configure-code, clear the "Git repository" text box, then try the push again. [00:51] sorry needed to go do something wgrant [00:53] now I can't clone this: git clone git+ssh://git.launchpad.net/~aaronhoneycutt/kubuntu-manual/+git/kubuntu-manual [00:54] ahoneybun: Why not? [00:54] fatal: remote error: Repository 'kubuntu-manual' not found. [00:55] That URL can't produce that error [00:55] git clone git+ssh://git.launchpad.net/~aaronhoneycutt/kubuntu-manual/+git/kubuntu-manual : gives me permission error [00:55] You must be trying something like git+ssh://git.launchpad.net/kubuntu-manual [00:55] git *push* on that URL gives you a permission error; clone doesn't. [00:55] I'm not pushing [00:55] I deleted it before [00:55] need to reclone it [00:55] You need to clone from git+ssh://git.launchpad.net/~aaronhoneycutt/kubuntu-manual/+git/kubuntu-manual and push to git+ssh://git.launchpad.net/kubuntu-manual [00:56] Or clone from GitHub and push to git+ssh://git.launchpad.net/kubuntu-manual [00:56] ohhhh I can get it right from github? [00:56] git push git+ssh://git.launchpad.net/kubuntu-manual ? [00:56] The Launchpad repo is just a mirror of the GitHub one, isn't it? [00:56] it was [00:56] I did not know how to upload it to LP [00:57] so just mirrored it [00:58] I'm wondering how to push what I have from github to a new project or something [00:58] Idk anymore [00:59] ahoneybun: git clone git+ssh://git.launchpad.net/~aaronhoneycutt/kubuntu-manual/+git/kubuntu-manual; git push git+ssh://git.launchpad.net/kubuntu-manual [01:00] No such Launchpad account: athoneycutt [01:00] Permission denied (publickey). [01:00] fatal: Could not read from remote repository. [01:00] nope [01:00] Include your username in the URL [01:00] it has it [01:01] Only in the repo path; [01:01] can't I just fix this with those git-config stuff [01:01] aaronhoneycutt@git.launchpad.net [01:01] You could, yes. [01:01] With what we suggested earlier. [01:01] I have all of them [01:01] but it does nothing [01:01] "all of them"? [01:02] http://pastebin.ubuntu.com/25322489/ [01:02] git clone lp:~aaronhoneycutt/kubuntu-manual/+git/kubuntu-manual; cd kubuntu-manual; git push lp:kubuntu-manual [01:02] cloning now [01:09] mm only have one branch [01:12] Ah, indeed, you probably want to give --mirror to clone and push [01:12] I moved to the github branch and pushing to lp [01:13] seems to be working [01:17] worked === maclin1 is now known as maclin [01:40] any way to merge to https://launchpad.net/kubuntu-docs ? [01:40] wgrant: ? [01:41] ahoneybun: You'd need to talk to the Ubuntu documentation team. about that. [01:41] mm thanks === maclin1 is now known as maclin === maclin1 is now known as maclin === maclin1 is now known as maclin === chihchun is now known as chihchun_afk [21:42] I made a typo in my project URL, can I change it? Or do I have to delete the project & make a new one? [21:43] https://launchpad.net/mu22hvreadout I wanted this to be mu2ehvreadout