diff options
author | intrigeri <intrigeri@web> | 2017-09-01 15:38:30 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2017-09-01 15:38:30 -0400 |
commit | 0208305f5c3f78007345894b2ed6eba886aa10d1 (patch) | |
tree | 137eb1bae2797267aa416eb6d9fc6d1083859999 | |
parent | 258feb8bc82fd7f71a9005406eb15ddaf80b78ac (diff) | |
download | ikiwiki-0208305f5c3f78007345894b2ed6eba886aa10d1.tar ikiwiki-0208305f5c3f78007345894b2ed6eba886aa10d1.tar.gz |
Report bug + merge request: image resize is not deterministic.
-rw-r--r-- | doc/bugs/images_resizing_is_not_deterministic.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/images_resizing_is_not_deterministic.mdwn b/doc/bugs/images_resizing_is_not_deterministic.mdwn new file mode 100644 index 000000000..d17679eaa --- /dev/null +++ b/doc/bugs/images_resizing_is_not_deterministic.mdwn @@ -0,0 +1,14 @@ +Hi! + +While working on Reproducible Builds for Tails, we noticed that +the img plugin's output is not deterministic: PNG images embed +timestamps. + +The `img-determinism` branch in the +`https://git-tails.immerda.ch/ikiwiki.git` Git repository has a fix +for this problem + a new test (that fails without this change, and +succeeds with the branch merged). + +--[[intrigeri]] + +[[!tag patch]] |