summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@qvarnlabs.com>2018-01-10 18:26:41 +0200
committerLars Wirzenius <liw@qvarnlabs.com>2018-01-10 18:26:41 +0200
commitb4a1ce67c09badf013cf59d29c91d66f38e43a63 (patch)
treed464362f3f907bd87edf758e7327cdc3a3b93b45
parent98c77b4452a8363f36d268098555e01d4a29f258 (diff)
parent00c4f7d5b8bdc977fb8e7720b359c7de0426e92b (diff)
downloadql-ikiwiki-publish-b4a1ce67c09badf013cf59d29c91d66f38e43a63.tar.gz
Merged
-rw-r--r--NEWS1
-rw-r--r--debian/changelog2
-rwxr-xr-xql-ikiwiki-publish2
3 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5bb9adf..8f9d8dd 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ NEWS for ql-ikiwiki-publish
Version 0.10+git, not yet released
----------------------------------
+* Give ikiwiki the --gettime option.
Version 0.10, released 2017-12-18
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index d82f5bf..6ec664a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ ql-ikiwiki-publish (0.10+git-1) UNRELEASED; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Mon, 18 Dec 2017 16:49:29 +0200
+ -- Lars Wirzenius <liw@liw.fi> Wed, 10 Jan 2018 18:22:57 +0200
ql-ikiwiki-publish (0.10-1) unstable; urgency=medium
diff --git a/ql-ikiwiki-publish b/ql-ikiwiki-publish
index f9b6d12..7006504 100755
--- a/ql-ikiwiki-publish
+++ b/ql-ikiwiki-publish
@@ -62,7 +62,7 @@ def mangle_setup(setup, tgtdir, htmldir):
def run_ikiwiki(setup):
- argv = ['ikiwiki', '--setup', setup]
+ argv = ['ikiwiki', '--setup', setup, '--gettime']
subprocess.check_call(argv)