Differences From Artifact [881a699c98]:
- File configf.scm — part of check-in [77f7d5ef17] at 2017-03-15 23:44:38 on branch v1.64-bug-sqlish — Cleaned up after bug squishing. Several minor bugs found. Added all-rmt unit test and made it the default sole unit flow to run (user: matt, size: 32516) [annotate] [blame] [check-ins using]
To Artifact [346c0caf52]:
- File configf.scm — part of check-in [70a3e1afba] at 2017-03-16 23:14:35 on branch v1.64-new-pkts — Corrected logic on extracting spec for linktree (user: matt, size: 32538) [annotate] [blame] [check-ins using] [more...]
︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + | ;; Config file handling ;;====================================================================== (use regex regex-case) ;; directory-utils) (declare (unit configf)) (declare (uses process)) (declare (uses env)) (declare (uses keys)) (include "common_records.scm") ;; return list (path fullpath configname) (define (find-config configname #!key (toppath #f)) (if toppath (let ((cfname (conc toppath "/" configname))) |
︙ |