Differences From Artifact [dcf82d5ea0]:
- File .mtutil.scm — part of check-in [029eb76890] at 2017-03-21 10:11:10 on branch v1.64 — Fixed couple issues with runname generation (user: matt, size: 2508) [annotate] [blame] [check-ins using]
To Artifact [3e3e4527c3]:
- File .mtutil.scm — part of check-in [3c313e0476] at 2017-04-05 05:26:14 on branch v1.64-envdebug — Fixed run command for mtutil (user: matt, size: 2511) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
59 60 61 62 63 64 65 | (conc (seconds->wwdate (current-seconds)) next-letter)))) (hash-table-set! *runname-mappers* 'auto (lambda (target run-name area area-path reason contour mode-patt) "auto-eh")) | | | 59 60 61 62 63 64 65 66 67 | (conc (seconds->wwdate (current-seconds)) next-letter)))) (hash-table-set! *runname-mappers* 'auto (lambda (target run-name area area-path reason contour mode-patt) "auto-eh")) ;; (print "Got here!") |