[10:36:14] https://bugzilla.wikimedia.org/show_bug.cgi?id=70392 [10:43:51] Could somebody look up the stacktrace for the fatal exception for [311e0b68] on Commons? [10:44:15] (somewhere before 20:56 UTC yesterday) [11:15:41] andre__: sorry for setting that bug as blocker [11:15:50] matanya, no problem at all :) [11:15:55] poor editor [15:12:31] Does anyone know where to find sql2txt to help convert an SQL dump to a tab format for faster loading with mysqlimport? [15:12:40] The link here doesn't work: https://meta.wikimedia.org/wiki/Data_dumps/Tools_for_importing#Converting_SQL_files_to_tab-delimited_files [15:13:10] https://github.com/bahn/wikitopics/blob/master/src/wikidump/sql2txt.py [15:13:20] Sweet, thanks. [15:15:29] Reedy: Hm, that looks like a different one, it's just for the page/redirects tables and possibly not even generating mysqlimport format? [15:15:37] I'm hoping to use it on categorylinks. [15:16:25] I guess https://github.com/wikimedia/operations-dumps/tree/ariel [15:16:57] https://github.com/wikimedia/operations-dumps/blob/ariel/xmlfileutils/README [15:18:23] Aha! That's the ticket, thanks. I'd tried cloning https://gerrit.wikimedia.org/r/operations/dumps but that didn't have the xmlfileutils dir. Have things officially moved to github (eg. is that the permanent home for it?) [15:19:15] Nope, it's looking at a branch [15:19:27] https://gerrit.wikimedia.org/r/gitweb?p=operations/dumps.git;a=blob_plain;f=xmlfileutils/README;hb=refs/heads/ariel [15:19:37] hb=refs/heads/ariel [15:19:48] git checkout ariel [15:19:51] should owrk [15:19:52] *work [15:21:26] Reedy: Hrm, that link isn't showing me the README. What url should I pass to git clone to grab it? [15:21:47] Which link [15:21:48] ? [15:22:03] https://gerrit.wikimedia.org/r/gitweb?p=operations/dumps.git;a=blob_plain;f=xmlfileutils/README;hb=refs/heads/ariel [15:23:00] gitweb seems to be broken [15:23:10] nah. URL rewrites to HEAD which doesn't work in operations territory (different naming) [15:23:11] https://github.com/wikimedia/operations-dumps/blob/ariel/xmlfileutils/README works fine and is just a mirror of it [15:23:50] <^d> Gitblit HEAD assumes HEAD -> master [15:23:55] <^d> Which is wrong, because it doesn't. [15:24:35] Reedy: How permanent a mirror? eg. is this good enough for project documentation to point people at the canonical version of what they need or is it liable to move before the gerrit one? [15:24:37] <^d> (Also, if we're linking to gitweb that's bad and we should fix it) [15:25:16] ^d: Ah, so the github is actually more appropriate and not just more functional? [15:25:25] <^d> github or git.wikimedia.org [15:25:35] <^d> the gitweb urls from gerrit.wm.o are legacy rewrites. [15:25:39] <^d> And not really useful. [15:27:42] ^d: How would I spell it? http://git.wikimedia.org/operations/dumps and http://git.wikimedia.org/operations-dumps don't exist [15:28:22] (nor does the https equivalent) [15:28:26] you have to learn percent-encoding! [15:28:27] probably just use github :P [15:28:39] https://git.wikimedia.org/tree/operations%2Fdumps.git [15:28:41] <^d> https://git.wikimedia.org/summary/operations%2Fdumps [15:29:00] Great, thanks! [15:30:30] Hm, but the git.wikimedia.org one doesn't seem to have the xmlutils dir. [15:31:07] wrong branch by default [15:31:28] Urk, ya, that was mentioned. Gotcha. [15:31:35] https://git.wikimedia.org/tree/operations%2Fdumps.git/refs%2Fheads%2Fariel