Artifact dc76b9e3b25fc09071ad670de8a3c08d50743b39:
- File .mtutil.scm — part of check-in [5574ded5f0] at 2017-02-25 21:10:38 on branch v1.64 — Cleaned up schema for common postgres db (user: matt, size: 387) [annotate] [blame] [check-ins using]
;; example of how to set up and write target mappers ;; (define *target-mappers* `((prefix-contour . ,(lambda (target run-name area area-path reason contour mode-patt) (conc contour "/" target))) (prefix-area-contour . ,(lambda (target run-name area area-path reason contour mode-patt) (conc area "/" contour "/" target))))) ;; (print "Yep, got here!")