Overview
Comment: | Moved rungen.config to runconfigs.config |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | run-mgr |
Files: | files | file ages | folders |
SHA1: |
fe62eba1605db0005bc0f6d21de740d9 |
User & Date: | mrwellan on 2017-02-15 15:19:45 |
Other Links: | branch diff | manifest | tags |
Context
2017-02-16
| ||
10:27 | Merged in v1.63 check-in: ec12264594 user: mrwellan tags: run-mgr | |
2017-02-15
| ||
15:19 | Moved rungen.config to runconfigs.config check-in: fe62eba160 user: mrwellan tags: run-mgr | |
04:09 | Added file-and to sense types check-in: 8f754a1158 user: matt tags: run-mgr | |
Changes
Modified configf.scm from [bd414b369a] to [d55d76eb69].
︙ | |||
217 218 219 220 221 222 223 | 217 218 219 220 221 222 223 224 225 226 227 228 229 230 | - | ;; envion-patt is a regex spec that identifies sections that will be eval'd ;; in the environment on the fly ;; sections: #f => get all, else list of sections to gather ;; post-section-procs alist of section-pattern => proc, where: (proc section-name next-section-name ht curr-path) ;; apply-wildcards: #t/#f - apply vars from targets with % wildcards to all matching sections ;; (define (read-config path ht allow-system #!key (environ-patt #f)(curr-section #f)(sections #f)(settings (make-hash-table))(keep-filenames #f)(post-section-procs '())(apply-wildcards #t)) |
︙ |
Modified mtut.scm from [92513c62a6] to [a17ee21a60].
︙ | |||
337 338 339 340 341 342 343 | 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 | - + | ;; collect all needed data and create run pkts for contours with changed inputs ;; (define (generate-run-pkts mtconf toppath) (with-queue-db mtconf (lambda (pktsdirs pktsdir pdb) |
︙ |
Added runconfigs.config version [6813def6c2].
|