Overview
Comment: | Allow passing in extra parameters to command pkts in mtutil. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64 |
Files: | files | file ages | folders |
SHA1: |
73094d5fd69d016118eae4898c927368 |
User & Date: | mrwellan on 2017-04-25 22:10:49 |
Other Links: | branch diff | manifest | tags |
Context
2017-04-26
| ||
14:29 |
MTA fix
CherryPicked backout 70a3. check-in: 669204e634 user: ritikaag tags: v1.64 | |
2017-04-25
| ||
23:23 | Beginnings of gendot check-in: c0a152be15 user: matt tags: v1.64-gendot | |
22:10 | Allow passing in extra parameters to command pkts in mtutil. check-in: 73094d5fd6 user: mrwellan tags: v1.64 | |
00:12 | configf - keep reference to empty sections. NOTE: This breaks several tests but is still correct behavior check-in: 3129220de0 user: matt tags: v1.64, config-section-fix | |
Changes
Modified mtut.scm from [519d9f5751] to [b02905e71e].
︙ | |||
381 382 383 384 385 386 387 | 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 | - + + | (seconds->local-time (current-seconds)) "%Yw%V.%w-%H%M")) ;; collect, translate, collate and assemble a pkt from the command-line ;; ;; sched => force the run start time to be recorded as sched Unix ;; epoch. This aligns times properly for triggers in some cases. ;; |
︙ | |||
512 513 514 515 516 517 518 | 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 | - + + + | '()) (if (or (not action) (equal? action "run")) `(("-preclean" . " ") ("-rerun-all" . " ")) ;; if run we *always* want preclean set, use single space as placeholder '()) ) |
︙ |