[00:01] RAOF: no, LP can't auto-forward bugs. it only syncs a subset of all comments so far, after you have manually linked the bug. auto-forwarding is kind of planned, but there's a long way to get there [00:03] BjornT: Ok. How about the reverse? Can you auto-import bugs from bugzilla? [00:04] RAOF: no, same thing there. not yet, and it's a long way to go before that is possible [00:04] :(. We'd rather like to be a gnome project, but bugzilla is a killer. Oh, well. [00:19] Can you specify Soyata (or whatever it's called) to automatically copy my binaries to all Ubuntu versions after successfully building my package [00:20] rather than me checking each one and saying 'copy binary' in the PPA manager [00:46] sproaty, file a bug? [00:46] RAOF, what's wrong with Bugzilla? [00:47] is that the proper way to ask for a new feature? (file under wishlist?) [00:47] RAOF, bgo is very nice to work with relative to plain old bugzilla, with git-bz and splinter and the such [00:49] sproaty, yes. [00:49] RAOF, but the reason they don't auto-forward bugs is the same reason they developed LP in the first place. [00:53] magcius: What's wrong with bugzilla is that it's not Launchpad, basically. We're very comfortable using launchpad, and it does a whole host of things that bgo doesn't attempt to do. [00:53] RAOF, what exactly? [00:54] Well, I don't think there's an email interface; there's certainly no bzr integration. [00:54] bgo is ugly as sin. [00:54] What else...? [00:55] RAOF, who cares if it's ugly? [00:55] RAOF, bgo has an email interface, and you won't be a gnome project if you use bzr. Use git. [00:55] I'd switch from GitHub to Launchpad if Launchpad was more like GitHub and supported Git. [00:56] In a heartbeat. [00:56] Well, we *could* be a gnome project and use bzr; we'd just mirror git.gnome.org. [00:56] (i.e. easily forkable, lightweight repos/projects, not the "team" model) [00:56] also, is there a way to subscribe to my program's bugmail, but not receive any emails from myself? [00:56] Because Launchpad bugs is excellent if you're upstream not downstream. [00:57] I'm set as the bug notifier person or whatever, and if I change a tag for example, I get an email - totally unneeded [00:57] anything *I* change, I get emailed about...bit annoying [00:57] I bet people would be more happy if Launchpad supported everything, so that everything was easily forkable and available. And they could checkout/clone a project in their favorite VCS. [00:57] That would be *amazing*] [00:58] magcius: I'm not sure what "easily forkable" means for you? [00:58] I don't know what you mean by “easily forkable” that Launchpad doesn't currently provide. [00:58] magcius: because what it means to me Launchpad certainly provides. [00:58] spiv, oh hey. [00:58] spiv, I can fork a project, have Launchpad copy pretty much everything over. [00:58] spiv, and I can commit from it, they can pull from it. [00:59] spiv, if LP already provides this, I'm sorry. [00:59] magcius: if you want to make a fork, i.e. with your own changes, then you need a local copy to work with. [00:59] magcius: and it's cheap to push your own branch of a project to launchpad. [00:59] The only thing I don't like is the "team" model, where you need a "team" to make changes. [00:59] spiv, yeah, I guess. [00:59] What do you mean by “fork a project” in this context? You mean copy the project, it's bugs and such under a different name? [01:00] magcius: or is it that you want to make a whole new project, rather than branches of the project? [01:00] spiv, I want to make a whole new project, yes. [01:00] spiv, and have my copy of the project "linked" to the original. [01:00] magcius: hmm. I'm not certain that's a good idea, really. [01:00] How often do you want to do that? [01:00] RAOF, I wanted to do it for notify-osd. [01:00] magcius: but it's probably worth discussing somewhere, maybe the lp-users list. [01:00] But disregard that. [01:01] I think a killer feature would be to support any VCS. [01:01] Dulwich has a git daemon written in Python. [01:01] So what would be really cool is if I could just clone a bzr project and work on it in git. [01:01] Which, I understand it, would bring the launchpad servers to their knees if anyone started using it :) [01:01] Or they could do the same if I used Git for Launchpad. [01:02] RAOF, they already host fake SSH, bzr, and scp servers. [01:02] To a certain extent that's already possible; bzr is my git client of choice. [01:02] But no. [01:02] I like git because of the client., [01:03] Not "foreign branches" [01:03] magcius: Yeah, but the bzr<=>git transformation is really, really heavy. [01:03] RAOF, not really... [01:03] RAOF, if they used Dulwich to create a git daemon which people could clone from. [01:04] They'd be translating bzr <=> git, and that takes a lot of resources with Dulwich at the moment. [01:04] RAOF, it does? I had the impression that they worked on a lot of git compatibility and making foreign branches fast for 2.0, which meant changes to the bzr model [01:05] On the servers, which already have significant loads. (I *have* discussed this before with a LP dev ;)) [01:05] RAOF, really? [01:05] Yes. [01:05] RAOF, you can agree it would be amazing though [01:05] *I'd* like it if everyone just used Launchpad, yes. [01:05] And I would use Launchpad if it supported git. [01:05] And I think git support would help drive adoption. [01:05] magcius: not sure in what sense you consider Launchpad's SSH, bzr and sftp servers to be "fake"? [01:06] spiv, look in the source. [01:06] spiv, also, scp, not sftp [01:06] is it launchpad itself that provides the "bzr browser" code? one thing I'm missing is like in SVN, "download files at revision x" [01:06] sproaty, no, it's loggerhead, which is a launchpad spinoff [01:06] magcius: I *wrote* a lot of that source. [01:06] spiv, you work for Canonical? [01:06] magcius: yes [01:06] spiv, ah, didn't know/. [01:06] spiv, any reason it uses paramiko instead of twisted.conch? [01:06] magcius: maybe you are talking about something different to what I think you are? [01:07] thanks again, magcius [01:07] magcius: what's "it"? [01:07] spiv, the SSH server. [01:07] magcius: um [01:07] magcius: it uses twisted.conch, not paramiko. [01:07] magcius: unless you're talking to a different one than bazaar.launchpad.net:22 [01:07] Possibly you're thinking of the bzr client? [01:07] spiv, okay, what uses paramiko? I remember a paramiko import somewhere. [01:08] spiv, it's "fake" because all it supports is bzr commands and not a real shell. [01:08] magcius: bzr, the client, uses paramiko for its SFTP implementation and for an alternative SSH implementation for platforms where options like /usr/bin/ssh are not available. [01:08] spiv, ah. [01:09] https://bugs.launchpad.net/loggerhead/+bug/240580 - woo, guess it's to come [01:09] Launchpad bug 240580 in loggerhead "Ability to download a tarball for a revision" [Medium,In progress] [01:09] magcius: well, it implements the SSH protocol just fine; there are plenty of OpenSSH servers that won't give you shells and restrict which commands a client can run too. [01:09] spiv, have people suggested my "amazing" idea? [01:09] magcius: it would be entirely possible to implement what bazaar.launchpad.net:22 does with OpenSSH I think, but not as convenient. [01:10] spiv, I think everybody would switch over to Launchpad and discover how nice it is if it supported hg and git for a first step. [01:10] magcius: it's been suggested, yes. [01:11] magcius: it's not really a priority. I forget the exactly reasoning, but not least of which is it would be a significant amount of work. [01:11] spiv, if Canonical had some code documentation, I'd be glad to contribute. I have a lot of free time. [01:12] magcius: there is quite a bit of docs in the code, and on the dev.launchpad.net wiki [01:12] spiv, last I checked those were all internal [01:12] magcius: pop over into #launchpad-dev if you like [01:12] spiv, but that was a long time ago [01:12] magcius: it's all open [01:12] okay, okay. [01:13] We're not silly enough to open source the code but no docs :) [01:13] The point of open sourcing code is to enable people to contribute :) [01:13] (well, one of the points, and certainly one of our motivations) [01:15] spiv, what does the PQM bot pull from? [01:15] spiv, and why aren't you in #launchpad-dev? [01:19] magcius: PQM doesn't pull [01:19] magcius: it has its own copy of the branch [01:19] magcius: merges in branches, and pushes [01:19] thumper, ah. [01:19] thumper, in git, where I come from, a pull is a merge. [01:20] magcius: I'm sure that is never confusing [01:20] thumper, no, if you have a common set of commits [01:21] thumper, and you want to merge in those atomic commits from a repository, you copy the commits over and then fast-forward the branch pointer [01:21] so simple! [01:21] I know. [01:22] I don't know, nor do I want to know how it's done in bzr. But you can tell me anyway. [01:22] It does tend to destroy the history of sometimes-useful metadata, though. [01:24] magcius: we aren't into forcing things on people [01:28] thumper, yeah, so stop forcing bzr on to me. [01:28] thumper, and let me use git. I'd gladly contribute if I knew my work would be accepted. [01:28] magcius: I'm not [01:30] magcius: we don't force you to use launchpad, and you don't force us to try to support git as a primary vcs ;) [01:30] spiv, :P [01:31] spiv, if I implement some preliminary Git support in these next few weeks, will it be accepted and worked on? [01:32] magcius: btw, I don't regularly hang out in #launchpad-dev because I'm a bzr dev now [01:32] spiv, I just want to know if it's worth it to attempt. [01:32] spiv, ah. [01:32] magcius: well, talk to the launchpad team. [01:32] spiv, well, I thought you were Launchpad team. [01:32] magcius: understood [01:32] magcius: freenode's ident for me doesn't help that :) [01:33] magcius, Canonical's LP devs are already flat out, so can't promise we'd work on it. [01:33] jml, flat out? [01:33] jml, you're busy working on other stuff? [01:33] magcius, sorry, it's an idiom in my dialect meaning "very busy" [01:33] "working at full capacity" [01:33] Woah. [01:33] magcius, yes. [01:34] I might be inclined to ask what you're working on, but I'd probably get something like "we're under NDA" [01:34] ("flat out" is short for "flat out like a lizard drinking", I suppose) [01:34] magcius: https://dev.launchpad.net/RoadMap [01:34] magcius, Launchpad is open source. [01:34] magcius: see also the mailing list etc, but the roadmap is a good overview [01:35] magcius, we aren't opposed to having git support, but we'd want it to work in such a way so that you could use bzr or git for any project on Launchpad, regardless of what it's actually hosted in. [01:43] That sounds scary. [01:43] Peng, we like to use the word "adventurous." [01:44] Peng: it is a bit. one of the reasons we haven't leapt at it already. [01:44] Peng: I think the right way of doing it is making git-bzr better. [01:44] (or exist, whichever comes first) [01:45] You mean the git plugin to interact with bzr repositories? I'm pretty sure that it doesn't exist. [01:45] RAOF, yeah, that. [01:46] or provide the git wire protocol to bzr branches [01:46] which does exist [01:46] but is slow [02:14] Time to play with blueprints. Let's see if they can be useful! [02:17] blueprints seem to give me a *load* of karma [02:18] though I'm not sure I use blueprints correctly - https://blueprints.launchpad.net/whyteboard/+specs?show=all [02:19] There doesn't seem to be anyway to mark a blueprint as “no, that's a stupid idea, go away” [02:21] Which would be useful, becasue we've got a huge bunch of blueprints for Do where people have just gone “wouldn't be awesome if the flux capacitor could be overloaded to produce OpenGL effects in stereo!” [02:21] And some are simply bugs, pure & simple. [02:22] And some are “could you make Fedora not suck at mono packaging, please”. [02:24] Can blueprints be converted into bugs or something, like questions? [02:25] Not as far as I can see. [02:27] I write them all up myself [02:27] as a way of letting people know what I'm working on (as if they care) [02:28] Is there some design reason why there *isn't* a “rejected” status for blueprints [02:28] ? [02:39] sproaty: is bug 507272 yours? [02:39] Launchpad bug 507272 in soyuz "Automatically copy built binaries" [Low,Triaged] https://launchpad.net/bugs/507272 [02:44] RAOF, I don't _think_ so. [02:45] I think I'll just ignore blueprints again; I don't think the payoff will be high enough. [02:45] RAOF: I think obsolete gets used for that. [02:48] RAOF, and the Launchpad code apparently says that "Obsolete" means "probably because we decided not to do it" [02:48] bigjools, yes [02:48] RAOF, but that should be better. [02:49] sproaty: ah too late I commented on the bug [02:49] but if you want to read it and ask questions I am here for a while [02:50] heh, my code guess what somewhat correct! [02:51] I wasn't aware of a launchpad API [02:55] bigjools, it's no big deal really, it'll only save me a few minutes ultimately [02:56] sproaty: but immeasurably in sanity :) [02:57] it'll help a bit to automate my tedious release process [03:08] I run ubuntu-bug foo, it collects info, then launches FF which asks me to log in. [03:09] when I get my user/pw right (screwed up 2x) it says "To continue, you must log in to Launchpad." and I have to log in a 2nd time [03:09] any idea what's going on? [03:09] it did redirect me to edge - maybe that is why? [03:10] Thats why [03:10] k - no prob. [03:10] first few times it happed I thought I had the wrong pw, so I ended up resetting my pw a bunch of times === stub1 is now known as stub === thumper is now known as the-watcher === the-watcher is now known as thumper [04:16] hi guys, I'm from timor-leste. happy new year to all of you who are take part in launchpad [04:16] I want to ask you steps to begin a translation [04:17] anyone can help [04:17] ? [04:18] jtv: ^^^ [04:18] gagita: hi [04:18] gagita: you're looking to translate something into Timorese? [04:19] yes [04:19] jtv: yes [04:19] Something in ubuntu? All of ubuntu? Some other piece of software? [04:19] translate oo to timor-leste language [04:20] gagita1: Doesn't Openoffice already have a t-l project? [04:20] not yet [04:20] Kamping_Kaiser: not yet [04:20] odd. I thought there was one hosted at openoffice.org. Good luck with yours then :) [04:21] gagita1: openoffice is a bit special [04:22] we already created a team on launhpad [04:23] doko_: hi! [04:23] doko_: gagita1 is asking about translating OO.o to Timor-Leste... Are the LP translations active again? [04:24] gagita1: the upstream OpenOffice.org project is obviously not translated in Launchpad, but the Ubuntu package for OpenOffice.org should be. But I haven't kept up with its status. I was hoping doko might know. [04:25] jtv: hopeful he knows [04:25] gagita1: adiroiban might also know; he should be in UTC+1 [04:27] jtv: okay [04:33] jtv: I'am on UTC+9 [04:33] I'm on UTC+13 right now, so will be gone soon. [04:34] jtv: yups [04:34] jtv: doko__ doesn't have anything to do with OOo or translations. He's an Ubuntu toolchain maintainer [04:34] ScottK: ah :/ he used to, though... [04:35] No. Not really, at least not for several years. [04:38] I met a Spanish guy in AS3 conference in Manila last November, he said that he could help us, but we lost connection since there :( [08:37] Launchpad always make me crazy [08:38] I wait for long time when I upload my translate template [08:39] Could anyone review my template? [08:39] http://launchpad.net/moonos [08:46] daniloff: see rithy's question above [08:47] :) [09:10] any objection to having #LaunchPad listed at https://help.ubuntu.com/community/InternetRelayChat#Channels ? [09:10] lepr, nope. [09:11] i wouldn't case it like that though [09:11] #launchpad is fine [09:11] The logo suggests LaunchPad, sadly. [09:12] Python programmers usually use CamelCase, do they not? [09:12] Other object oriented programmers usually do. [09:14] lepr, it depends a lot. [09:14] lepr, read PEP 8 if ever you want a rollercoaster ride of thrills, chills and fussiness [09:16] lepr: the logo doesn't suggest case, just where to split the word phonetically [09:17] tsimpson: That may be what it means, but it's interpreted by many as indicative of capitalisation. [09:18] but the letters in the logo are all lower-case [09:18] then again, maybe I'm just strange and see things differently :) [09:43] I have found no easy way to get to https://launchpad.net/projects . Is it destined to be linked in? Is it forgotten? [10:26] From Help about changing a project owner: "However, you can change this to any other person or team in Launchpad by following the Change details link and then selecting the People tab." I'm attempting this, and other things in the documentation, on 'staging' and there is no People tab. Why? or "How to fix?" [10:27] Hi, I have a question regarding PPA. Is it possible to reset my PPA for a specific package so that I can start from scratch? As if I have never uploaded it? [10:41] hi! [10:42] i'm involved in the Ubuntu Manual translating [10:42] what have i to do to begin this activity? [10:43] bcause some time launchpad doesn't allows making changes.. [10:44] * lepr invite xchat-p3t3r #Ubuntu-Doc [10:46] thanks lepr.. [10:56] lepr: the docs are outdated. You can change the maintainer and some other roles directy from the main project page === matsubara-afk is now known as matsubara === mrevell is now known as mrevell-lunch === gnomefreak is now known as thunderstrck === thunderstrck is now known as gnomefreak === gnomefreak is now known as gnomefreak76 === gnomefreak76 is now known as gnomefreak === gnomefreak is now known as gnomefreak76 === gnomefreak76 is now known as gnomefreak === mrevell-lunch is now known as mrevell [14:25] Hey guys, disruptive LP user alert!! Can someone assist me in dealing with this please, user has been warned, but continues to disrupt the Ubuntu bugtracker by changing bug status, even when told not to, to Fixed, when they really aren't. User ID: sergio / opuesto [14:26] adeuring, ^ [14:27] adeuring? [14:27] xteejx: can you give me some example bugs? [14:28] adeuring, just this one at the moment, but it is still quite disruptive even after being told not to do so, as it conflicts with the real status of the bug report [14:28] xteejx: yeah, one sample is fine [14:28] oh sorry I didn't say which one :) [14:28] bug 78740 [14:28] xteejx: thanks! [14:28] bug 78470, sorry [14:29] adeuring, no thank you :) [14:33] xteejx: I've suspended his account. thanks for the heads-up! [14:33] adeuring, that's great, just saves everything getting messed up, maybe next time he'll help not disrupt, thank you again :) [14:33] me thinks CHR's will soon want the ability to hide/remove comments :) [14:34] I want that feature now heh :) [14:34] thanks for the report xteejx [14:34] mars: not yet, but this maight make sense in the future... [14:34] no probs guys thanks for helping [14:34] have a good morning/afternoon/evening see ya :D === matsubara is now known as matsubara-lunch === salgado is now known as salgado-lunch === matsubara-lunch is now known as matsubara === beuno is now known as beuno-lunch === salgado-lunch is now known as salgado [16:18] hey LP guys [16:19] can someone rename netbook-remix project to ubuntu-netbook one and make the redirection available as the product is renamed in lucid, please? [16:25] didrocks: that's a job for the LP admins. Can you file a request here: https://answers.edge.launchpad.net/launchpad ? [16:26] adeuring: sure [16:26] thanks [16:28] didrocks, According to the project's whiteboard, njpatel says that project needs to be deleted. [16:29] cody-somerville: where? I don't see that on the main page [16:29] didrocks, You need to be a demi-admin to see it. [16:29] ok [16:30] so, maybe, just do wathever needs to :) [16:31] I dunno what that is [16:31] lol [16:33] maybe not yet remove it so, as jaunty has some part of it === henninge_ is now known as henninge === beuno-lunch is now known as beuno [17:11] hello [17:11] how difficult would it be to make an install of launchpad use Hg instead of Bzr? [17:12] is it scm agnostic, or pretty well tied to bzr? [17:12] mhall119|work, super mega extra tied to bzr [17:12] okay [17:12] that's not so bad, I can convince them to move to bzr, but thought I'd ask [17:13] mhall119|work: them? [17:14] my company [17:14] You're aware of the Launchpad images/icons licencing constraint, right? [17:14] yeah [17:15] it would be for internal use only, we won't be distributing it [17:15] mhall119|work, if they're switching to a new DVCS, bzr is probably going to be easiest [17:15] beuno: we're already using Hg [17:15] ah [17:15] mhall119|work: You might want to read that licence again, that's still not a legal use of Launchpad as distributed [17:15] good, so the transition will be easy :) [17:15] maxb: thanks [17:26] Is possible to query on "Incomplete without response" using launchpadlib? [17:34] bdmurray, list(bughelper.searchTasks(status=["Incomplete (without response)",])) [17:34] thekorn: awesome thanks [17:35] that's ridiculous too [17:35] my dirty trick here is: .searchTasks(status="dfgdf") and look at the content of the exception [17:35] it shows all possible values === kiri is now known as tx === tx is now known as edakiri === vxnick_ is now known as vxnick [18:24] hello... [18:24] <_charly_> hi :) [18:27] what does HTTP Error 410: Gone mean with launchpadlib? [18:28] bdmurray: the user no longer exists [18:28] i.e. a decactivated accont [18:29] elmo: thanks === fta_ is now known as fta === deryck is now known as deryck[lunch] [19:02] what license are the images and icons of launchpad? also Affero GPL3? [19:03] I asked because someone was here chatting about putting it on a private company network and someone asked him whether he knew about the license. [19:04] edakiri: No, they are Canonical All Rights Reserved, with an allowance that you may use them when hacking on launchpad itself [19:06] https://dev.launchpad.net/LaunchpadLicense [19:17] saludos [19:17] amigos [19:17] alguien de habla española? [19:19] estoy dirigiendo a un grupo de futuros member a firmar el CoC, pero el keyserver.ubuntu.com no esta aceptando conexiones === deryck[lunch] is now known as deryck [19:25] is this a good place to report a problem with the CoC signing process in launchpad ? [19:25] ok will try; basically the fact the keyserver.ubuntu.com have been dwon for weeks (months) makes impossible to upload new CoC as launchpad is anable to find the keys :( [19:30] Can somebody please look at OOPS-1475A2108 - I think this might have happened a while ago already, when trying to post a new bug for the tvbrowser Ubuntu package. [19:30] https://lp-oops.canonical.com/oops.py/?oopsid=1475A2108 === vxnick_ is now known as vxnick [19:44] * blueyed is waiting [19:45] blueyed, looks like a bug [19:45] blueyed, could you file it? [19:47] beuno: ok. So I'm unable to create a bug for this source package? Prolly it's better somebody files it who can see the backtrace etc?! [19:48] I can provide additional info then. [19:48] blueyed, just refer to the oops, that contains the backtrace [19:48] and explain what you did [19:48] the traceback makes little sense [19:48] maybe deryck is around [19:48] Module lp.bugs.browser.bugtarget, line 701, in showFileBugForm [19:48] raise NotImplementedError [19:48] NotImplementedError [19:48] ok. where's the "feedback / report problem" link gone in the footer? [19:49] also, especially the Oops page should contain such a shortcut! [19:49] heh, very true [19:49] I'll file that one, too. [19:49] thanks [19:49] beuno, we've got a lot of the NotImplementedError's lately. Haven't gotten to doing a fix yet. Trying for this week though. [19:50] this was trying to file a bug, right? [19:50] yeap [19:50] as long as its in your radar! [19:51] unless this is a plan to reduce the number of bugs in ubuntu :) [19:51] heh [19:51] not an intentional plan, no [19:52] ...but it works! Ship it! [19:52] Bug #507622 [19:52] Launchpad bug 507622 in launchpad "Oops page should contain shortcut to report a bug" [Undecided,New] https://launchpad.net/bugs/507622 [19:53] rockstar, o/ [19:53] beuno, is that like a Goonie Sloth face or something? [19:55] rockstar, IRC waving, it's all the rage [19:55] bah.. going back from the oops page, I'm now at the summary page again. all the input is lost!! (due to ajax) [19:55] beuno, ah, yes, I see it now. [19:55] is there a bug for this already? This is really depressing! [19:58] filed it: https://bugs.launchpad.net/launchpad/+bug/507623 [19:58] Launchpad bug 507623 in launchpad "Oops when trying to report a bug against tvbrowser package in Ubuntu" [Undecided,New] [20:01] <_charly_> i have a question to account merging. will everything (karma, reported bugs, ...) be merged and will the old account be deleted after the merge is completed? and how long does it take for completing the merge? === matsubara is now known as matsubara-afk === salgado is now known as salgado-afk [20:23] ok; i asked here before. basically the fact the keyserver.ubuntu.com have been dwon for weeks (months) makes impossible to upload new CoC as launchpad is anable to find the keys :( [20:24] what should this bug be filled against? if any? [20:24] should launchpad just use the pgp keyservers pool ?? x-hkp://pool.sks-keyservers.net [20:30] I found the link to https://launchpad.net/projects . It is "Browse all' [20:43] You've got SPAM! https://launchpad.net/www.none.com [20:44] sinzui, what [20:44] what's the procedure to kill 'em? [20:46] registered by an inactive user..? [20:48] I've disabled the project, but I don't know how to delete it [20:49] beuno, check henninge's message on the mailing list, "NEW: Spam account suspension now doable by CHR person", for the details [20:50] thanks mars [20:50] kfogel or flacoste, ^ are you aware of the problem erUSUL has pointed to? [20:51] mars: reading [20:51] have spambots infiltrated launchpad? [20:52] edakiri, yes, we're working on it [20:52] They adapted to launchpad quickly. LaunchPad is young and I would have thought of little interest to spammers. [20:53] erUSUL: urk. I don't know how to solve that, but agree it should be solved. Have you already mailed feedback@launchpad.net? [20:53] mars: no, i'M not [20:53] edakiri, someone deliberately scripted a spambot for the site. Or, alternatively, one of the many thousands of user's mail accounts get hijacked, and start sending spam to anything they looked at. [20:53] kfogel: that's a question for IS actually [20:53] flacoste: thanks [20:53] erUSUL: one sec while I ping some of our admins [20:53] kfogel: no; tried reaching the right people in IRC and get the ball rolling nothing else [20:54] mars: I think sending an e-mail does not create a launchpad project [20:55] edakiri, sometimes people are hired to spam manually as well. [20:57] that is what i was wondering. whether it was in quantity to suggest a bot. [21:00] erUSUL: we're asking internally, but that may take some time. In the meantime, can you mail feedback {AT} launchpad.net? I know that will be read within the next 24h by a launchpad developer. [21:00] (who knows more than I do) [21:00] kfogel: ok; tyvm [21:01] erUSUL: thank you [21:01] erUSUL: what is "tyvm" btw? [21:02] thnak you very much ;) [21:09] beuno: the project you are seeing is dead. I disabled the project and the user yesterday shortly after it was registered [21:10] sinzui, it was enabled [21:10] I disabled it yesterday [21:11] sinzui, I disabled it today :) [21:12] beuno: :( I think I need to double check my work because as you could see the user and team involved were disabled after I thought I disabled the project [21:12] beuno, did you uncheck the reviewed? [21:13] sinzui, I did [21:14] That put it back on the list to be reviewed, so the inverse action happened, I reviewed it but did not disable it. You disabled it, but said no one has ever seen that project before [21:14] heh [21:14] spam project tennis! [21:16] (actual deletion)++ [21:24] Hey there, I'm trying to upload my first PPA but got this rejection error: lp.archiveuploader.permission.CannotUploadToPocket [21:24] Could someone tell me what I could be doing wrong? Thanks === ubottu is now known as ubott2 [21:28] jamalta, where exactly do you see that error? (I hope not in a rejection email...?) [21:29] https://help.launchpad.net/Packaging/UploadErrors [21:29] might be helpful too. [21:30] jamalta, the error message is wrong, but implies that you're probably trying to upload to ubuntu rather than your PPA. [21:30] Make sure you're following everything in https://help.launchpad.net/Packaging/PPA/Uploading [21:30] noodles775: rejection email :( [21:31] noodles775: oh [21:31] noodles775: i was following this https://help.launchpad.net/Packaging/PPA/Uploading [21:31] so for incoming i have ~jamalta/groovenotify/ubuntu/ <-- would the ubuntu part here be the issue? [21:35] jamalta, no, that looks right (we need to update that page, you don't need a dput conf anymore... I'll do that in a minute). [21:35] noodles775: oh, okay [21:35] jamalta, can you pastebin your changes file? [21:36] noodles775: sure [21:37] noodles775: http://pastebin.com/f5d9845a4 [21:39] jamalta, can you try: dput ppa:jamalta/groovenotify [21:39] noodles775: sure [21:39] noodles775: it's up, i'll let you know if it works or not when i get the email [21:39] noodles775: thanks so much :) [21:40] (this doesn't use your .dput.cf, as we have ppa suport built into dput now.) [21:40] No problem! [21:40] * noodles775 updates the help page. [21:40] noodles775: that's awesome :) i'll delete my .dput.cf now [21:42] noodles775: sweet! it got accepted [21:42] thanks :) [21:42] mars: keyserver.ubuntu.com is not down nor has been, it seems the user has another problem, but since he left we won't know what [21:43] .dput.cf allows tab completion which is nice [21:43] jamalta, great! [21:43] flacoste, ah :( [21:56] so if there's a build error because i forgot to add a depends, can i just change the control file, run debuild again, and then dput? [21:57] jamalta: If you've already submitted it to your ppa and that's where the build error was, you'll have to increment the version number in the changelog. [21:57] jamalta: almost, bump the package revision in debian/changelog before you run debuild -S again [21:58] oojah, geser: thanks [22:04] any LP admins around who could remove something for me please? [22:06] mbarnett, ^ ? [22:07] * mbarnett wanders in [22:08] cjohnston: i am kinda half here as i do some troubleshooting of the librarian. What do you need removed? [22:09] mbarnett: https://edge.launchpad.net/~user-days-instructors/+members I hit approve instead of deny on magia154.. I have deactivated his membership, but it looks like he used to be a member now.. Is there any chance he can be removed so it doesn't show him as a former (or present) member? [22:10] cjohnston: hmm, i am not sure actually [22:10] cjohnston: that might require database surgery, let me take a peek [22:10] okie.. [22:11] The I just don't want a misrepresentation due to the nature of the group [22:16] cjohnston: yeah, there is no mechanism in place for removing the record of "previous member". If you wouldn't mind submitting an "answer" requesting this changed we can try and find out if there is a relatively easy way to accomplish this for you. [22:17] What would I file the answer under? launchpad or something more specific? [22:19] i think launchpad would be fine [22:20] ty [22:20] welcome [22:25] Posted.. Thanks === oubiwann_ is now known as oubiwann === sale_ is now known as sale [23:32] hi, this isn't exactly a launchpad issue buti t has to do with the builder [23:33] i'm trying to upload a ptyhon package but for some reason it can't import setuptools [23:33] i tried specifying python-setuptools as one of the dependencies but it still didn't work [23:33] jamalta_: as a build-dependency? [23:34] spiv: no it was a dependency. should i move it to build-dependency instead? [23:34] spiv: i mean, it was on Depends [23:34] jamalta_: if it's a dependency needed during the build, then yes [23:35] spiv: that makes sense, thanks :) [23:37] jamalta_: (to be clear, I think the field is actually called "Build-Depends") [23:37] spiv: Yeah I got that ;) === jamalta_ is now known as jamalta [23:48] spiv: sweet thanks! that worked :) [23:49] bug #390362 has a link to a Gnome bug. the gnome bug is 'fixed', but launchpad thinks its 'new' [23:49] Launchpad bug 390362 in network-manager-applet "Entering WEP/WPA key/passphrase requires tabbing/clicking" [Low,Fix released] https://launchpad.net/bugs/390362 [23:51] ssam: ISTR someone saying the gnome bug watches aren't being updated atm. [23:51] I believe it's being worked on. [23:51] ok, thanks [23:55] maybe bug #506158 [23:55] Launchpad bug 506158 in malone "checkwatches hammers the remote server when asking for changed bugs" [High,In progress] https://launchpad.net/bugs/506158