[00:16] Is it possible to disable the ability for people to mark lp questions as invalid? spambots are doing that automatically and it's real weird for people asking questions and really annoying for people answering. [00:17] wgrant: I see [00:18] (spam accounts are even marking invalid spam questions, wtf) [00:23] (it's especially annoying because "Invalid" questions do not appear in the question list and there is no way to mark them as not invalid) [00:23] examples: https://answers.launchpad.net/inkscape/+question/470626 https://answers.launchpad.net/inkscape/+question/464733 [00:37] Mc: We're unable to publicly discuss our spam prevention measures, but do let us know if some spam misses automatic detection and stays around for more than about 12 hours. I'm dealing with those cases atm, thanks for letting us know. [00:39] I think there was a problem with it today [00:40] (I received 1.3k spams today when usually it's an order of magnitude or two below that) [00:45] Mc: Yeah, sneaky spammers. [00:45] Sorry about that, they used a new trick that won't work any more. [00:45] ok :) [00:46] thanks for trying to mitigate it, i guess it's not always easy [00:46] Mc: We still caught the vast majority overnight, there's just a *lot* of ongoing attacks === chihchun_afk is now known as chihchun [02:40] is it possible to delete a particular language translation from launchpad? i can't seem to find a way to in the UI [02:41] somebody unhelpfully started a translation into en_GB which is what the original strings are in, and the presence of a partial translation seems like it's just going to mean more people waste their time trying to contribute [02:42] I also tried importing a .po without any translations, but that seems to not delete the existing translations [02:44] olly: It's not possible to delete it, no. [02:46] oh well [02:48] olly: Are you aware that gettext defines the original strings to be US English, not UK English, as unfortunate as that is? [02:50] FWIW, they aren't actually used via gettext [02:52] mostly because the code predates GNU gettext, and it was simpler to convert .po files than to retrofit use of gettext everywhere [02:54] Ah, I see. [02:56] olly: What you could do is convert the .pot to an en_GB .po and upload that, making it look fully translated... [02:57] guess so, seems like I'd need to do that for every .pot update though [02:57] Yeah, it's not really ideal. === chihchun is now known as chihchun_afk === JanC_ is now known as JanC === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [09:06] cjwatson: I am looking at the new method on https://api.launchpad.net/devel.html#snaps and wondering what I can set on the "processors" field, is that just a string collection of architectures I want to build on or do I need to specify processor objects (https://api.launchpad.net/devel.html#processors) there? [09:08] looks like I self answered that, setting "amd64" gives "processors: "amd64" is not a valid URI." [09:26] morphis: The elements need to be valid serialisations of individual processor objects. You can get actual objects from the webservice and let launchpadlib serialise them for you, or you can just pass '/+processors/amd64' etc. [09:26] (Yeah, it's a bit weird.) [09:28] cjwatson: thanks, got it working with that [09:28] cjwatson: btw. great work on this, it works like a charm :-) === chihchun is now known as chihchun_afk === DalekSec_ is now known as DalekSec [16:05] Is launchpad timing out for other people? [16:05] I had some timeouts and errors earlier, but retrying worked eventually. [18:23] hello, nick blacksheep001 is spamming this bug: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1642966 with some weird internet connection question and won't believe it's not the correct place for such questions [18:23] Ubuntu bug 1642966 in cups (Ubuntu Yakkety) "package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1" [High,Fix committed] [18:29] maybe i'll ask him again to stop that, this time with little more clear wording and in a private message [23:39] Someone verify something? [23:39] $ python3 -c 'import urllib.request; urllib.request.urlopen("https://launchpad.net/ubuntu/+source/chromium-browser");'