Changes In Branch v2.0001-scm-prep Excluding Merge-Ins
This is equivalent to a diff from 445f1a1231 to 3406c84170
2022-01-14
| ||
17:57 | merged work for using csm for compiling check-in: fc3edb2f32 user: matt tags: v2.0001 | |
11:08 | Fix to help ulex with connections when buffer isn't filled (and fix merge) check-in: 2e839ecd70 user: jmoon18 tags: v2.0001 | |
02:19 | Does megatest.scm work as a pure module? Leaf check-in: 3406c84170 user: matt tags: v2.0001-scm-prep | |
02:00 | Break megatest into module and top file. check-in: cdb3e61c40 user: matt tags: v2.0001-scm-prep | |
00:43 | Break serialize-env into two files for scm check-in: 445f1a1231 user: matt tags: v2.0001 | |
00:35 | Missed hostinfo.scm check-in: b542bf1f82 user: matt tags: v2.0001 | |
Modified megatest.scm from [b7fe71f476] to [b43c742f7d].
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + | ;; (declare (uses dbi)) (declare (uses pkts)) (declare (uses stml2)) (declare (uses cookie)) (declare (uses csv-xml)) |
︙ | |||
55 56 57 58 59 60 61 | 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | - + | ;; (declare (uses dbmod.import)) ;; (declare (uses rmtmod.import)) ;; (declare (uses servermod.import)) ;; (declare (uses launchmod.import)) ;; (include "call-with-environment-variables/call-with-environment-variables.scm") |
︙ | |||
128 129 130 131 132 133 134 | 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 | - + | srfi-98 srfi-69 ;; local modules autoload adjutant csv-xml |
︙ | |||
2657 2658 2659 2660 2661 2662 2663 | 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 | - - - - + + - + + | (case *globalexitstatus* ((0)(exit 0)) ((1)(exit 1)) ((2)(exit 2)) (else (exit 3))))) ) |
Added scripts/prep-for-csm.sh version [81db4297f1].
|