Make --no-gettime work in initial build. Closes: #755075
parent
1c89ba2995
commit
40d6ccbadb
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue