[07:47:57] [bz] (8NEW - created by: 2Liangent, priority: 4Unprioritized - 6normal) [Bug 54758] Provide database dumps somewhere on the cluster - https://bugzilla.wikimedia.org/show_bug.cgi?id=54758 [07:52:46] liangent: /public/datasets/public/dbname [07:57:13] legoktm: hmm I didn't know it [07:57:22] legoktm: but can we have a "latest" symlink there? [07:57:31] like http://dumps.wikimedia.org/wikidatawiki/ [07:57:38] i filed a bug for that a while back [07:57:59] * legoktm looks [07:58:20] liangent: https://bugzilla.wikimedia.org/show_bug.cgi?id=45646 [07:59:50] legoktm: thanks [07:59:53] [bz] (8NEW - created by: 2Kunal Mehta (Legoktm), priority: 4Normal - 6normal) [Bug 45646] Create -latest alias for dumps - https://bugzilla.wikimedia.org/show_bug.cgi?id=45646 [08:08:23] is memory consumed by subprocesses of my SGE task counted in my memory usage? [08:14:58] hmm SGE execution nodes have a better performance than tools-dev? [10:47:28] !ping [10:47:28] !pong [12:33:14] (03CR) 10Hashar: "bit bit bit :-D http://underscorejs.org/#defaults" [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/85404 (owner: 10Hashar) [14:01:59] YuviPanda: !pong [14:02:43] could you maybe make a to-do somewhere on the G2G bot? then I might be able to lend a hand [14:03:48] !bug Hello, I think I have found a bug in mw.lua : https://fr.wikipedia.org/wiki/Module:Wrapper [14:03:48] https://bugzilla.wikimedia.org/Hello, [14:07:26] Is it a bug: I think a nicer error message would be usefull. I don't see the error in my code. [14:11:08] !ping [14:11:08] !pong [14:11:28] anyone? [14:27:53] ytrezq, I don't know [14:28:02] is os a reserved keyword, perhaps? [14:29:37] [bz] (8NEW - created by: 2Sumana Harihareswara, priority: 4Unprioritized - 6enhancement) [Bug 54720] automatic encouragements to use OGE instead of cronjobs, when appropriate - https://bugzilla.wikimedia.org/show_bug.cgi?id=54720 [14:33:36] Platonides this code work in regular lua [14:34:11] function mytry [14:34:21] p=os [14:35:16] return p.date("%Z") [14:35:21] end [14:35:41] print(myentry()) [14:36:11] nil [14:36:29] print(mytry) [14:36:32] CEST [14:37:28] then return p is trying to return an object [14:39:13] It was that I was saying: Telling there is an error in mw.lua doesn't tell the coder which is the error. I think a nicer error message would be welcome [14:40:08] open a bug [14:41:00] I don't want to create an acount. how the !bug command from wm-bot work? [14:42:25] execpt this do you have any idea of what i need to do to get my module working. [14:47:26] I don't know what you want your module to do [14:47:40] the command !bug is used for linking to bugzilla [14:47:42] !bug [14:47:43] https://bugzilla.wikimedia.org/$1 [14:48:36] I have wrote it under usage: "This module aim at providing os.* functions on articles pages" [14:49:10] Doing this in that way would'nt be better than creating a wrapper for each of them?