Logs for #nikola for 2015-01-12

10:08 -GitHub[comet]:#nikola- [comet_cms] Kwpolska pushed 1 new commit to master: http://git.io/cKd4kg
10:08 -GitHub[comet]:#nikola- comet_cms/master 61020cf Chris Warrick: make sure a Nikola site exists...
10:08 -GitHub[comet]:#nikola- [comet_cms] Kwpolska pushed 1 new commit to master: http://git.io/tAxvHw
10:08 -GitHub[comet]:#nikola- comet_cms/master ecb6367 Chris Warrick: add ._COMET_NO_CONFIG in docs/...
10:19 -GitHub[comet]:#nikola- [comet_cms] Kwpolska pushed 1 new commit to master: http://git.io/x_b2TA
10:19 -GitHub[comet]:#nikola- comet_cms/master 17c69cf Chris Warrick: Check if theme inherits from bootstrap3 and change if needed....
10:21 -GitHub[comet]:#nikola- [comet_cms] Kwpolska pushed 1 new commit to master: http://git.io/cE_61w
10:21 -GitHub[comet]:#nikola- comet_cms/master 66f22cc Chris Warrick: flake8...
13:00 -GitHub[comet]:#nikola- [comet_cms] Kwpolska pushed 1 new commit to master: http://git.io/seZf3Q
13:00 -GitHub[comet]:#nikola- comet_cms/master 9341eee Chris Warrick: fix #28 -- fallback for non-html posts...
13:16 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/bJBRYA
13:16 -GitHub[nikola]:#nikola- nikola/master 70d10d6 Chris Warrick: fix #1577 -- don’t classify unpublished posts as pages...
13:18 -GitHub[comet]:#nikola- [comet_cms] Kwpolska pushed 2 new commits to master: http://git.io/8Z6n-A
13:18 -GitHub[comet]:#nikola- comet_cms/master 54a0113 Chris Warrick: #24a — support 2-file posts...
13:18 -GitHub[comet]:#nikola- comet_cms/master fd94aa8 Chris Warrick: update templates...
13:19 -GitHub[comet]:#nikola- [comet_cms] Kwpolska force-pushed master from fd94aa8 to af4ce00: http://git.io/P1shSw
13:19 -GitHub[comet]:#nikola- comet_cms/master 1295ab8 Chris Warrick: issue #24 1/2 — support 2-file posts...
13:19 -GitHub[comet]:#nikola- comet_cms/master af4ce00 Chris Warrick: update templates...
13:22 -travis-ci:#nikola- getnikola/nikola#4500 (master - 70d10d6 : Chris Warrick): The build passed.
13:22 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/a2b615e2954f...70d10d62c624
13:22 -travis-ci:#nikola- Build details: http://travis-ci.org/getnikola/nikola/builds/46720401
14:55 -GitHub[comet]:#nikola- [comet_cms] Kwpolska pushed 1 new commit to master: http://git.io/SMYcbw
14:55 -GitHub[comet]:#nikola- comet_cms/master 1d31a0c Chris Warrick: fix #27 -- allow multiple processes...
15:30 -GitHub[comet]:#nikola- [comet_cms] Kwpolska pushed 2 new commits to master: http://git.io/8k-mUg
15:30 -GitHub[comet]:#nikola- comet_cms/master 4c4052c Chris Warrick: use real translatablesettings...
15:30 -GitHub[comet]:#nikola- comet_cms/master 03b0fe7 Chris Warrick: document db schema...
18:28 <+ChrisWarrick> ralsina_: what is the status of #825?  It breaks my setup with a weird OSError: [Errno 2] No such file or directory: '/var/comet/my_comet_site/cache/.mako.tmp/tmpyACJjd'…
18:28 <@ralsina_> let me see...
18:29 <@ralsina_> the mako issue never got fixed it seems, so we still need the workaround
18:30 <+ChrisWarrick> ralsina_: which is bad
18:30 <@ralsina_> I don't see how it could cause that tho
18:30 <+ChrisWarrick> ralsina_: https://bpaste.net/show/5ae777cb2b9a
18:30 <+ChrisWarrick> ralsina_: running from within celery, every build with cache/ pre-existing fails
18:31 <+ChrisWarrick> cannot reproduce outside of it
18:31 <@ralsina_> weird
18:31 <@ralsina_> specially since it crashes inside mkstemp
18:32 <@ralsina_> can you check what directory it's trying to create and that all the parents exist?
18:49 <+ChrisWarrick> ralsina_: parents do; the dir does not.
18:49 <+ChrisWarrick> ralsina_: I’ll probably plant in yet another Comet-specific hack to disarm caching in Comet.
18:49 <+ChrisWarrick> caching in Mako*
18:49 <@ralsina_> it feels bad without knowing why the hell it fails
18:50 <+ChrisWarrick> that’s basically the celery experience
18:50 <+ChrisWarrick> things NEVER work how you expect them to work
18:52 <@ralsina_> I had lots of fun and very little pain using http://python-rq.org/
20:06 <+ChrisWarrick> ralsina_: looks sane
20:06 <+ChrisWarrick> ralsina_: at the same time, mako is not
20:07 <@ralsina_> yeah, I should have just used jinja from the start, except my old templates were mako ones
20:08 <+ChrisWarrick> ralsina_: worst case scenario, I’ll force Comet users to use Jinja themes.  I can do that.
20:08 <@ralsina_> since all mako themes have a jinja counterpart...
20:08 <@ralsina_> you don't really lose anything
20:09 <+ChrisWarrick> ralsina_: I want to be nice first.  RQ doesn’t fix it, Mako goes to the shitter.
20:09 <@ralsina_> cool
20:10 <+ChrisWarrick> considering Redis is already used by Comet, it’s easy.
20:11 <@ralsina_> it's pretty much "install it, run it, feed it functions"
20:19 <+ChrisWarrick> ralsina_: do you know if it accepts StrictRedis?
20:19 <+ChrisWarrick> yeah, it does
20:19 <+ChrisWarrick> perfect
21:05 -GitHub[comet]:#nikola- [comet_cms] Kwpolska pushed 1 new commit to master: http://git.io/WhBjEQ
21:05 -GitHub[comet]:#nikola- comet_cms/master dff1f99 Chris Warrick: Broken implementation of rebuilds...