[00:00] changed the ssh key wiki: https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair?action=diff [00:03] actually, changed it twice, sorry: https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair?action=diff&rev2=19&rev1=17 [00:13] mwhudson: Can you help karvec_? === mwhudson changed the topic of #launchpad to: https://launchpad.net/ | Channel logs: http://irclogs.ubuntu.com | Help contact: - | launchpad-users@lists.launchpad.net [00:13] * mwhudson reads back [00:14] karvec_: what can you remember about your launchpad account? [00:17] mwhudson: We've resolved it in a PM, it would seem. [00:18] Yup, thanks to both of you, I'm logged in. :) [00:21] wgrant: what did you do? send a "contact this user" email to karvec_ 's username to find out which email it was? :) [00:21] savvas: No, he happened to have it public. [00:21] Lots of people don't these days :( [00:21] oh cool! [00:21] And/or lots of people don't remember their username. [00:21] :P *grins* It's been about a year. [00:22] that's because some proxies tend to catch it, spam-a-phobics :P === kiko is now known as kiko-zzz === RAOF_ is now known as RAOF__ === RAOF__ is now known as RAOF [01:37] Hello everyone =D vcs-import from svn that I care about has been failing for quite some time now. Where should I report the bug with possible solution to the problem? [01:38] xnox: file a question on launchpad-bazaar at answers.launchpad.net/launchpad-bazaar [01:38] that will notify the relevant team [01:42] thanks [01:53] I wonder why launchpad vcs-import team doesn't get notified of failing imports [01:54] because we haven't fixed that bug yet [01:54] ah, my bad then :) [01:54] also, it's not clear that we'd have time to babysit them all :/ [01:54] well at least a mailing list where people get notified of it [01:55] vcs-import-fails for 5+ fails in a row :P [01:55] right yes [01:55] do you know the bug number? [01:56] thanks for the information by the way [01:57] grr, can't find it [01:59] savvas: https://bugs.edge.launchpad.net/launchpad-bazaar/+bug/237533 is related [01:59] Launchpad bug 237533 in launchpad-bazaar "we should retry failing imports less often" [Medium,Triaged] [02:07] ok thanks [02:11] it has a pretty nice suggestion for a fix, stop importing by itself after a number of failed attempts [05:14] Is it me, or did edge's +builds page's CSS break just now? [05:14] as in, over the past few minutes [05:15] hmm, fixed itself [05:19] bd_: I suspect you caught the edge servers doing their nightly (for them...) update. that kicked off about 18 minutes ago, and should be finishing nowish. [05:20] that'd do it, I guess. [07:17] BjornT: it would be nice if the 'also in' text in the bug home pages were links IMO [07:48] lifeless: I posted a testresources branch with a prototype for the make/reset/clean API, and found a bug in the dependency resource handling (bug 324202) [07:48] Launchpad bug 324202 in testresources "dependency resources get out of sync when dirtied" [Undecided,New] https://launchpad.net/bugs/324202 [07:52] jamesh: cool [07:53] jamesh: is there a fix too? [07:53] lifeless: not yet. It'd probably look different depending on what you thought of the make/reset/clean change ... [07:54] jamesh: ok, I'll peek at that when I'm more awake [07:56] lifeless: I noticed the dependency resources bug when looking at how they'd interact with a reset() method. Turns out that the problem I was worried about existed on trunk too :( [07:59] jamesh: thank you [09:35] morning [09:36] Morning mrevell. [10:20] Is it intentional that lazr.config and lazr.delegates aren't actually LGPL3'd? [10:20] They have it as COPYING, but they're not actually licensed with it... [10:23] Oh. [10:23] lazr.config has both 'All rights reserved' and LGPL3, but lazr.delegates just 'All rights reserved' [10:24] The former doesn't seem to make sense, and the latter is clearly wrong. [10:32] is there such a thing as LGPLv3? [10:32] hmm, yes there is [10:35] kiko-zzz: The intention seems to be to LGPLv3 them both, but it hasn't actually been done properly. [10:36] I'll follow up with barry and francis [10:37] Thanks. [10:57] does anyone know how to get a list of bazaar branches of a group using python and launchpadlib? I'm reading the documentation.. and I'm not pretty keen to this [10:58] savvas, I know thumper was working on this yesterday [10:58] savvas, rockstar will know as soon as he is up -- in some 4h [10:58] savvas: Team or project? [10:58] savvas, have you seen the API docs? [10:59] wgrant: I'll be more specific, the list of vcs-imports bazaar branches [11:00] kiko-zzz: looking at them right now, the only thing I can do is follow the tutorial and use the launchpad api, but don't know how to load/import/use the stuff for bazaar [11:00] savvas: i don't think you can get the branches from a person/team using the api yet [11:01] ah [11:01] well that explains it then :P [11:01] savvas, there's an example API tool available. intellectronica, do you know where bac put it? is it already inside launchpadlib? === mrevell is now known as mrevell-lunch [11:01] savvas: see https://bugs.launchpad.net/launchpad-bazaar/+bug/264902 [11:01] Launchpad bug 264902 in launchpad-bazaar "Expose a person or teams branches through the launchpad api" [Medium,Triaged] [11:03] kiko-zzz, savvas: not sure. not sure where the example is. there's enough on https://help.launchpad.net/API/launchpadlib to get you started, though [11:03] intellectronica: so there's no other way to grab a list of names of branches? something like (fictional [11:03] savvas: you can get the list of branches for a project [11:03] savvas, there will be this week, because I think thumper has a patch for this up already [11:04] (fictional) launchpad.bazaar['team'].display_branches ? [11:04] ok [11:04] thank you all :) [11:04] I'll subscribe myself to that bug [11:06] intellectronica: by the way, how do you get the list of branches for a project? [11:07] savvas: launchpad.projects['someproject'].branches [11:07] thanks!! [11:08] savvas: (Where launchpad is retrieved with something like Launchpad.get_token_and_login('some app name', EDGE_SERVICE_ROOT)) [11:08] yes, I know that from the tutorial thankfully hehe [11:08] I think I got the hang of it [11:08] launchpad.project_groups['something'] searches of project names? [11:09] project_groups is for project groups. [11:09] What do you mean? [11:10] wait, I'll read up the api [11:10] Huh. [11:10] Indeed, that's odd. [11:10] i;m having a problem branching from launchpad, i checked my launchpad ssh key, it is the right own, http://pastebin.com/d3c7aaf6f [11:10] It seems to work for all pillars. [11:11] gourgi: You run bzr launchpad-login and gave bzr your Launchpad username? [11:11] $ bzr launchpad-login results gourgi , the right one [11:12] gourgi: You have no SSH keys on Launchpad. [11:12] wgrant, and launchpad-login should probably fail if so, right? [11:12] kiko-zzz: I don't see why it should. [11:13] because it's nonsensical if it doesn't? [11:13] But bzr upon attempting to dereference the lp: URL should give the error message that the SSH server gives. [11:13] wgrant: https://edge.launchpad.net/~gourgi/+sshkeys shows a key to me? [11:13] i do have and is the right one [11:13] spiv: I of course cannot type 'r' [11:14] is there a problem if the ssh key is passwordless ? [11:14] No, at least not in Launchpad. [11:15] (That's a matter between you and your SSH client, but I doubt that is an issue) [11:15] gourgi: What happens if you ssh to bazaar.launchpad.net manually? [11:15] let me see [11:15] * spiv bets on "Permission denied (publickey)." [11:15] spiv is correct [11:15] spiv: Won't it sometimes give more descriptive errors? [11:15] gourgi: if ssh directly fails, try "ssh -v bazaar.launchpad.net" and see which key files it's trying to read. [11:16] wgrant: ssh -v (or -vvv if you're a glutton for noise) will. [11:16] spiv: it shows their email [11:16] or is that possible? [11:16] savvas: it shows their SSH key comment text, you mean? [11:16] look at the end of the string: https://edge.launchpad.net/~gourgi/+sshkeys [11:17] Right. There's a bug open about munging emails in that text. [11:17] spiv actually at the end of the string is just my comment there, [11:17] It's basically the same sort of thing as if someone puts their email address in their description; it's another free-form field that people, and people sometimes do put emails there. [11:17] * gourgi looking ssh -v now [11:19] gourgi: right, that's the comment field of the SSH key, as I said. [11:20] * spiv -> afk [11:22] wgrant: do you know what's wrong here: [group.name for group in launchpad.project_groups.search("mysql")] [11:23] Traceback (most recent call last): File "", line 1, in [11:23] TypeError: __call__() takes exactly 1 argument (2 given) [11:23] spiv, thanks for the 'ssh -v', i found the problem [11:23] gourgi: what was it? [11:24] savvas: Launchpad API named operations only take kwargs. [11:24] ssh was looking for id_dsa.pub, while my key's name was key.pub [11:24] i think my ~/.ssh/config needs some more love :) [11:25] savvas: Do you want to get a list of projects in the mysql project group? [11:26] wgrant: I was trying something I dug up from a tutorial for the launchpad api: http://news.launchpad.net/general/this-week-in-launchpads-web-api-2 [11:26] savvas: .search(text="mysql") [11:27] darn, and I was wondering what was that text it was talking about in the launchpadlib api :P [11:27] ok got it [12:23] hello, i am trying to upload a package to my PPA, i am following now this guide: https://help.launchpad.net/Packaging/PPA#Adding%20a%20PPA%20to%20your%20Ubuntu%20repositories [12:24] this is my PPA: https://launchpad.net/~eaglescreen/+archive/ppa [12:25] this is my .deput.cf http://pastebin.ca/1325267 [12:25] I obtain this output: [12:25] $ dput my-ppa usb-creator_0.1.11ubuntu1~ppa1_source.changes [12:25] No host my-ppa found in config [12:26] ".deput.cf" ? [12:26] it should be .dput.cf [12:27] oh! i will check it [12:29] yes, it was wrong, sorry [12:30] everyone needs another pair of eyes now and then :) === mrevell-lunch is now known as mrevell [14:41] hello, [14:42] is there a way in launchpad to view the file store in a bzr branch ? [14:42] Without all the decoration added by loggerhead [14:43] I would like to use http://rst2a.com to render rst file. [14:46] yml: you have a download link for every file in loggerhead [14:48] intellectronica: yes I have seen it but this is not exactly what I am looking for. [14:49] I would like to view the raw file online. Then I could use the bookmaklet to render it. [14:49] http://rst2a.com/news/8/handy-bookmarklet/ [14:50] ah, and you can't because of the mime type? [14:51] beuno, rockstar: b.t.w is there anything that can be done about this? serve text files with a mime type which will prompt browsers to view them? [14:53] yes you are right [14:54] I mean automatic conversion rst2html is also fine :-) [14:55] yml: so, basically, you want a wiki :P [14:57] Edit in place over the web is not something I like but being able to view the rst file in a formated hmtl is nice === sale_ is now known as sale [15:00] yml: file a bug, i think it's a nice idea [15:00] yml: also, loggerhead is free software. patches are welcome ;) [15:01] intellectronica, well, it's kinda complicated to support viewing files, downloading files AND annotating files [15:01] annotating is what shows you the content of the file === salgado is now known as salgado-lunch [15:02] beuno: removing the mimetype would do the trick to view it online, isn't it ? [15:02] beuno: yes, but most version-controlled files are likely to be text files, so if you serve them with a text mimetype, users can both view them in a browser and save them [15:03] intellectronica, my guess is that it will break with images, won't it? [15:03] beuno: or, if you consider the automatic save prompt a feature, maybe we could have a [view as plain text] link [15:03] yml, no, removing the mime-type will make the browser thing it's always binary [15:03] beuno: with images you'll use the appriproate mime type for the image [15:04] intellectronica, but then we have to add mime-type detection in LH [15:04] beuno: from mimetypes import guess_type [15:05] intellectronica, nothing is that easy in LH [15:05] but [15:05] either way [15:05] making the download link not download it, will break quite a vew use cases [15:05] I guess we can add a "view plain text" within the annotated view [15:05] yeah, now that i think about it, it is a useful feature, but "view plain text" would be useful, i think [15:06] or even just "view", which can work with any mime type the browser supports [15:13] That would be excellent [15:13] yml, file a bug :) [15:15] beuno: where should I do it ? [15:16] yml, https://bugs.launchpad.net/loggerhead [15:18] beuno: huh, so, it appears that download already uses mimetypes.guess_type - it simply defaults to application/octet-stream when it doesn't detect anything [15:18] so if that's a feature, it's an accidental one :) [15:19] intellectronica, it's all mwhudson's doings [15:19] ah, no, i think what makes it prompt for download is the Content-Disposition [15:19] but we do force downlods [15:24] for your information : https://bugs.launchpad.net/loggerhead/+bug/324350 [15:24] Launchpad bug 324350 in loggerhead "view a file as plain text" [Undecided,New] [15:28] beuno, yml: lp:~intellectronica/loggerhead/view-file === deryck is now known as Guest75786 [15:30] oh, how strange. if a revision adds a new file, you don't see it in the diff you get from loggerhead [15:31] intellectronica, really? [15:31] rockstar: yeah, see http://bazaar.launchpad.net/~intellectronica/loggerhead/view-file/revision/264 === deryck_ is now known as deryck === kiko-zzz is now known as kiko === abentley1 is now known as abentley === Ursinha changed the topic of #launchpad to: https://launchpad.net/ | Channel logs: http://irclogs.ubuntu.com | Help contact: Ursinha | launchpad-users@lists.launchpad.net [16:28] intellectronica, "known" bug :/ [16:29] morning [16:29] my project is set to not use blueprints, however people can still register blueprints. Is this expected? [16:33] AlexC_: sounds like a bug to me. which project? [16:33] intellectronica, tangocms [16:35] https://bugs.edge.launchpad.net/launchpad-foundations/+bug/210535 - seems to be the issue [16:35] Launchpad bug 210535 in launchpad-answers "Launchpad allows questions, code and blueprints even if the project states that it doesn't use them" [Undecided,Confirmed] [16:35] AlexC_: yup [16:36] ping danilos [16:36] is it possible to remove all blueprints from our project to? We no longer use them, and they are very dated. I'd rather them not be there [16:36] Alinux: hi Vladimer [16:37] danilos, Salut Danilo! [16:38] AlexC_: we can arrange that. would you please file a question? an admin will look into that asap [16:39] intellectronica, sure. I did actually before, though I also asked about Bugs however I was told not possible (for blueprints to). I shall try again, though [16:40] AlexC_: oh, maybe i was missing something then. do you have a link to that question? [16:40] intellectronica, https://answers.edge.launchpad.net/launchpad/+question/56563 - it's more a general purge of the project, instead of just blueprints though [16:47] intellectronica, should I still file the other question? [16:47] AlexC_: what's the other question? [16:47] intellectronica, about just removing blueprints [16:48] other wise I am going to have to go through all 100+ blueprints manually and set the status ... not fujn [16:48] s/fujn/fun [16:49] AlexC_: i don't think that's necessary. we just have to see that your original question gets answered. i don't promise any particular result but i promise to get on the case [16:49] AlexC_: if the answer is that the data can't be deleted, we can still help you set those blueprints to OBSOLETE without you risking RSI [16:50] intellectronica, much appreciated. I'd just like it cleaned up as much as possible, since we've not used LP for quite some time and the data on there is old [16:50] intellectronica, excellent =) [16:52] btw, how would I go about getting our own Redmine installation as a registered bug tracker with LP? Am I right in thinking, if this is done - our bugs would be synced over to LP? [16:54] AlexC_: b.t.w why did you mark that question solved? [16:54] AlexC_: what's redmine? is it another bug tracker? [16:54] intellectronica, I felt it was getting no where, and no one replied for a long time. Thought I'd just say it was solved and do as much cleaning as I could my self [16:55] intellectronica, yes, for example http://dev.tangocms.org [16:55] you could call it a Trac clone really, but in Ruby [16:55] AlexC_: i'm afraid we don't support that bug tracker yet [16:56] ok, no worries [16:56] we support trac and bugzilla, and to a lesser extent also roundup, SF and savannah [16:56] AlexC_: it would be great if you could file a bug about supporting Redmine [16:56] intellectronica, what do I file it against? === salgado-lunch is now known as salgado [16:58] AlexC_: malone [16:58] AlexC_: b.t.w why did you decide to move away from LP (if i may)? [16:59] intellectronica, ever since the UI re-design, it's just gone downhill and in a direction I'm not a fan of personally. The lack of control is a big one for me, little things such as being able to delete blueprints, remove code branches without having to get someone to hold my hand and do it for me [17:00] I just feel I have no control over my project if it is in Launchpad [17:00] which is a shame, since at the start (back in 07 when I registered the project) it was great [17:01] AlexC_: did you consider using the API to automate some tasks? (granted, there's no API for blueprints yet) [17:01] intellectronica, wasn't aware there was one [17:03] AlexC_: https://launchpad.net/+apidoc/ [17:04] seems like an interesting API, though way too much hassle for us to move back now - would just cause total confusion [17:10] cprov: Hi, can you re-publish a (arch:all) deb eaten by LP due to many promotions/demotions? It's libtest-perl-critic-perl. This already happened in intrepid, so jaunty got also only the source. Re-publishing in jauty would be enough for now. [17:10] Is it acceptable for someone other than a project's owner to register a project on Launchpad and set up a VCS import? [17:11] geser: sure, can you file a question with all the information, please ? [17:11] MattCampbell, in which sense? [17:12] AlexC_: no problem re: deleting your blueprints. will be done later today [17:12] intellectronica, thank you very much, appreciate it. By delete do you mean fully delete, or just obsolete? [17:13] I want to make some changes to a program and publish those changes, to contribute them back, but I'm not a committer on that project. [17:14] AlexC_: full delete, unless you prefer otherwise [17:14] intellectronica, full would be perfect =) Are you able to do the same for Bugs as well? [17:14] This project isn't yet registered on Launchpad, so I was thinking I could register it, make it clear that it's not my project, then start registering branches for my changes. [17:15] then post to the project's mailing list or bug tracker [17:15] AlexC_: sure [17:15] intellectronica, you're a star, thank you [17:15] but this project uses SVN for version control [17:16] MattCampbell, well, I guess that if the program is opensource and it's license has no restrictions about it, and you keep the credits, than no problem [17:17] MattCampbell: you can register the project, get the sources imported from SVN and then use bzr to branch from them [17:17] MattCampbell, but I think the best would be you talking to the owner about adding your contributions to the main project [17:17] :) [17:18] intellectronica, I think that MattCampbell's point is less practical :) [17:18] or maybe I'm just wrong :) [17:18] Ursinha: you mean that it's impractical? ;) [17:18] intellectronica, :) [17:19] you got the idea :P [17:25] cprov: sure, filed as question #59622 === deryck_ is now known as deryck [18:00] should I make a release series for each new version of my app I make? [18:00] i.e. add a new feature, new release? [18:01] sproaty, I think it's more a matter of taste [18:02] I just want to do it to add download links, I'm uploading the source to LP via bzr at the moment, then uploading a .tar.gz to google code [18:02] seems a bit silly if I could do it all through LP [18:11] sproaty, you can take a look at https://help.launchpad.net/Projects/SeriesMilestonesReleases [18:11] sproaty, I believe it'd be pretty helpful [18:12] Ursinha: I'm reading that now actually :) [18:12] sproaty, right :) [18:12] seems a bit overkill for a 1man project though :/ [18:20] So I'm a member of the bkrpr team in Launchpad, and when I go to the project's Downloads page: [18:20] sproaty, that's why I told you it's more a matter of taste :) there are people who prefer to keep the project organized in that way even with only a few people involved [18:20] https://edge.launchpad.net/bkrpr/+download [18:20] It says "No download files exist for this project." [18:20] But, even though I'm an admin for the project, there is nothing saying how one would make a Download appear. [18:20] In other words, how does one upload? [18:21] Searching in Answers, and in LP general search, does not turn up an obvious answer... [18:23] kfogel, guess here is the answer: https://help.launchpad.net/Projects/FileDownloads [18:23] but it's not easy to find, I share your pain [18:24] Ursinha: thank you. Yes, I never would have found that (s/never/eventually, after trying many places/) [18:26] Ursinha: one thing that LP Downloads pages don't make clear is that this isn't a place for arbitrary file uploads. For example, the bkrpr project wants to upload some test image data, so people can try out bkrpr without going through the trouble of scanning their own images. But that's not one of the approved kinds of downloads; unfortunately, only the help page above lists the approved kinds of downloads, the Downloads page itself does not. [18:26] kfogel, that's a good point [18:26] I'll talk to mrevell about it [18:27] kfogel, would you mind filing a bug about it, please? [18:27] Ursinha: should I file a bug? [18:27] heh [18:27] :) [18:27] Ursinha: we're reading each other's minds. [18:27] Will do. [18:27] thanks kfogel [18:29] Ursinha: what's the right project to file against? launchpad-foundations? [18:31] kfogel, guess so [18:31] if not, I can change that later :) [18:40] kfogel: launchpad-registry [18:41] matsubara: ah! Okay. [18:42] * kfogel tries manually changing the URL while in the middle of typing up the bug report... [18:48] matsubara, Ursinha: https://bugs.edge.launchpad.net/launchpad-registry/+bug/324429 [18:48] Launchpad bug 324429 in launchpad-registry "Downloads page should say how to upload." [Undecided,New] [18:48] thanks kfogel [18:48] Ursinha: would you like me to mail mrevell, CC'ing you? [18:49] kfogel, subscribing mrevell to that bug and commenting on it would be enough [18:50] Ursinha: hmm, "matthew.revell" or "canonical-matthewrevell"... the latter, I think? [18:51] kfogel, I always subscribe him using matthew.revell [18:51] ok [19:31] how the heck do i create a blueprint in launchpad? [19:31] i just clicked every fucking option in the project i am in [19:31] and i cannot find anything! [19:31] when i click "blueprints" it just has a damn link on the general blueprints documentation [19:31] DAMMIT [19:32] anyone????????? [19:32] how do i create a BLUEPRINT??????? [19:33] ?????????????????? [19:34] calm down zu22 [19:34] go to blueprints on your project and "Register a blueprint" [19:35] sorry this is just gviing me a headache [19:35] zu22, did you find it? [19:35] a blue button [19:36] in your right [19:36] i am looking, i clicked "Blueprints" [19:36] there is no "Register a blueprint" [19:36] all it says: [19:36] * Assignee [19:36] * Drafter [19:36] * Approver [19:36] * Subscriber [19:36] * Registrant [19:36] * Feedback requests [19:36] * Workload [19:36] zu22, I'd highly suggest being more polite in future, that attitude will get you less help. And use a pastebin. [19:36] * Mentoring offered [19:36] AlexC_: sorry but i was very frustrated with this i just wasted 20 minutes of my life on it [19:37] zu22, which is the project's name? [19:37] here is where i am: https://blueprints.launchpad.net/~netrek-server-team [19:37] Netrek Server Project [19:37] zu22, this is a team, not a project [19:37] i see people did blueprints in there [19:37] so i know it is possible [19:37] ursinha: what? [19:37] let me see it for you [19:37] zu22, people/groups can't have blueprints [19:37] team/project i thought is same thing [19:37] AlexC_: oh [19:38] zu22, you are able to register blueprints for projects [19:38] Ursinha: yes i want to do that [19:38] so the project is https://edge.launchpad.net/netrek-server, right? [19:39] yes [19:39] so go there and click on blueprints, please [19:39] Ursinha: yay! THANK YOU [19:40] Ursinha: btw, what is this "karma points" i see? i only have 27 points, how may i earn more points? [19:40] does 27 mean u are a noob? [19:40] lol [19:40] zu22, https://help.launchpad.net/YourAccount/Karma [19:40] zu22, you earn karma points for your activity on launchpad [19:41] zu22, so if you recently registered, you'll have few points [19:42] zu22, a team can work on a blueprint, but it's always attached to a project [19:43] that's why you can see blueprints related to that team [19:44] Ursinha: oh i see, it is asking me who to asisgn this blueprint to, i don't know who will wish to work on it, so i can just leave this blank? [19:44] zu22, sure [19:45] ok thanks :) [19:48] sorry guys i was so frustrated earlier [19:49] zu22, okay, next time just ping the Help contact mentioned on topic [19:49] in this case, me [19:49] :) [19:49] or always Ursinha, she's the nicest [19:49] beuno, :P [19:50] :) === salgado is now known as salgado-bbl [19:50] beuno is the lp wizard [19:50] not me [19:50] I'm just an apprentice [19:50] right, I make you click "next" a million times! [19:51] is anyone here able to removes some code branches for a project of mine? They are very out of date (last import 20 weeks ago) and not needed [19:51] AlexC_, you can do that yourself [19:51] beuno, lol [19:52] Ursinha, oh really? I can't see to find anything in LP 'Code' part to remove them [19:52] AlexC_, there's a red button on the right side of the branch title, after clicking on it [19:52] Ursinha, actually, he can't if they're imports [19:52] because it's owned by ~vcs-imports [19:53] beuno, oh, really? [19:53] :/ [19:53] ah, yeah they are vcs-imports (https://code.edge.launchpad.net/tangocms) [19:53] tbh, I have no idea how they got there in the first place. I don't recall adding them =3 [19:54] AlexC_, file a question and someone will remove them :) [19:54] ok, will do. Thanks both [19:56] np AlexC_ :) [19:56] =) [19:58] i wish to have launchpad adopt darcs [19:58] darcs is my favorite vcs [19:58] who do i email about this? [19:59] i hate svn/cvs [19:59] darcs is so much better in all respects [19:59] www.darcs.net [19:59] i wish to ask launchpad to please add darcs support [19:59] can you guys let them know? [19:59] everyone on my projects already has darcs repos [20:00] so we'd appreciate it [20:00] morning [20:00] morning thumper [20:00] zu22: have you tried bzr? [20:00] zu22: there is a bug about darcs support, but it isn't high priority [20:01] thumper: no never tried bzr [20:01] zu22: give it a whirl :) [20:01] thumper: ok :) [20:02] i heard linux kernel developers use bzr or is it git? [20:02] zu22: It's git. [20:03] ah [20:04] But that doesn't mean that it'd be the best for you of course. [20:06] :) [20:08] Ursinha: It's a bin icon now, actually. Not a red obscure one. [20:09] * Ursinha looks === kiko is now known as kiko-afk [20:09] Fixed in 2.2.1 [20:09] ken [20:10] it's true! [20:10] much better, must say [20:10] It is. [20:10] Except that it's all inconsistent now. [20:10] Not only does the edit icon on that page look out of place, all of the other delete links use the red one. [20:10] i hope launchpad becomes more popular than sourceforge haha [20:12] sf is *so slow* [20:12] and they have too much downtime [20:12] i hope launchpad keeps many FAST REDUNDANT SERVERS [20:12] wgrant, in this case it's inconsistently good. imagine if it was all bad:) [20:12] with quad core cpus and much ram!! [20:12] on gigabit internet backbones [20:12] kiko-afk: True, true. [20:13] I think that is the first time I've ever seen somebody complain about how slow another project hosting site is in here. [20:14] wgrant: we'll fix the other delete links to be bins too :) [20:15] wgrant: hehe [20:15] wgrant: have you got examples of other red delete icons? [20:15] * mwhudson fixed merge proposals just before 2.2.1 went out [20:15] mwhudson: code reviews :) [20:15] ah that's right [20:15] :) [20:15] hey, I even reviewed and QAed that [20:15] i mean, if _i_ can't figure out where the delete button is for a code page... [20:16] mwhudson: I can't remember, but those more privileged can grep! [20:16] Code reviews was one example that I noticed, right. [20:16] that's a point [21:48] wgrant: fwiw, i've just sent off a branch that changes the last inappropriate use of the red delete icon, let me know if you find any more hiding somewhere :) === salgado-bbl is now known as salgado [22:14] mwhudson: Great! Is there an appropriate use of it? [22:16] wgrant: beuno's thought was that it's appropriate for unlinking as opposed to deleting [22:16] (certainly the trashcan wouldn't really be appropriate there) [22:20] mwhudson: True. === magcius_ is now known as magcius [22:40] hello [22:40] hi [22:40] a friend of mine (on a windows machine) has a project on launchpad [22:40] he now wants to create a feature-branch on launchpad [22:40] how can he do this? [22:41] i'm not really good with bzr+lp :D [22:42] knitt1: just push to lp:~// [22:42] mwhudson: it should be a project branch [22:42] not a user branch [22:42] um [22:42] is it lp:~project/branchname? [22:42] branches always have an owner [22:42] the owner can be a team though [22:43] ok [22:57] barry: http://news.launchpad.net/podcast/launchpoad-16-talking-about-launchpad-221 "launchpoad" [22:58] popey: i thought you were going to say how much you loved the theme music :) [22:58] I will when I've heard it :) === magcius_ is now known as magcius === Ursinha is now known as Ursinha-dinner === Ursinha-dinner changed the topic of #launchpad to: https://launchpad.net/ | Channel logs: http://irclogs.ubuntu.com | Help contact: - | launchpad-users@lists.launchpad.net