Logs for #nikola for 2016-06-11

09:38:57 <ChrisWarrick> Nikola release (v7.7.9) started!
09:52:51 <gour> how long it takes approx. ?
09:53:06 <ChrisWarrick> about half an hour, depending on various factors
09:53:11 <ChrisWarrick> for example, I’m busy fixing two minor bugs
09:53:30 <gour> 8.0 is not (yet) considered?
09:54:04 <ChrisWarrick> we don’t have time to do all the 8.x work
09:54:39 <gour> i hope i'll be able to help somehow in the future...
09:57:16 -GitHub[nikola]:#nikola- [nikola] Kwpolska tagged v7.7.9 at f1dac21: https://git.io/voZHu
10:02:26 -travis-ci:#nikola- getnikola/nikola#7173 (v7.7.9 - 742b835 : Chris Warrick): The build failed.
10:02:27 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/v7.7.9
10:02:27 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/136896908
10:02:58 <ChrisWarrick> invariance failure, keep calm and carry on
10:05:05 -travis-ci:#nikola- getnikola/nikola#7174 (master - 742b835 : Chris Warrick): The build was broken.
10:05:06 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/2e9e904dd411...742b8356c5eb
10:05:06 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/136896914
10:05:39 -travis-ci:#nikola- Invariant build by Chris Warrick: The build passed. See https://travis-ci.org/getnikola/invariant-builds/builds/136897614.
10:05:45 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/voZHS
10:05:45 -GitHub[nikola]:#nikola- nikola/master d9e867a Chris Warrick: Update README with Python 3.5 support...
10:06:37 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/voZHQ
10:06:37 -GitHub[nikola]:#nikola- nikola/master 52f679b Chris Warrick: Update setup.py classifiers and imports [ci skip]...
10:10:39 -travis-ci:#nikola- getnikola/nikola#7175 (master - d9e867a : Chris Warrick): The build was fixed.
10:10:40 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/742b8356c5eb...d9e867ac5e28
10:10:40 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/136897815
10:14:01 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/voZQI
10:14:01 -GitHub[nikola]:#nikola- nikola/master 43d3c51 Chris Warrick: Clean up stale symlinks when creating symlinked list [ci skip]...
10:19:26 -GitHub[site]:#nikola- [nikola-site] Kwpolska pushed 1 new commit to master: https://git.io/voZQ8
10:19:26 -GitHub[site]:#nikola- nikola-site/master b0f7415 Chris Warrick: Nikola v7.7.9...
10:35:49 <ChrisWarrick> release all done
10:35:56 <ChrisWarrick> took a bit longer than usual
10:37:01 <punchagan> ChrisWarrick: Thank you! 
10:37:14 <ChrisWarrick> punchagan: you’re welcome
11:04:22 <gour> thank you ChrisWarrick for your effort!
11:04:31 <ChrisWarrick> you’re all welcome
11:05:02 <gour> quick reboot after larger system update
11:05:09 <ChrisWarrick> and if someone wants to help out, this thing could use some automation
13:58:28 <gour> do you use less/sass while working on nikola themes or prefer 'plain' css?
15:45:42 <ChrisWarrick> I use plain CSS for my own micro-theme and less for a side project (unrelated to Nikola) that is much more themed
15:58:40 <gour> ChrisWarrick: do you use lesscpy?
15:59:07 <ChrisWarrick> nah, the standard node stuff
15:59:38 <gour> ok (although i don't like that node/JS stuff)
16:00:15 <gour> however, it seems that almost every css framework today is bloated with this JS stuff
16:15:36 <ChrisWarrick> I never wrote a line of Node.JS code
16:17:52 <gour> i'm looking into python bindings for libsass now...
16:19:15 <ChrisWarrick> is that really necessary?
16:19:42 <gour> for nikola's sass plugin, i assume
16:22:03 <ChrisWarrick> we shell out for that
16:22:23 <ChrisWarrick> install whatever the standard sass compiler is and the nikola plugin and it will work
16:23:43 <gour> to me, using python stuff over node.js is ok ;)
16:31:13 -GitHub[site]:#nikola- [nikola-site] Kwpolska pushed 1 new commit to master: https://git.io/vone9
16:31:13 -GitHub[site]:#nikola- nikola-site/master 0c2586b Chris Warrick: Pillow build dependencies...