Overview
Comment: | MTA fix
CherryPicked backout 70a3. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64 |
Files: | files | file ages | folders |
SHA1: |
669204e634b74db16e49b645be8faa1a |
User & Date: | ritikaag on 2017-04-26 14:29:42 |
Original Comment: | MTA fix |
Other Links: | branch diff | manifest | tags |
Context
2017-04-26
| ||
16:47 | No items defined to be considered a warning check-in: 3071dcaae4 user: ritikaag tags: v1.64 | |
14:29 |
MTA fix
CherryPicked backout 70a3. check-in: 669204e634 user: ritikaag tags: v1.64 | |
2017-04-25
| ||
22:10 | Allow passing in extra parameters to command pkts in mtutil. check-in: 73094d5fd6 user: mrwellan tags: v1.64 | |
Changes
Modified common.scm from [68078a6725] to [0408c8f58c].
︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | - | (require-extension (srfi 18) extras tcp rpc) (import (prefix sqlite3 sqlite3:)) (import (prefix base64 base64:)) (declare (unit common)) |
︙ | |||
1017 1018 1019 1020 1021 1022 1023 | 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 | - - + + - - - + | (if (and (directory-exists? path-string) (file-write-access? path-string)) path-string #f))) (define (common:get-linktree) (or (getenv "MT_LINKTREE") |
︙ |
Modified configf.scm from [c11b8481f7] to [035be18ade].
︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - | ;; Config file handling ;;====================================================================== (use regex regex-case) ;; directory-utils) (declare (unit configf)) (declare (uses process)) (declare (uses env)) |
︙ |
Modified runs.scm from [4df9710e35] to [c727da7e38].
︙ | |||
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | - | (declare (uses common)) (declare (uses items)) (declare (uses runconfig)) (declare (uses tests)) (declare (uses server)) (declare (uses mt)) (declare (uses archive)) |
︙ |