[00:33:13] (CR) Jdlrobson: [C: 2 V: 2] Update the uploads schema definition [analytics/limn-mobile-data] - https://gerrit.wikimedia.org/r/121525 (owner: Jdlrobson) [02:40:33] (CR) Csalvia: [C: -1] [WIP] Run recurring reports using the scheduler (1 comment) [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/112165 (owner: Milimetric) [03:17:10] (CR) Csalvia: [WIP] Run recurring reports using the scheduler (1 comment) [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/112165 (owner: Milimetric) [04:07:56] (PS42) Csalvia: [WIP] Run recurring reports using the scheduler [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/112165 (owner: Milimetric) [04:07:58] (PS1) Csalvia: Added coalesced recurrent reports [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/122638 [10:03:56] (CR) Nuria: [WIP] Run recurring reports using the scheduler (3 comments) [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/112165 (owner: Milimetric) [11:06:46] (CR) QChris: [C: -1] "Except for the wrong dash in the rsync option," (4 comments) [analytics/kraken/deploy] - https://gerrit.wikimedia.org/r/122427 (owner: Ottomata) [11:57:57] (CR) Nuria: Adding coding guidelines to README.md file (7 comments) [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/120542 (owner: Nuria) [12:00:54] (PS3) Nuria: Adding coding guidelines to README.md file [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/120542 [12:32:01] (CR) QChris: [C: -1] "Some comments from PS2 are still unaddressed and" [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/120542 (owner: Nuria) [12:48:51] (PS1) QChris: Add Cloudera repository [analytics/camus] - https://gerrit.wikimedia.org/r/122777 [12:52:04] (CR) QChris: "When trying to build, I get:" (2 comments) [analytics/camus] (wmf) - https://gerrit.wikimedia.org/r/122563 (owner: Ottomata) [12:56:47] (CR) QChris: "This change is a prerequisite for" [analytics/kraken] - https://gerrit.wikimedia.org/r/121531 (owner: Ottomata) [13:01:20] (CR) Ottomata: "Naw, we can't. We have to use Archiva." [analytics/camus] - https://gerrit.wikimedia.org/r/122777 (owner: QChris) [13:13:53] (PS1) QChris: Add WMF's repository for mirrored jars [analytics/camus] (wmf) - https://gerrit.wikimedia.org/r/122782 [13:14:47] (Abandoned) QChris: Add WMF's repository for mirrored jars [analytics/camus] (wmf) - https://gerrit.wikimedia.org/r/122782 (owner: QChris) [13:17:00] (Restored) QChris: Add WMF's repository for mirrored jars [analytics/camus] (wmf) - https://gerrit.wikimedia.org/r/122782 (owner: QChris) [13:18:33] (CR) QChris: "This change is on the wrong branch. Sorry. Will abandon." [analytics/camus] - https://gerrit.wikimedia.org/r/122777 (owner: QChris) [13:19:00] (Abandoned) QChris: Add Cloudera repository [analytics/camus] - https://gerrit.wikimedia.org/r/122777 (owner: QChris) [13:23:00] (CR) QChris: "Since I got confused with branches ..." [analytics/camus] (wmf) - https://gerrit.wikimedia.org/r/122563 (owner: Ottomata) [13:25:19] qchris: i guess that's fine [13:25:26] we should probably remove the apache releases repository then [13:25:26] but [13:25:31] why not just use settings.xml? [13:25:37] Yes, we should limit to only archiva. [13:25:49] Because settings.xml is arcane for most people. [13:25:56] And it's system wide. [13:26:14] So for example ... if I develop for gerrit and camus, I run into problems. [13:26:49] (At least I did the way settings.xml was used for the old kraken setup) [13:27:06] hmmm [13:27:08] No need to force them system wide, when actually, we only need them for this repo. [13:27:14] hmmm [13:27:17] hmmm [13:27:40] hokaayyy [13:27:40] It's like forcing people to change their ~/.git to include the Change-Id-hooks [13:27:53] Ok :-) [13:27:58] should I change the instructions in the wikipage then? [13:28:10] I haven't read through the wikipage yet. [13:28:14] Still reviewing your changes. [13:28:21] :-P [13:28:27] ha, ok [13:28:34] the instructions say to add them to settings.xml [13:28:37] ok new question [13:28:50] how can I make .gitattributes target only artifacts/ *.jar [13:28:54] i'm trying with ** [13:28:57] not working yet [13:29:12] It should be possible to place .gitattributes in the artifacts directory. [13:29:17] OOOOO [13:29:18] (just like .gitignore) [13:32:16] hmmmmmmmMM [13:32:18] not working [13:32:32] ? [13:32:45] Mhmm. [13:33:10] I thought I saw that working in a repo [13:33:16] coudl be doing somethign wrong [13:33:26] don't think so though [13:33:36] cat artifacts/.gitattributes [13:33:36] *.jar filter=fat -text [13:33:41] man gitattributes also says that it should work. [13:33:52] Yes. Looks good. [13:34:07] cp datafu-0.0.9.jar artifacts/datafuC.jar [13:34:21] git add artifacts/datafuC.jar [13:34:24] git commit -m 'Adding datafuC.jar' [13:34:35] cd ../clone of local repo [13:34:46] git pull [13:35:18] ls -lh artifacts/datafuC.jar [13:35:29] 280K [13:35:46] should be just the text file but is the full jar [13:36:07] Interesting. Gonna try that on my machine ... [13:39:30] works for me... [13:39:41] Did you activate git-fat globally? [13:39:47] Like it ~/.git [13:39:56] ~/.gitconfig [13:40:07] or ~/.config/... [13:40:11] ottomata: ^ [13:41:57] Did you alias "git pull" to "git fat pull"? [13:43:44] no [13:43:51] i activated git fat but running [13:43:52] git fat init [13:43:58] on both repos after they were created/cloned [13:44:05] it worked for you eh? hmm i'll start fresh and try again [13:44:12] Ja. Worked for me. [13:45:18] cat artifacts/.gitattributes [13:45:18] *.jar filter=fat -text [13:47:04] pssh, ok it worked for me too, must have messed something up when I was testing [13:47:05] ok tahnks [13:48:39] (CR) Ottomata: Adding README, Kraken submodule, and setting up for git-fat (4 comments) [analytics/kraken/deploy] - https://gerrit.wikimedia.org/r/122427 (owner: Ottomata) [13:48:53] (PS3) Ottomata: Adding README, Kraken submodule, and setting up for git-fat [analytics/kraken/deploy] - https://gerrit.wikimedia.org/r/122427 [13:49:56] You're producing more changes than I can review :-P [13:50:34] haha, that was just comments and response change! [13:54:40] hmm, qchris, can I think we need wikimedia.mirrored configured as a external/*, no? [13:54:59] i tried with just the repository stuff you added (removed apache.org repo) [13:55:05] and nothing in my settings.xml file [13:55:09] but it still downloaded from apache.org [13:56:31] is appear.in not working? [13:56:35] You mean to /force/ use of archiva? [13:56:46] tnegrin: I am already in the appear.in batcave. [13:56:49] me too [13:57:12] mmm…chrome is moaning about it being broken [13:57:17] (PS4) Nuria: Adding coding guidelines to README.md file [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/120542 [13:57:20] um, qchris, yes? camus and kraken shoudl be buildable with and empty ~/.m2/repository and only downloading from archiva.wikimedia.org [13:57:30] ottomata: Yes. The patch set I uploaded only fetches those jars from archiva that it cannot find elsewhere. [13:57:45] ah, yeah, everything should come from archiva [13:58:06] I have [13:58:06] [13:58:06] wikimedia.mirrored [13:58:06] http://archiva.wikimedia.org/repository/mirrored/ [13:58:06] external:* [13:58:07] [13:58:10] in my settings.xml [13:58:15] can we put that in pom.xml? [13:58:27] (CR) Nuria: "I have corrected the line lengths on the whole file and addressed the couple comments I had missed (sorry)." [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/120542 (owner: Nuria) [13:58:29] I'll have to look that up after standup. [13:58:44] of course [13:58:51] yeah i'm googling too [14:00:22] having trouble with appear.in on chrome/linux... one sec [14:02:21] csalvia_: we are moving to google hangout batcave [14:02:27] average: ^ [14:02:36] oh you are there, great [14:03:51] ok [14:12:29] (CR) Csalvia: Added coalesced recurrent reports (1 comment) [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/122638 (owner: Csalvia) [14:47:13] hey, so I'm having this problem.. sort-of [14:47:29] has anyone attempted running chrome in an LXC or chroot ? [14:47:44] I attended the standup today from a Virtualbox [14:47:56] I am no longer comfortable running Chrome or closed-source on my machine [14:48:36] since I've spent a considerable amount of time tightening up a lot of stuff [14:48:54] and using Chrome natively is a complete no-go for me at this point [14:49:16] if anyone has attempted this before, please let me know, I'm trying to get that going here [14:49:44] Virtualbox has a big overhead, and indirectly makes my connection choppy [14:50:01] I believe LXC or chroot can be viable alternatives [14:50:49] I've also e-mailed appear.in about the problems they have with their product. I've been told that I should use Chrome for best results [14:51:20] I'm a fan of appear.in but the quality of their product is not yet there where I can consider it a replacement for G+ Hangouts [14:51:33] since when we tried it today and the time before, there were problems with it [14:53:38] I think I should write this in the mailing list [14:53:43] I was silly, sorry [16:27:08] (CR) Ottomata: Adding camus-wmf subproject and setting wmf version to -wmf3 (1 comment) [analytics/camus] (wmf) - https://gerrit.wikimedia.org/r/122563 (owner: Ottomata) [18:00:24] csalvia_, nuria: I am having problems to get my google machine up. No need to wait for me. I'll join you in a few minutes. [18:00:27] (Hopefully) [18:03:22] ottomata: Showcasing! [18:20:31] awjr_away: About the mobile reports you've been sent from our team. Were they a mixture of tsvs/csvs or just tsvs? [18:24:21] qchris: one csv, two tsv's [18:24:25] :-( [18:24:28] ua_device was csv [18:24:31] meh, it's ok :) [18:24:42] at least, no one's complained about it yet [18:24:44] and i doubt they will [18:24:47] Haha. [18:24:52] easy enough to convert on our end ;) [18:24:57] Well ... datawise they should be the same. [18:25:26] Mhmm. [18:25:35] I'll discuss with tnegrin. [18:25:40] Thanks for confirming. [18:25:44] no problem qchris [18:33:51] csvs are the mind-killer! :p