Overview
Comment: | Inlcude megatest-fossil-hash in launch.scm |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.66-captain-ulex |
Files: | files | file ages | folders |
SHA1: |
6d968c1dec4dda6848ca3c09c0c94832 |
User & Date: | matt on 2020-07-19 14:05:49 |
Other Links: | branch diff | manifest | tags |
Context
2020-07-19
| ||
23:45 | start of do-over of ulex check-in: ce91ddc6d7 user: matt tags: v1.66-captain-ulex | |
14:05 | Inlcude megatest-fossil-hash in launch.scm check-in: 6d968c1dec user: matt tags: v1.66-captain-ulex | |
2020-07-18
| ||
22:14 | I think I have a repl that exposed ulex and rmtmod modules check-in: ad17b38f12 user: matt tags: v1.66-captain-ulex | |
Changes
Modified launch.scm from [3a184b6bad] to [f31a109a2f].
︙ | ︙ | |||
33 34 35 36 37 38 39 40 41 42 43 44 45 46 | (declare (uses configf)) (declare (uses db)) (declare (uses ezsteps)) (include "common_records.scm") (include "key_records.scm") (include "db_records.scm") ;;====================================================================== ;; ezsteps ;;====================================================================== ;; ezsteps were going to be coded as ;; stepname[,predstep1,predstep2 ...] [{VAR1=first,second,third}] command to execute | > | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | (declare (uses configf)) (declare (uses db)) (declare (uses ezsteps)) (include "common_records.scm") (include "key_records.scm") (include "db_records.scm") (include "megatest-fossil-hash.scm") ;;====================================================================== ;; ezsteps ;;====================================================================== ;; ezsteps were going to be coded as ;; stepname[,predstep1,predstep2 ...] [{VAR1=first,second,third}] command to execute |
︙ | ︙ |