Make --no-gettime work in initial build. Closes: #755075

master
Joey Hess 2014-08-28 19:08:09 -07:00
parent 1c89ba2995
commit 40d6ccbadb
2 changed files with 8 additions and 1 deletions

View File

@ -1819,7 +1819,8 @@ sub loadindex () {
open ($in, "<", "$config{wikistatedir}/indexdb") || return;
}
else {
$config{gettime}=1; # first build
# gettime on first build
$config{gettime}=1 unless defined $config{gettime};
return;
}
}

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ikiwiki (3.20140816) UNRELEASED; urgency=medium
* Make --no-gettime work in initial build. Closes: #755075
-- Joey Hess <joeyh@debian.org> Thu, 28 Aug 2014 19:07:50 -0700
ikiwiki (3.20140815) unstable; urgency=medium
* Add google back to openid selector. Apparently this has gotten a stay