=== Ursinha-afk is now known as Ursinha === epsy is now known as \u03b5 [05:20] hey all, is the diff update on a launchpad merge taking hours a normal thing? it says should be available in a few minutes [05:24] evfool: Which merge proposal? [05:24] It should normally take a few seconds unless something is wrong. [05:24] So something is probably wrong. [05:24] wgrant: https://code.launchpad.net/~evfool/pantheon-files/ui-polish/+merge/225915 [05:26] evfool: Fixed. [05:26] thanks wgrant === ral_ is now known as ral === gaughen_ is now known as gaughen === compholio is now known as ehoover [18:16] hi guys, how do you remove in bulk bugs containing spam? [18:17] filed a question https://answers.launchpad.net/launchpad/+question/251250 too [18:18] bugs can't be deleted [18:19] and there's no way to bulk edit really. [19:51] reed: We can and do hide individual bugs. Whether you think that's "in bulk" depends on whether you're the one doing the work. :-) [19:52] cjwatson, I'd rather not mark individually tens of bugs from known spammers :) [19:53] reed: Don't bother; we do it routinely across Launchpad [19:55] cjwatson, that's what I wanted to hear :) [19:55] I'm going to ignore the spammy bugs then, I've filed a question highlighting the spammy users [19:56] have replied [19:57] thanks [20:01] reed: questions are the right way to draw our attention to this kind of thing in case we miss it though, so certainly feel free to do that - best if people don't just mark the bugs Invalid without telling us though, since that makes it less likely we'll notice and suspend the account [20:02] cool [20:02] I imagined it was best to leave the bugs untouched (/me lazy, too) [20:07] cjwatson, sksharma872 bugs are still visible [20:08] ah, the bugs are already marked private [20:08] https://launchpad.net/~tantrikbaba800 [20:08] I doubt these were filed manually [20:11] you'd be surprised [20:11] cjwatson, I added a couple of comments to the question, hope it helps [20:24] reed: Ah, please in future give the user name, not the display name [20:29] reed: The reason I think they're at least semi-manual is that there are small bits of variation, like occasional editing of bug metadata after initial creation. I suspect perhaps somebody's paying people in an internet cafe somewhere to spam various websites? I can't be sure ... [20:29] reed: The rate is also suspiciously low for a bot [20:30] reed: And it's very badly designed - the links are rel="nofollow", so as far as we can tell it isn't giving them pagerank or anything, all it seems to really be achieving is low-level annoyance [20:32] reed: (Happy to see evidence to the contrary - this is accumulated intuition from a few months of this) [20:33] it's hard to believe that there are idiots out there filing bugs 'manually' like this... [20:33] stupidity has no limits evidently though [20:33] People are paid to farm gold in world of warcraft ... [20:33] cjwatson: i don't think it's an internet cafe. most of these types of spam seem to come from low income countries where a lot of "mechanical turk" type of work gets contracted out to. there's probably an office in india that was contracted to post such messages all over the web [20:34] exactly [20:34] Well yeah, I'm trying not to racially stereotype and was looking for something sort of neutral [20:35] Looking at the six bugs filed by ~shfdjsjdgcck (now private), they're on the order of 30 seconds apart [20:35] (with a fair bit of variation) [20:35] cjwatson: yeah, i wasn't stereotyping. just stating where i see the same type of spam coming from on askubuntu for example, and that often the usernames seem to have very indian roots in portions of them (like tantrikbaba for example) [20:35] So it *could* be a bot, yes, in theory, but it also fits the profile of somebody creating an account, spamming with copy and paste for a short while, and then switching away [20:36] If they were single-digit seconds apart then that would be more bot-like IMO [20:36] if it were a bot, i'd suspect millisecond level distance between posts [20:37] or maybe i'm just to my bots being fast on my fast connection :) [20:37] sounds like dobey should share his connection [20:38] i do share it. all these laptops, phones, and game consoles need bandwidth :) [20:38] dobey: I'm accounting for Launchpad being slow ;-) [20:40] cjwatson: yeah. i'm just speaking from experience of a few scripts i've written in the past, where it would go through a whole lot of bugs pretty fast. faster than 1 per second at least [20:41] anyway [20:41] * dobey goes back to insane levels of abstracting === xnox is now known as xnox_ [21:17] bots can also rate-limiting themselves in order not to be spotted for the longest amount of time :) [21:18] cjwatson, what should I do with all those invisible bugs filed by that moronspammer? [21:22] reed: You can reassign them to the "null-and-void" project if you like to get them out of your way [21:22] cjwatson, one at the time? geez [21:22] (Our formula for hiding bugs is: reassign to null-and-void, set status to Invalid, set to Private) [21:23] reed: It's scriptable using the Launchpad API if you want [21:23] geeez [21:23] I haven't yet got impatient enough to write a script for it [21:23] do you have the script handy? :) [21:23] ahhaha [21:23] damn... i'd rather keep them there [21:23] Which username and project name was it again? [21:24] https://bugs.launchpad.net/openstack-community/ and https://launchpad.net/~tantrikbaba800 [21:29] reed: Entirely untested, but typing something like http://paste.ubuntu.com/7767586/ into "lp-shell production devel" should do it [21:30] (Will fail for any multi-task bugs, but I haven't seen any of those from this class of spammers yet) [21:30] * reed needs to remember how to login in launchpad from shell... [21:30] put BROWSER=firefox before that and it'll pop it up in a browser [21:31] (only needed the first time) [21:34] cjwatson, what do you mean by 'lp-shell'? === xnox_ is now known as Eisbrecher === Eisbrecher is now known as Eisbrecher_xnox [21:35] reed: sudo apt-get install lptools [21:36] ah, i was missing that, went to a python shell [21:37] You can do it there too with something like from launchpadlib.launchpad import Launchpad; lp = Launchpad.login_with("antispam", "production", version="devel") at the start [21:39] ClientError: HTTP Error 410: Gone [21:39] to In [6]: spammer = lp.people['tantrikbaba800'] [21:40] Oh, er, right [21:42] because the user is suspended, right? [21:43] reed: Yes. http://paste.ubuntu.com/7767617/ and fill in the bug_nums array at the start [21:47] how should I specify the bug numbers? with the # too? [21:48] KeyError: 1338070 [22:03] cjwatson, the code you pasted doesn't seem to work with invisible bugs [22:04] cjwatson, http://paste.ubuntu.com/7767688/ [22:04] I give up, spent already too much time on this [22:07] reed: If even you can't see them, why are you trying to do anything else? I thought you were doing this because you could still see them [22:08] reed: #1338070 appears to now be in the correct state, set by you 22 minutes ago ... [22:09] Maybe it just fails on trying to set the information type after changing the target to one where you can't see private bugs. I didn't claim my script was robust :-) === reed_ is now known as reed