16:59:53 <KwBot> [nikola] c-b opened issue #1851: pip install nikola misses some dependencies https://github.com/getnikola/nikola/issues/1851 17:09:59 <KwBot> [nikola] Kwpolska assigned issue #1851 to Kwpolska: pip install nikola misses some dependencies https://github.com/getnikola/nikola/issues/1851 18:18:07 <KwBot> [nikola] ralsina closed issue #1851: pip install nikola misses some dependencies https://github.com/getnikola/nikola/issues/1851 19:33:33 <KwBot> [nikola] willkg opened issue #1852: "nikola auto" kicks up "no such file or directory" when files change https://github.com/getnikola/nikola/issues/1852 20:01:01 <travis-ci> Wheelhouse build by Chris Warrick: The build passed. See https://travis-ci.org/getnikola/wheelhouse/builds/69189657. 20:09:03 <KwBot> [nikola] willkg closed issue #1852: "nikola auto" kicks up "no such file or directory" when files change https://github.com/getnikola/nikola/issues/1852 20:20:09 <travis-ci> Wheelhouse build by requires.io: The build passed. See https://travis-ci.org/getnikola/wheelhouse/builds/69189662. 22:24:59 -GitHub[nikola]:#nikola- [nikola] ralsina created fix-1830 from master (+0 new commits): http://git.io/vtNHS 22:34:32 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to fix-1830: http://git.io/vtNdO 22:34:32 -GitHub[nikola]:#nikola- nikola/fix-1830 62609d7 Roberto Alsina: Don't use bytes for headers, it breaks in python3 22:38:29 -travis-ci:#nikola- getnikola/nikola#5571 (fix-1830 - 685239d : Felix Fontein): The build passed. 22:38:30 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/fix-1830 22:38:30 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/69210074 22:46:03 -travis-ci:#nikola- getnikola/nikola#5572 (fix-1830 - 62609d7 : Roberto Alsina): The build passed. 22:46:04 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/685239d2bba6...62609d7113fc 22:46:04 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/69211379 23:07:10 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 2 new commits to fix-1830: http://git.io/vtAfn 23:07:10 -GitHub[nikola]:#nikola- nikola/fix-1830 13a4923 Roberto Alsina: response has to be bytes 23:07:10 -GitHub[nikola]:#nikola- nikola/fix-1830 7ba2665 Roberto Alsina: Fix #1830 23:07:33 -GitHub[nikola]:#nikola- [nikola] ralsina opened pull request #1853: Fix 1830 (master...fix-1830) http://git.io/vtAfE 23:12:03 <ralsina> HAHA IN YOUR FACE ISSUE #1830 23:18:26 -travis-ci:#nikola- getnikola/nikola#5573 (fix-1830 - 7ba2665 : Roberto Alsina): The build passed. 23:18:27 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/62609d7113fc...7ba2665ada69 23:18:27 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/69215265 23:31:12 <cripplet> hi, I'm having some issue understanding nikola's github_deploy feature 23:33:35 <cripplet> that is, I have a CNAME file in the GITHUB_DEPLOY_BRANCH, as per https://help.github.com/articles/adding-a-cname-file-to-your-repository/ to redirect my github page 23:33:52 <cripplet> this CNAME file is being deleted every time I run github_deploy 23:36:11 <cripplet> I was on nikola v7.2.x, which ignored extraneous files added into the GITHUB_DEPLOY_BRANCH (so my CNAME file would be ignored after I added it), which is not the case on v7.5.1 23:38:19 <cripplet> I haven't found any indication in conf.py that says nikola can auto-generate the CNAME file, which means currently, I would have to re-add CNAME manually every time I run github_deploy 23:38:25 <cripplet> am I overlooking something? 23:48:02 <cripplet> after looking at the issue, it seems to be caused by nikola using the ghp-import package, which destroys anything in the GITHUB_DEPLOY_BRANCH -- this means that nikola would have to auto-generate the CNAME file -- would this be a feature request? 23:48:23 <ralsina> cripplet: put that fiile in files/ 23:48:45 <ralsina> cripplet: that way nikola build/ will copy it in output 23:51:52 <cripplet> ah thank you! 23:51:58 <cripplet> I should read the docs better :) 23:57:16 -GitHub[plugins]:#nikola- [plugins] ralsina pushed 2 new commits to master: http://git.io/vtAGR 23:57:16 -GitHub[plugins]:#nikola- plugins/master 396d275 Martín Gaitán: emojis as a rst transform 23:57:16 -GitHub[plugins]:#nikola- plugins/master 6104f3d Roberto Alsina: Merge pull request #73 from mgaitan/emojis_transform...