=== salem_ is now known as _salem === dobey_ is now known as dobey === maclin1 is now known as maclin === chihchun_afk is now known as chihchun [07:51] cjwatson: More than merging account, my concern is to retain the username lost with deleted account! [07:51] cjwatson: I'll mail you and yes, you can verify [10:38] himcesjf: merging the accounts is a necessary part of this [10:50] cjwatson: I assume no-one has had the free time to look at? bug #1655298 [10:50] bug 1655298 in launchpad-buildd "Indefinite build hangs during python tests of gpgme1.0 v1.8" [Undecided,New] https://launchpad.net/bugs/1655298 [10:51] I know you will all be busy, so that may get bumped to the back of work queues [10:51] I'm afraid not [10:52] Ok === _salem is now known as salem_ === axino` is now known as axino [11:03] cjwatson: While attempting to merge accounts on https://launchpad.net/people/+requestmerge I got "The duplicate is not a valid person or team." error [11:03] himcesjf: I can look but only if I know the usernames [11:04] Do you mind talking in PM? [11:04] That's fine [11:53] Should be sorted now [12:01] Yep, thanks for your help and time cjwatson === maclin1 is now known as maclin === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === JanC_ is now known as JanC === chihchun_afk is now known as chihchun === hrybacki is now known as hrybacki|afkish === chihchun is now known as chihchun_afk === hrybacki|afkish is now known as hrybacki|sick === salem_ is now known as _salem [23:18] hi, how do I create a git repo for a team that I'm an admin on? [23:18] of [23:19] lp:~USER/PROJECT just says project does not exist [23:19] err, lp:~team/project [23:19] when trying to git push [23:24] tjaalton: Does the project exist? [23:24] well, no [23:25] that's what I'm trying to create [23:25] The project needs to exist before you can give it a git repository. [23:25] https://launchpad.net/projects/+new [23:25] it needs to be an "upstream" project before it can be cloned under a team? [23:26] Can you explain your use case? [23:26] It's not an upstream project, it's just a project. [23:26] I want to get a git repo that a team owns [23:26] It might be upstream from Ubuntu, but that's Ubuntu's perspective. [23:26] That's a means to an end, not a use case. [23:26] Is this a new piece of software? [23:26] kinda [23:27] bunch of scripts for hwe stack handling [23:27] Sounds like a project to me. [23:27] You could use lp:~team/+git/some-junk-repo-name, which is the git equivalent of a bzr +junk branch, but that's usually a mistake. [23:27] If more than one person is working on something it almost always makes sense to have a project. [23:27] so a team can't share something like lp:~team/project? [23:28] Having a git repository in a project requires the project to first exist. [23:28] If the project exists then what you suggest is totally possible. [23:28] or should I put '~team/project' in the project creator url? [23:29] Recall that LP projects are a global namespace. They're not scoped by team. [23:29] okay [23:29] A team may own a repository inside a project. [23:29] but the top level object is still https://launchpad.net/PROJECt. [23:29] ah [23:29] got it [23:30] There are two key distinctions from the GitHub model: [23:30] I'm more used to git.debian.org model :) [23:30] - Since LP isn't just about code, the code repository is not the top level object -- the project is at the top, and it may contain multiple code repositories, one of which may be referred to as lp:PROJECT. [23:31] - LP projects are globally namespaced and multiple users/teams may participate, unlike GitHub where there's no central location and everything is namespaced under a person or team. [23:31] s/person or team/user or org/