Changes In Branch v1.80-junk Excluding Merge-Ins
This is equivalent to a diff from e8d7732e53 to 980b6e2685
2024-06-05
| ||
18:36 | Restored homehost functions to 1.80. Set the homehost when starting dashboard or megatest -run. Abort if an attempt is made to start a server on a non-homehost. check-in: 3019408957 user: mmgraham tags: v1.80 | |
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-17
| ||
11:19 | Corrected dashboard sync direction and tmpadj from /dashboard to nothing check-in: df20d307c1 user: mmgraham tags: v1.80 | |
2024-05-15
| ||
00:57 | Added CSCOPTS entry used for debugging. check-in: 22593531c9 user: matt tags: v1.80 | |
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 \ |
︙ | ︙ |