[00:02:12] would it be possible to block uploads whose source is given as (website X) ? [00:03:09] abusefilter, I think? [08:28:35] what's wrong with labs? Different security keys, different console interface, i can't run crontab [08:35:37] mbh: https://lists.wikimedia.org/pipermail/labs-l/2015-March/003516.html [08:41:05] thanks, but this did't explain different console interface and non-working crontab. See http://i.imgur.com/9jGEGFy.png [16:13:47] Can mediawiki api display a diff forgoing the use of a local diff algorithm given two revids are provided? [16:21:08] do I need more than +2 rights to tag extensions in git? [20:07:15] Raymond__: yayy https://code.google.com/p/gerrit/issues/detail?id=938 [22:47:57] I'm getting an error on a git review: http://pastebin.com/d2JnNWX6 Any ideas? [22:55:56] mgooley, actually yes [22:56:06] I was complaining about this somewhere, one sec [22:57:21] mgooley, https://phabricator.wikimedia.org/T93489 [22:58:20] Krenair: so did you just have to use HTTPS? [22:58:57] I was using HTTPS and that was the problem [22:58:59] I used SSH instead [23:00:49] Ah I see. How do you get git review to use ssh? [23:02:30] just set the git remote url to ssh://mgooley@gerrit.wikimedia.org:29418/path/to/repo.git [23:02:40] assuming you have an account [23:03:58] Ah... so that has to do with the way you checkout the repo? [23:04:19] If I had used ssh when I used git clone, it would have been set to that already [23:06:53] it's supposed to work anyway [23:06:54] but... yeah [23:06:57] I think it's broken [23:07:49] looks like it [23:08:16] i tried to set it, but it just added a new line [23:09:20] `git remote set-url origin ssh://....`