[12:52] stupid question: I have a bunch of PPAs that I'd love to have a bugtracker for. Is there anything against making a project that is related to the PPAs I maintain so that people can file bugs against them and ask questions, and what not? [12:53] sounds sensible [12:54] I could make a dozen projects and have a massive project group but I'd rather just make the one project. But I wanted to check and see if that were against any rules first :0 [12:54] if it's free software, you can pretty much do what you want [20:36] hm, how can i create a repo owned by a team instead of just me? i created and own a team and have a project owned by this team, just unsure how to set up commits [20:36] sidi: bzr repo you mean? [20:37] yes [20:37] im just unsure if i can create a team key, and if so how [20:45] sidi: You don't create a team key; rather, you push your branch to a team namespace. For example, "bzr push lp:~name-of-team/name-of-project/name-of-branch" [20:45] cjwatson, just tried this and it says i cannot create branches, do i need to launchpad-login with the team name rather than my own? [20:46] No, you must not do that. What's the exact command you're using and error message? [20:46] (logged as sidi, who owns the team in question) bzr push lp:~ucl-cs-study-devs/study.cs.ucl-websites/multitasking ->ERROR: Permission denied: "~ucl-cs-study-devs/study.cs.ucl-websites/multitasking/": : You cannot create branches in "~ucl-cs-study-devs/study.cs.ucl-websites" [20:49] cjwatson, i know im doing something wrong but i cant remember how to push on behalf of a team correctly :/ [20:49] sidi: You're using the right command, but something is odd. What does https://launchpad.net/study.cs.ucl-websites/+sharing say that the branch sharing policy is? [20:50] cjwatson, bingo! thanks! i had originally set the project as private and must have forgotten to clear up some permissions when switching the project to open-source [20:51] it's working. Thanks again [20:51] Great. Was it set to Forbidden or something [20:51] ? [20:53] Yeah it was left on forbidden [20:54] Actually, this kind of issue would be easier to solve if I was told why permission is denied :-) [20:55] can someone with lp admin go and burn the questions from this person against Ubuntu? https://launchpad.net/~mohmedmabrouk321 It's spam [20:55] We should perhaps say something about branch sharing policies there if we can find a way to say it in decent English, since that message is already unique to that kind of situation. [20:57] can someone also go and burn this user's questions under the same section, it's also spam. https://launchpad.net/~d225027cf [20:57] (easy to tell since the topic is all "Spam" for the answer) [20:57] s/answer/question/ [21:00] teward: both done and accounts suspended [21:00] cjwatson: thanks [21:02] cjwatson: if i happen to see more i'll let you know [21:02] cjwatson, should i report a question / bug? for me something along the lines of "Make sure your project's branch sharing policy allows new branches" would help me understand my identity/key is correct, and the problem is project-related [21:06] sidi: Sure [21:06] Bug not question [21:11] done, thanks === wgrant_ is now known as wgrant === s8321414_ is now known as s8321414 [23:31] anyone here familiar with launchpadlib [23:35] dstanek: anything specific you're after? [23:36] blr: i can't seem to get the activity out of a bug [23:36] the goal is a status report that counts the comments and activity for a given user [23:38] blr: this always prints an empty list - even for bugs where i can see that someone changed statuses [23:38] http://paste.openstack.org/show/184381/ [23:41] hmm I'm certainly seeing non-empty lists [23:43] wgrant: any thoughts? [23:43] i actually only started to use launchpadlib because i was getting empty lists from the API as well [23:44] dstanek, blr: https://bugs.launchpad.net/launchpad/+bug/991079 [23:44] Launchpad bug 991079 in Launchpad itself "Anonymous API requests are not shown any bug activity" [Low,Triaged] [23:44] That bug means you need to authenticate to see even the activity of a public bug. [23:44] wgrant: ah, cool. i'll try that now and see what happens. [23:45] wgrant: thanks [23:45] blr: Want a nice trivial LP bug to fix? :) [23:45] wgrant: sure, can have a look at that as well as the diff api :) [23:47] wgrant: blr: thanks! that looks much better [23:49] blr: Yeah, if you want a bit of a break from cornice and pygit2 etc. there's something to distract you. [23:51] wgrant: new test added to https://code.launchpad.net/~thomir/launchpad/devel-fix-import-violations-specificationworkitem/+merge/251395 - not sure if that's the correct test to add though?