[01:14:35] I'm being told to contact mpelletier a.k.a. Coren? [01:23:49] he's idle atm [01:26:53] Well, just got an HTML 500 error while using CatScan2, no idea what happened [02:54:53] [bz] (8NEW - created by: 2spage, priority: 4Unprioritized - 6normal) [Bug 51580] configure beta labs for SUL2 - https://bugzilla.wikimedia.org/show_bug.cgi?id=51580 [07:26:20] twkozlowski: need help? [09:09:01] [bz] (8RESOLVED - created by: 2Chris McMahon, priority: 4Unprioritized - 6normal) [Bug 52121] IE objects to beta labs security certificate - https://bugzilla.wikimedia.org/show_bug.cgi?id=52121 [09:09:02] [bz] (8NEW - created by: 2Antoine "hashar" Musso, priority: 4Low - 6normal) [Bug 48501] [OPS] beta: get SSL certificates - https://bugzilla.wikimedia.org/show_bug.cgi?id=48501 [10:18:05] @seen gribeco [10:18:06] petan: Last time I saw gribeco they were quitting the network with reason: Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/ N/A at 6/24/2013 11:19:43 PM (32d10h58m22s ago) [10:58:45] YuviPanda [10:59:07] did u read my mail hmm [12:22:40] !ping [12:22:40] ¤*POOF*¤ "Wadda need?" ¤*POOF*¤ "Wadda need?" ¤*POOF*¤ "Wadda need?" [12:22:42] petan: am I here? [12:22:44] is the bot dead? [12:22:46] can you see my messages? [12:22:51] petan: wonderful idea, I wanted to do something very similar [12:23:04] petan: gerrit-to-redis already works on such a model [12:23:22] ok YuviPanda can you tell me then, how can I make a queue in redis? :P [12:23:38] petan: see http://redis.io/commands [12:23:47] petan: you use the LPUSH command to put things in a queue [12:23:55] petan: other tool scan use RBPOP to take tham out [12:23:57] imagine you are a bot operator, you want to have a queue of edits to Wikipeda:W.*x on english wiki [12:24:14] how would the daemon create such a queue so that user can read it and clear it anytime [12:24:27] aha [12:24:28] ok [12:24:39] how do you prevent other tools from being able to clear it [12:24:59] petan: use a secret key [12:25:08] so it's like lpush data [12:25:10] petan: so the 'key' you LPUSH to is known only to the dispatcher [12:25:13] and the tool using it [12:25:15] exactly [12:25:18] that's what gerrit-to-redis does [12:25:19] ok [12:25:47] is it possible to see when last rbpop was executed on key? [12:26:02] I would like to make some kind of autoremoval of unused subscription [12:26:16] petan: there's LLIMIT, which automatically lets you restrict queues to a certain size [12:26:17] or maybe just number of data in a key [12:26:23] ok [12:26:25] if they go over that the least used items is discarded [12:26:31] gerrit-to-redis uses that too! [12:26:33] ok [12:26:56] !ping del [12:26:56] Successfully removed ping [12:26:58] !ping is pong [12:26:58] Key was added [12:27:02] kids... [12:27:27] heh [12:29:02] how you let users manage gerrit-to-redis [12:29:11] they have some accounts for that? [12:29:14] or secret tokens? [12:29:22] petan: currently, they give me the secret key [12:29:24] and I add it [12:29:24] lol [12:29:28] !ping [12:29:28] pong [12:29:30] mm [12:29:34] Good. [12:29:44] Cyberpower678 did it... [12:29:48] :p [12:30:52] !T13 is snitch [12:30:52] Key was added [12:30:59] petan: I split gerrit-to-redis into its own repo [12:30:59] https://git.wikimedia.org/summary/labs%2Ftools%2Fgerrit-to-redis [12:31:15] ok [12:31:41] I would like to create some easy-to-use interface so that people can create subscribtions and change them, even from terminal [12:31:52] so that bots themselve can change subscibtions on demand [12:32:11] change lists / regexes of watched pages etc [12:32:20] you would need to integrate with keystone [12:32:24] I think I will use same engine as for wm-bot's message relay [12:32:46] wm-bot just create a secret token (random string) and users can authenticate using that [12:33:06] sure, but you can't run arbitrary commands without having appropriate permissions [12:33:24] what you mean [12:33:30] and this tool shouldn't run as a system service, but as a tool itself [12:33:39] it is going to run as tool [12:33:41] petan: you can't start a script in someone else's tool folder right? [12:33:46] I already created a group for it [12:33:58] sure not [12:33:58] !technical_13 [12:34:02] but I can insert stuff to redis [12:34:06] hey, brb. Need to run [12:34:07] sorry [12:34:09] that should be enough [12:34:09] !Technical_13 [12:34:09] my slave... [12:34:14] .... [12:35:25] !python [12:35:25] Damianz [12:35:34] !damianz [12:35:34] some weirdo around here [12:35:50] Ahhh. Now it is making more sense... [12:48:50] as a tool should I be able to create tables in enwiki_p ? [14:02:53] !help [14:02:53] !documentation for labs !wm-bot for bot [14:03:08] !documentation [14:03:24] !documentation [14:03:42] !wm-bot [14:03:42] http://meta.wikimedia.org/wiki/WM-Bot [14:04:34] * OrenBochman1 zzzz [14:08:14] trying to create a database for tool orwell01 But I get Access denied for user .... (user from the replica.conf)@'%' to database 'orwell01' what am I doing wrong ? [14:20:03] Hello all, I need help with making crontab in toollabs. I made a file named "my crontab.txt", inside my "pywikipedia" folder, which contains crontab I want to run [14:20:54] then I login my account using Putty and write the following: [14:21:54] crontab $HOME/py/my crontab.txt [14:22:10] but nothing happends! [14:22:40] What should I do then to set crontab? [14:24:33] Yesterday, I uploaded another file named "mycron.txt" instead of "my crontab.txt" [14:29:15] In toolserver, I used to set crontab by cronie -e [14:54:03] down it goes [15:19:12] (03PS6) 10Yuvipanda: Add Colors to IRC output [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/76016 (owner: 07AzaToth) [15:19:44] AzaToth: ^Q [15:19:47] that should fix whitespace issues [15:24:00] (03PS7) 10Yuvipanda: Add Colors to IRC output [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/76016 (owner: 07AzaToth) [16:33:16] nfs dead [16:33:19] !ping [16:33:19] pong [16:33:26] &whoami [16:33:26] You are root identified by name .*@wikimedia/Petrb [16:33:40] at least bota works :P [16:33:59] &trustadd blah trusted [16:34:05] BUT [16:34:12] when it comes to IO it stuck [16:34:18] Successfuly added blah [16:34:40] &trustdel blah [16:34:41] User was deleted from access list [16:34:53] wtf [16:35:10] &? [16:35:43] Did you completely change the @ to & on the bot, petan? [16:35:51] You are admin identified by name .*@wikipedia/Cyberpower678 [16:35:55] lol [16:36:01] &whoami [16:36:01] You are unknown to me :) [16:36:02] it's bota with & [16:36:21] petan, what's it for [16:36:23] ? [16:36:39] testing how much is tools project suitable for wm-bot [16:37:02] in case I would ever need to move it there [16:37:17] which is not really going to happen now, since tools is not suitable for bot [16:37:41] NFS is dead? [16:37:46] maybe [16:37:46] WFM [16:38:50] Or maybe the grid load just spiked. :p [16:39:04] petan, try it again. [16:58:50] [bz] (8NEW - created by: 2orenbochman, priority: 4Unprioritized - 6normal) [Bug 52151] hebrew wikiedpdia tools databases in tools - https://bugzilla.wikimedia.org/show_bug.cgi?id=52151 [18:07:03] Steinsplitter, I'm melting. :/ [18:08:03] Cyberpower678: we know.. the odor is unmistakable... [18:08:20] Technical_13, do you have any idea how how it is over here? [18:08:48] 68°F here... :p [18:09:13] 40�C [18:09:16] over here [18:09:57] ... and I was thinking that it's hot in Berlin 34° [18:10:20] 104�F Technical_13 [18:10:49] physikerwelt, I'm in the southern part of Germany. That's were the Sahara winds hit the most. [18:11:03] No airconditioning. [18:11:39] We've somehow managed to keep the insides of the building to 28.5 degrees. :p [18:12:20] oh that's good... I can't even measure the temperature inside [18:13:30] 21 degrees max this Monday. :))) [18:13:43] 24 for Tuesday [18:13:54] Cyberpower678: i too :P [18:14:35] * Cyberpower678 tries to bring the Arctic weather to the Sahara. [18:15:07] ^^:-) [18:19:04] so humid and hot in here. [18:19:15] And even worse outside. [18:19:47] It's freakin' 20.00 +0200 right now. [18:19:50] :/ [18:22:45] I <3 this weather [18:22:54] finally it's nice [18:23:02] after whole year of freezing [18:23:13] I should move to south [18:24:23] does anyone know how to get your own debian package working at instances on wikitech [18:25:11] I have a git project for the package [18:25:11] https://gerrit.wikimedia.org/r/#/admin/projects/operations/debs/latexml [18:25:32] but I'm not sure how to get this workin within the wikitech instances [18:27:19] Technical_13: do you know how to "screen stuffing"? [18:28:10] Explain what you call "screen stuffing" [18:29:06] performing a command on a datched screen withot opening (-r) the screen [18:30:28] Nope. Sorry. [18:30:52] thx aniway :) [18:35:46] Technical_13: screen -S sessionname -X eval 'stuff "blah"\015' [18:38:29] or moor easyer: screen -S screenname -p0 -X stuff $'cal\n' :) [18:40:54] is python idiot proof by design? [18:41:12] I created a test code with 3 different syntax errors, and it still works [18:41:32] YuviPanda ^ [18:41:32] idk if that is benefit or caveat [18:41:32] :) [18:42:19] am I supposed to use ; on end of line? it doesn't seem to care [18:42:38] according to manual not but it's not a wrong thing either [18:42:51] :O [18:43:00] python accepts even c syntax? o.O [18:43:23] print ("hi"); [18:44:53] It's a piece of work... [18:45:03] Still not SMB [18:45:06] :P [18:45:47] you're printing a tuple with a single string element [18:46:45] I am so much missing { } braces... it makes me vomit to see a code without them [18:46:48] I mention SMB and YuviPanda shows up *¤P00F¤* [18:47:48] with no { brackets programming is so boring } you can't argue with people if Allman is > than K & R, you can't slap people for missing bracket [18:48:45] !{ is } [18:48:45] Key was added [18:48:54] !{ [18:48:54] } [18:48:58] :) [18:49:45] even wm-bot hates it when you are missing the closing one [18:49:53] :D [18:50:06] !petan [18:50:06] Petr Bena - http://enwp.org/User:Petrb [18:50:28] !petan del [18:50:28] Successfully removed petan [18:50:36] how dare you [18:50:43] !petan is Petr Bena - http://enwp.org/User:Petrb (hates python) :D [18:50:43] Key was added [18:50:48] !petan [18:50:48] Petr Bena - http://enwp.org/User:Petrb (hates python) :D [18:50:54] :D [18:51:18] !python [18:51:18] Damianz [18:51:22] ? [18:51:26] I don't prefer writing a big projects in language that is interpreted and which doesn't have brackets... that's all XD [18:51:37] !python del [18:51:38] Successfully removed python [18:51:45] it's hard to read, it's slow and crappy... [18:51:53] it's eating tons of memory [18:51:56] !python is EEEEEEEEWWWWWWWWWWWWWWWWWW! [18:51:57] Key was added [18:52:05] !python [18:52:05] EEEEEEEEWWWWWWWWWWWWWWWWWW! [18:52:09] XD [18:52:15] but for some smaller things python might be useable [18:52:40] one day someone will rewrite linux kernel to python and then they shoot themselve as they discover the truth [18:53:02] !smb [18:53:02] YuviPanda: What's SMB? Some Magic Bean? [18:54:06] YuviPanda what IDE you use? [18:54:11] Vim [18:54:18] that suck for many things [18:54:48] it has weird code autocompletion, no on-demand debugging / syntax checks and no code snippets [18:55:03] I don't use any of those, no :) [18:55:08] it's hard to use for multi-file projects [18:55:24] well that doesn't allow you to write big projects easily then [18:56:16] different people like different things [18:56:56] that irc client I wrote has about 406 source code files and about 200 000 lines of code... manage that in vim would be pretty hard [19:00:12] :) [19:32:36] YuviPanda: why remove teal from username? [19:32:49] AzaToth: doens't really add any extra info, does it? [19:33:16] YuviPanda: it separates the username with the commit message better [19:33:29] it's a lot of visual noise... [19:33:41] YuviPanda: everything is visual noise for someone [19:33:45] :P [19:34:14] I should also figure a way out to make that colon colored [19:34:31] it's relevant for me to directly see if the commit message actually contained the username in the message or not [19:35:00] so it add extra info [19:35:19] hmmm [19:35:25] YuviPanda: none of the colors actually add any extra info btw [19:35:34] true that [19:35:42] except red / green for - and + [19:36:10] that doesn't add any extra info [19:36:25] true [19:36:31] oh fine. let's add that back [19:37:05] YuviPanda: can change the last name to bold.teal as well though [19:37:10] no need to have them separate color [19:37:17] doesn't add any extra info [19:37:22] true [19:37:30] let's keep + in green tho, not blue [19:38:01] I choosed blue because the other text is teal [19:38:07] but we can go with blue [19:38:10] green* [19:38:26] we could make ±2 bold, and ±1 normal [19:38:43] or rainbow [19:38:51] no rainbows :P [19:49:16] (03PS8) 10AzaToth: Add Colors to IRC output [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/76016 [19:49:31] YuviPanda: done [19:49:37] looking [19:50:50] AzaToth: let's not color the URL [19:50:55] AzaToth: they already have color applied by the client [19:50:59] s/color/styling/ [19:51:02] don't want to mess that up [19:51:02] nope [19:51:04] not in Xchat [19:51:11] no underline? [19:51:14] that's XChat's fault :P [19:51:17] only when hover [19:51:34] and wikibugs has teal url [19:51:39] good enough. URLs should be consistent [19:51:48] get rid of the URL coloring, I'll test and merge :) [19:51:59] uh? [19:52:09] - {{url|color('teal')}} [19:52:26] if I remove it, it will not be consistent [19:52:41] it *will* be, with all other URLs on the client [19:53:33] YuviPanda: I've yet to encounter a bot who while uses colors, doesn't color the url [19:53:41] wikibugs? [19:53:50] wikibugs colors it teal [19:54:03] I see green, same as every other URL [19:54:04] https://gerrit.wikimedia.org/r/76016 [19:54:25] green [19:54:26] same [19:54:27] color [19:54:30] hmm [19:55:16] then something is wrong with your client [19:55:28] hehe, things are wrong with everyone's client [19:55:43] ツ [19:56:01] YuviPanda: http://i.imgur.com/UD6NGG3.png [19:56:37] YuviPanda: I know, because I decided that color :-P [19:56:55] :P [19:57:05] teal is one of the best cross platform colors [19:57:22] URL formatting should be left to the clients [19:57:46] YuviPanda: you keep saying that [19:57:50] i will :) [19:57:57] I will refuse [19:58:43] (03PS9) 10Yuvipanda: Add Colors to IRC output [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/76016 (owner: 07AzaToth) [19:59:20] YuviPanda: mIRC doesn't highlight links [19:59:30] mIRC's fault :P [20:00:24] (03PS10) 10AzaToth: Add Colors to IRC output [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/76016 [20:01:53] (03PS11) 10Yuvipanda: Add Colors to IRC output [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/76016 (owner: 07AzaToth) [20:02:55] (03PS12) 10AzaToth: Add Colors to IRC output [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/76016 [20:04:27] YuviPanda: it's wrong by clients to apply styles to links automatically [20:05:00] (03PS13) 10Yuvipanda: Add Colors to IRC output [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/76016 (owner: 07AzaToth) [20:05:01] nope :P [20:05:05] AzaToth: clients can make them clickable [20:05:08] and should [20:05:10] hence difference [20:05:30] (03PS14) 10AzaToth: Add Colors to IRC output [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/76016 [20:05:35] they are clickable [20:05:40] can be* [20:06:05] but they are not required to do so [20:06:36] sure, should be up to the client :P [20:06:44] (03PS15) 10Yuvipanda: Add Colors to IRC output [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/76016 (owner: 07AzaToth) [20:06:50] anyway, it's better to assume they are no highlighted instead of complaining they are using the wrong client [20:07:12] well, if urls aren't highlighted they shouldn't be highlighede everywhere [20:07:14] not just here [20:07:16] (03PS16) 10AzaToth: Add Colors to IRC output [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/76016 [20:07:32] it should be consisten with other bots around here [20:07:37] (03PS17) 10Yuvipanda: Add Colors to IRC output [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/76016 (owner: 07AzaToth) [20:07:38] should be consistent with other URLs [20:08:22] YuviPanda: well, your blody name is clickable in my client, does it mean it must have no other syntax highlight as well? [20:09:01] (03Abandoned) 10AzaToth: Add Colors to IRC output [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/76016 (owner: 07AzaToth) [20:09:12] awk. [20:09:13] * AzaToth rage quits [20:09:28] * legoktm huggles AzaToth  [20:09:44] (03Restored) 10Yuvipanda: Add Colors to IRC output [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/76016 (owner: 07AzaToth) [20:10:13] AzaToth: fine, let's have colors. [20:10:18] good [20:10:30] ツ [20:10:32] since I guess if there is URL special formatting from clients [20:10:41] it'll automatically override yours anyway [20:10:48] probably [20:10:48] AzaToth: can you re-upload another patchset? :P [20:11:01] yours override it right? [20:11:04] been involved in a fair amount of silly arguments [20:11:07] AzaToth: yeah, it does [20:11:11] I see4 [20:11:16] ツ [20:11:34] (03PS18) 10AzaToth: Add Colors to IRC output [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/76016 [20:12:21] SillyPanda: time to merge it and restart it? [20:12:33] AzaToth: cherry pick, restart, see how it is, then merge? [20:12:37] k [20:15:19]
SyntaxError: Unexpected token - at Object.Function (unknown source) at createRenderFunc (/data/project/lolrrit-wm/lolrrit-wm/node_modules/swig/lib/swig.js:44:10) at createTemplate (/data/project/lolrrit-wm/lolrrit-wm/node_modules/swig/lib/swig.js:96:14) at getTemplate (/data/project/lolrrit-wm/lolrrit-wm/node_modules/swig/lib/swig.js:124:20) at exports.compileFile.getSingle (/data/project/lolrrit-wm/lolrrit-wm/node_modules/swig/lib/swig.js
[20:15:20] 	 lrrit-wm/node_modules/swig/lib/swig.js:159:7) at Object.exports.compileFile (/data/project/lolrrit-wm/lolrrit-wm/node_modules/swig/lib/swig.js:177:7) at Object. (/data/project/lolrrit-wm/lolrrit-wm/src/relay.js:50:21) at Module._compile (module.js:449:26) at Object.Module._extensions..js (module.js:467:10)
[20:15:36] wtf [20:15:44] heh :P [20:16:50] AzaToth: I reset it to master :) [20:17:06] plz2test :P [20:17:23] SillyPanda: we did test PS4 around [20:17:29] we did [20:17:32] that was the one running [20:17:33] something went wrong after that, apparently [20:17:36] yeah [20:17:46] this looks like it can't find the file [20:18:01] https://gerrit.wikimedia.org/r/#/c/76016/4..18/src/template.txt [20:19:44] (CR) Yuvipanda: [C: -1] ":D" [labs/tools/grrrit] - https://gerrit.wikimedia.org/r/76016 (owner: AzaToth) [20:20:55] (CR) AzaToth: [C: 1] "test" [labs/tools/grrrit] - https://gerrit.wikimedia.org/r/76016 (owner: AzaToth) [20:21:10]
SyntaxError: Unexpected token - at Object.Function (unknown source) at createRenderFunc (/home/azatoth/grrrit/node_modules/swig/lib/swig.js:44:10) at createTemplate (/home/azatoth/grrrit/node_modules/swig/lib/swig.js:96:14) at getTemplate (/home/azatoth/grrrit/node_modules/swig/lib/swig.js:124:20) at exports.compileFile.getSingle (/home/azatoth/grrrit/node_modules/swig/lib/swig.js:153:15) at exports.compileFile.get (/home/azatoth/grrrit/node
[20:21:11] 	  (/home/azatoth/grrrit/node_modules/swig/lib/swig.js:177:7) at Object. (/home/azatoth/grrrit/src/relay.js:50:21) at Module._compile (module.js:449:26) at Object.Module._extensions..js (module.js:467:10)
[20:21:22] AzaToth: use ##legoktm-bots-chatter please [20:21:22]
SyntaxError: Unexpected token - at Object.Function (unknown source) at createRenderFunc (/home/azatoth/grrrit/node_modules/swig/lib/swig.js:44:10) at createTemplate (/home/azatoth/grrrit/node_modules/swig/lib/swig.js:96:14) at getTemplate (/home/azatoth/grrrit/node_modules/swig/lib/swig.js:124:20) at exports.compileFile.getSingle (/home/azatoth/grrrit/node_modules/swig/lib/swig.js:153:15) at exports.compileFile.get (/home/azatoth/grrrit/node
[20:21:23] 	 not here
[20:21:24] 	  (/home/azatoth/grrrit/node_modules/swig/lib/swig.js:177:7) at Object. (/home/azatoth/grrrit/src/relay.js:50:21) at Module._compile (module.js:449:26) at Object.Module._extensions..js (module.js:467:10)
[20:21:39] no colors in that channel [20:21:39] legoktm: can you remove +c on that channel? [20:21:45] SillyPanda: I did [20:22:04] AzaToth: ^ [20:28:50] SillyPanda: there's a syntax error in template.txt [20:28:54] heh [20:29:02] was that me? [20:29:22] dunno [20:33:27] SillyPanda: it chokes in value == -1 [20:33:35] oh? [20:33:38] is it just =? [20:34:08] {%- else if value == -1 -%} [20:34:38] sohuld it be just = ? [20:34:46] no [20:35:59] hmm [20:35:59] ok [20:36:59] gonna test "-1" [20:37:11] (CR) AzaToth: [C: -1] Add Colors to IRC output [labs/tools/grrrit] - https://gerrit.wikimedia.org/r/76016 (owner: AzaToth) [20:37:24] (CR) AzaToth: [C: 1] Add Colors to IRC output [labs/tools/grrrit] - https://gerrit.wikimedia.org/r/76016 (owner: AzaToth) [20:37:31] seems to work [20:37:53] (PS19) AzaToth: Add Colors to IRC output [labs/tools/grrrit] - https://gerrit.wikimedia.org/r/76016 [20:38:02] AzaToth: can we make them bold no matter what? please? [20:38:33] SillyPanda: why? [20:38:38] easier to read? [20:39:07] good question [20:39:18] easier to read, or signal relevant difference [20:39:35] bold it, I'll merge! promise! [20:40:01] ... [20:40:19] AzaToth: alright, alright [20:40:27] AzaToth: merging [20:40:52] (CR) Yuvipanda: [C: 2 V: 2] "AzaToth is awesome!" [labs/tools/grrrit] - https://gerrit.wikimedia.org/r/76016 (owner: AzaToth) [20:40:53] done [20:40:54] (PS20) AzaToth: Add Colors to IRC output [labs/tools/grrrit] - https://gerrit.wikimedia.org/r/76016 [20:40:58] augh [20:41:04] super [20:41:13] (CR) Yuvipanda: [C: 2 V: 2] Add Colors to IRC output [labs/tools/grrrit] - https://gerrit.wikimedia.org/r/76016 (owner: AzaToth) [20:41:13] done [20:41:29] AzaToth: want to pull and restart? [20:41:47] I do [20:42:43] \o/ [20:47:11] (03PS1) 10Yuvipanda: Do not use underlines, ever. [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/76308 [20:47:19] AzaToth: ^ :P [20:47:27] this is going back to your older version [20:47:30] but I like bold everywhere [20:47:32] without even underlines [20:48:07] do as you please [20:48:17] I did change them all to bold [20:49:10] AzaToth: alright, let me get rid of the underlines then [20:49:19] AzaToth: sorry if I seem like a dick :( [20:54:26] AzaToth: nevermind, abandoning that. [20:54:32] no probs [20:57:17] (03Abandoned) 10Yuvipanda: Do not use underlines, ever. [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/76308 (owner: 10Yuvipanda) [21:02:08] Yuvi|RanAway: what's wrong on underlines [21:07:47] hi [21:08:51] hello [21:08:57] Does anyone know something about Reprepro? [21:08:57] https://wikitech.wikimedia.org/wiki/Reprepro [21:09:07] physikerwelt: yup [21:09:16] ah hi [21:09:20] ツ [21:09:40] physikerwelt: anything specific? [21:09:44] I was trying to do some test installation of the version of your package [21:09:54] heh [21:10:06] which package now again? [21:10:15] latexml [21:10:27] (03PS1) 10Platonides: Simple tool to simplify using the backup snapshots [labs/toollabs] - 10https://gerrit.wikimedia.org/r/76313 [21:10:45] k [21:11:10] since there is no jenkis job running I think there is some extra work to be done that it can be downloaded from the wikitech apt repository [21:11:53] I managed to install it via the local source options [21:11:58] physikerwelt: you need to talk to hashar for uploading it to the repo [21:12:11] you can always install the deb manually [21:12:22] and directly when you have built it [21:12:45] typing "sudo debi" installs the latest version of the package you build in the dir [21:13:10] Florence: Are you فلورانس? [21:13:42] ok however to test the dependencies... I wanted to use a fresh server [21:13:59] oh [21:17:03] in the end everything should be configured with puppet and be installable via one click in the new server configuration menu [21:17:45] you can use piuparts to test install a package [21:18:57] thanks for the linkl [21:24:03] scfc_de: replacement of cron? wtf [21:24:20] Coren: you want to remove cron from -login?? [21:45:58] (03PS1) 10Yuvipanda: Add YuviPanda and AzaToth to CREDITS [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/76316 [21:46:38] AzaToth: would you like to be credited with a different name? [21:49:48] not a biggie [21:49:56] there can be only one AzaToth [21:50:22] hehe [21:50:31] (03CR) 10Yuvipanda: [C: 032 V: 032] Add YuviPanda and AzaToth to CREDITS [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/76316 (owner: 10Yuvipanda) [21:57:35] Ryan_Lane: well played [21:57:39] :D [22:23:57] petan: yeah, cron will eventually be replaced with something that provides identital functionality, and makes it easier to push things onto SGE [22:23:58] IIRC