[10:04:22] eddiegp: is there a task tracking the build failures (that you're now rechecking?) [10:04:26] (also, thanks!) [14:33:52] phuedx: No, I went to the dashboards of Popups and MobileFrontend in gerrit and looked into the recent changes that had failed builds. As far as I know Popups and MobileFrontend were the repositorys affected. [15:33:20] thanks for the feedback eddiegp [15:34:41] phuedx: np [18:50:20] niedzielski: o/ mind merging when you have a chance -> https://gerrit.wikimedia.org/r/343038 [18:50:30] niedzielski: so that our alpha users don't have to deal with crashes [18:53:21] dbrant: sure. (i took a break from merging the other stuff today to try and finish up the patch i'm working on.) [18:53:50] cool; other patches can wait [23:09:15] niedzielski: hey i just pushed an applib patch. oh i also think i have a handle on a workflow for making the app temporarily point to local clone of applib while doing consolidation work. [23:09:50] niedzielski: i'm using "npm link" and "unlink" to temporarily replace /www/node_modules/applib/ with a symlink to the local clone. seems to work - once symlink is in place i just have to run "npm run-script build" on the local clone to build any changes i make to it, then i run "npm install" and "grunt" on the proj's www to rebuild the proj's assets js. i'm [23:09:50] working on writing this up too, but the doc is still a work-in-progress. [23:10:21] mhurd: cool! i'm looking forward to checking it out but unfortunately i'm assdeep trying to finish caching today and then have to jump back to my own applib stuff so i won't get to it tonight [23:11:00] niedzielski: no worries at all! i just came up for air after an auth deep-dive :) [23:11:06] niedzielski: can chat about it during meeting tomorrow [23:11:25] mhurd: nice! sounds good [23:11:39] niedzielski: the patch i pushed just removes build products from git tracking