Sun Jul 3 08:26:55 UTC 2011 pix@kepibu.org * Fix some problems discovered on fresh-load diff -rN -u old-claki/claki.asd new-claki/claki.asd --- old-claki/claki.asd 2014-09-11 07:32:32.000000000 +0000 +++ new-claki/claki.asd 2014-09-11 07:32:32.000000000 +0000 @@ -1,3 +1,3 @@ (defsystem :claki - :depends-on (:oh-ducks :closure-html :cl-unification :drakma :alexandria :rucksack) + :depends-on (:oh-ducks :closure-html :cl-unification :drakma :alexandria :rucksack :local-time) :components ((:file "claki"))) diff -rN -u old-claki/claki.lisp new-claki/claki.lisp --- old-claki/claki.lisp 2014-09-11 07:32:32.000000000 +0000 +++ new-claki/claki.lisp 2014-09-11 07:32:32.000000000 +0000 @@ -263,7 +263,7 @@ (sb-thread:make-thread (lambda () (let ((*standard-output* stdout)) (run-for-a-while (days 2) (minutes 30) (minutes 5)))) :name "cliki reverter")) -(defvar *state-file* (merge-pathnames #p"state/" (directory-namestring (or #.*load-pathname* #p"/home/pixel/repos/")))) +(defvar *state-file* (merge-pathnames #p"state/" (directory-namestring (or #.*load-pathname* #p"/home/pixel/repos/claki/")))) (defmacro with-rucksack-and-transaction ((rucksack) (&rest root-vars) &body body) (with-unique-names (rest)