Overview
Comment: | Merged fork |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | v1.80-junk |
Files: | files | file ages | folders |
SHA1: |
980b6e2685f823451fa2d28b2a0bf2fe |
User & Date: | mrwellan on 2024-05-30 09:29:01 |
Other Links: | branch diff | manifest | tags |
Context
2024-05-30
| ||
09:29 | Merged fork Closed-Leaf check-in: 980b6e2685 user: mrwellan tags: v1.80-junk | |
2024-05-21
| ||
11:46 | added list of preq-fail tests to messages and db comments check-in: e8d7732e53 user: mmgraham tags: v1.80 | |
2024-05-15
| ||
00:57 | Added CSCOPTS entry used for debugging. check-in: 22593531c9 user: matt tags: v1.80 | |
Changes
Modified Makefile from [8cdb8c3755] to [42f7351e93].
︙ | ︙ | |||
22 23 24 25 26 27 28 29 30 31 32 33 34 35 | recent-commits.csv : .fslckout fossil timeline -n 350 -t ci -F "%h,%a,%b,%t,\"%c\"" > recent-commits.csv SHELL=/bin/bash PREFIX=$(PWD) CSCOPTS= INSTALL=install SRCFILES = common.scm items.scm launch.scm ods.scm runconfig.scm \ server.scm configf.scm db.scm keys.scm \ process.scm runs.scm tasks.scm tests.scm genexample.scm \ tdb.scm mt.scm \ ezsteps.scm rmt.scm api.scm \ | > | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | recent-commits.csv : .fslckout fossil timeline -n 350 -t ci -F "%h,%a,%b,%t,\"%c\"" > recent-commits.csv SHELL=/bin/bash PREFIX=$(PWD) # CSCOPTS=-lfa2 -specialize -inline-global CSCOPTS= INSTALL=install SRCFILES = common.scm items.scm launch.scm ods.scm runconfig.scm \ server.scm configf.scm db.scm keys.scm \ process.scm runs.scm tasks.scm tests.scm genexample.scm \ tdb.scm mt.scm \ ezsteps.scm rmt.scm api.scm \ |
︙ | ︙ |