diff options
author | Simon McVittie <smcv@debian.org> | 2015-06-09 10:50:00 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2015-06-09 22:29:38 +0100 |
commit | d18b77c107acb1b3a192d25a8297141253b1bf1f (patch) | |
tree | 7ca5dc3eebc8d10778536637fe00f41135e7141b /debian | |
parent | 8e007666d4ad28331bafa14d38b14a1e82be539d (diff) | |
download | ikiwiki-d18b77c107acb1b3a192d25a8297141253b1bf1f.tar ikiwiki-d18b77c107acb1b3a192d25a8297141253b1bf1f.tar.gz |
Add [[!meta date]] to news items and tips
The git checkout and build process can leave the checkout
date in the tarball release, leading to unstable sorting.
I tried to use `git restore-mtime`, but that doesn't work for
ikiwiki, because dgit interferes with it.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 896975e89..526aa12ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,9 @@ ikiwiki (3.20150330) UNRELEASED; urgency=medium * debian/copyright: turn comments on provenance into Comment * brokenlinks: sort the pages that link to the missing page, for better reproducibility + * Add [[!meta date]] to news items and tips, since the git checkout + and build process can leave the checkout date in the tarball + release, leading to unstable sorting -- Joey Hess <id@joeyh.name> Tue, 28 Apr 2015 12:24:08 -0400 |