Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nikola build on demo site always finds something to do #1746

Merged
merged 1 commit into from May 23, 2015

Conversation

felixfontein
Copy link
Contributor

If you run nikola build on the demo site more than once, it will always find something to do. The first thing is that it always executes render_posts:timeline_changes. The reason is that the order of the posts in the timeline can change if two posts have the same date, which happens with pages. Therefore, this patch sorts the timeline (and all other post lists) not only by date, but also by source path.

felixfontein added a commit that referenced this pull request May 23, 2015
Avoid infinite rebuild of render_posts:timeline_changes.
@felixfontein felixfontein merged commit 76fbc11 into master May 23, 2015
@felixfontein felixfontein deleted the fix-timeline-infinite-update branch May 23, 2015 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant