. render_sources:output/stories/gnulinux-es-dificil/index.md
. render_posts:cache/stories/gnulinux-es-dificil.html.en
. render_posts:cache/stories/gnulinux-es-dificil.html
. gzip:render_sources:output/stories/gnulinux-es-dificil/index.md.gz
. render_pages:output/en/stories/gnulinux-is-difficult/index.html
. render_pages:output/stories/gnulinux-es-dificil/index.html
. gzip:render_pages:output/en/stories/gnulinux-is-difficult/index.html.gz
. gzip:render_pages:output/stories/gnulinux-es-dificil/index.html.gz
Scanning posts..done!
Scanning posts..done!
Scanning posts..done!
Scanning posts..done!
Scanning posts..done!
Scanning posts..done!
Scanning posts..done!
Scanning posts..done!
(nikola)user@user-Satellite:~/Documentos/perseosblog$ ./build
Scanning posts..done!
. gzip:render_pages:output/stories/gnulinux-es-dificil/index.html.gz
. gzip:render_pages:output/en/stories/gnulinux-is-difficult/index.html.gz
. sitemap:output/sitemap.xml
Scanning posts..done!
Scanning posts..done!
Scanning posts..done!
Scanning posts..done!
Scanning posts..done!
Scanning posts..done!
Scanning posts..done!
Scanning posts..done!
(nikola)user@user-Satellite:~/Documentos/perseosblog$ ./build
Scanning posts..done!
Scanning posts..done!
Scanning posts..done!
Scanning posts..done!
Scanning posts..done!
Scanning posts..done!
Scanning posts..done!
Scanning posts..done!
Scanning posts..done!
./buid is a small bash script that the only thing it does is nikola build multiply by 9 times. Why? Precisely because apparently I've noticed a build nikola or two is not enough to make sure everything has been completed well, but after this I think it's ridiculous, I joked around with nikola build * 9 but it turns out even that is not sufficient :(.
Sorry, My previous message appeared as deleted :(
Python 2.7...
--
You received this message because you are subscribed to the Google Groups "nikola-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nikola-discus...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Sorry, My previous message appeared as deleted :(
Python 2.7...
--
On Wed, Apr 23, 2014 at 11:52 PM, Brad Miller <mill...@luther.edu> wrote:
> I am seeing some similar behavior with the latest HEAD.
>
> I have about 180 blog posts, some of them are quite old, dating back to
> 2009, 10, and 11. there is a group of them that seem to be constantly
> rebuilt. Not every time, but in a recurring way, maybe every time, maybe
> every second time. If I type nikola build a bunch of times,
>
> I'm using Python 3.4.
>
> I've tried dumping my build db, but I get:
>
> DBM type is 'dbm.ndbm'
> ERROR: ndbm does not support iteration of elements
>
> I've tried switching to the sqlite3 backend, but then I just get an error
> that the database type cannot be determined.
>
> I would be happy to dig in and help track this down, if someone could point
> me toward some things I could try.
What are the filenames (input and output) and slugs of the affected
posts? This might be an encoding problem.
Also, could you try dumping the dependency database with the `dbm`
backend? Or the `json` backend?