diff options
author | intrigeri <intrigeri@boum.org> | 2016-11-20 07:00:20 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2016-11-20 07:00:20 +0000 |
commit | 2e865043d6e770d7da6affdbfa266f18c089a821 (patch) | |
tree | 08241ea863e03bb76886168bb213facdaffa8a43 /doc | |
parent | 021ae7050af87696ed3f6b066bf98b246954553e (diff) | |
download | ikiwiki-2e865043d6e770d7da6affdbfa266f18c089a821.tar ikiwiki-2e865043d6e770d7da6affdbfa266f18c089a821.tar.gz |
pagestats determinism: report bug + patch.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/pagestats_output_is_not_deterministic.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/pagestats_output_is_not_deterministic.mdwn b/doc/bugs/pagestats_output_is_not_deterministic.mdwn new file mode 100644 index 000000000..63d52e191 --- /dev/null +++ b/doc/bugs/pagestats_output_is_not_deterministic.mdwn @@ -0,0 +1,11 @@ +Hi! While working on Reproducible Builds for Tails, we noticed that +the pagestats plugin's output is not deterministic: pages that have +the same number of hits (counts) are sorted in hash order. + +The `pagestats-determinism` branch in the +<https://git-tails.immerda.ch/ikiwiki.git> Git repository has a fix +for this problem. + +--[[intrigeri]] + +[[!tag patch]] |