Logs for #nikola for 2015-12-27

12:38:33 <KwBot> [nikola] Kwpolska opened issue #2198: More descriptive commit messages for github_deploy https://github.com/getnikola/nikola/issues/2198
12:38:33 <KwBot> [nikola] Kwpolska assigned issue #2198 to Kwpolska: More descriptive commit messages for github_deploy https://github.com/getnikola/nikola/issues/2198
12:41:08 -GitHub[nikola]:#nikola- [nikola] Kwpolska created github_deploy-auto-commit (+1 new commit): http://git.io/vE6wA
12:41:09 -GitHub[nikola]:#nikola- nikola/github_deploy-auto-commit 405dbd1 Chris Warrick: Fix #2186 -- commit to source branch automatically...
12:44:02 -GitHub[nikola]:#nikola- [nikola] Kwpolska opened pull request #2199: Fix #2186 -- commit to source branch automatically (master...github_deploy-auto-commit) http://git.io/vE6r8
12:46:05 -travis-ci:#nikola- getnikola/nikola#6714 (github_deploy-auto-commit - 405dbd1 : Chris Warrick): The build failed.
12:46:06 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/405dbd10595a
12:46:06 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/98966401
12:47:43 -GitHub[nikola]:#nikola- [nikola] Kwpolska force-pushed github_deploy-auto-commit from 405dbd1 to 55f7bb1: http://git.io/vE6ok
12:47:43 -GitHub[nikola]:#nikola- nikola/github_deploy-auto-commit 55f7bb1 Chris Warrick: Fix #2186 -- commit to source branch automatically...
12:54:19 -travis-ci:#nikola- getnikola/nikola#6716 (github_deploy-auto-commit - 55f7bb1 : Chris Warrick): The build was fixed.
12:54:20 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/405dbd10595a...55f7bb10f372
12:54:21 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/98967031
12:54:40 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 4 new commits to master: http://git.io/vE6K6
12:54:40 -GitHub[nikola]:#nikola- nikola/master 3f5d713 Jean Jordaan: Proofread: fix typos, grammar, markup...
12:54:40 -GitHub[nikola]:#nikola- nikola/master 18a3df6 Jean Jordaan: Missed the original typo!
12:54:40 -GitHub[nikola]:#nikola- nikola/master 270569f Chris Warrick: Remove note that does not apply to Nikola
12:54:44 <ChrisWarrick> yay for force-push
12:55:59 <ChrisWarrick> should be fixed now (might need force-pull)
13:00:42 -travis-ci:#nikola- getnikola/nikola#6718 (master - 5792a3a : Chris Warrick): The build passed.
13:00:43 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/1d90dfc7e637...5792a3af555d
13:00:44 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/98967574
13:08:12 -GitHub[nikola]:#nikola- [nikola] Kwpolska created github_deploy-commit-messages (+1 new commit): http://git.io/vE6id
13:08:12 -GitHub[nikola]:#nikola- nikola/github_deploy-commit-messages d65ccc2 Chris Warrick: Fix #2198 -- github_deploy custom commit messages...
13:12:17 -travis-ci:#nikola- getnikola/nikola#6719 (github_deploy-commit-messages - d65ccc2 : Chris Warrick): The build passed.
13:12:18 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/d65ccc2326d6
13:12:18 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/98968855
18:02:11 <KwBot> [nikola] Kwpolska closed issue #2186: github_deploy should commit to the source branch automatically https://github.com/getnikola/nikola/issues/2186
18:02:24 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/vEi1p
18:02:24 -GitHub[nikola]:#nikola- nikola/master e90de1f Chris Warrick: Merge pull request #2199 from getnikola/github_deploy-auto-commit...
18:03:27 <KwBot> [nikola] Kwpolska closed issue #2198: More descriptive commit messages for github_deploy https://github.com/getnikola/nikola/issues/2198
18:03:41 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/vEiMc
18:03:41 -GitHub[nikola]:#nikola- nikola/master c5ea270 Chris Warrick: Merge branch 'github_deploy-commit-messages'
18:07:17 -travis-ci:#nikola- getnikola/nikola#6720 (master - e90de1f : Chris Warrick): The build passed.
18:07:18 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/5792a3af555d...e90de1fa4541
18:07:18 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/98995715
18:11:06 -travis-ci:#nikola- getnikola/nikola#6721 (master - c5ea270 : Chris Warrick): The build passed.
18:11:07 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/e90de1fa4541...c5ea270dceea
18:11:07 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/98995867
22:51:51 <Koni> Hi, Is it possible to add some "custom" variables in conf.py file ? How can I access them in templates ? To be a little bit more clear I use two different conf.py files, one for testing, one for production. I want for example to add Google Analytics code only when my website is built with my production conf.py file. Any ideas ? Thx a lot