Changeset 3542
- Timestamp:
- 07/22/08 10:32:05 (4 months ago)
- Files:
-
- trunk/projects/bos/m2/allocation-cache.lisp (modified) (1 diff)
- trunk/projects/bos/web/daily.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/projects/bos/m2/allocation-cache.lisp
r3539 r3542 233 233 234 234 (defun rebuild-cache () 235 "" 235 236 (unless *allocation-cache* 236 237 (setq *allocation-cache* (make-allocation-cache))) trunk/projects/bos/web/daily.lisp
r2981 r3542 8 8 (format t "; snapshotting datastore~%") 9 9 (snapshot) 10 (format t "; rebuilding allocation-cache~%")11 (bos.m2.allocation-cache:rebuild-cache)12 10 (format t "; running check (consistent-p)~%") 13 11 (flet ((consistent-p-report ()
