Overview
Comment: | bumped version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64 | v1.6416 |
Files: | files | file ages | folders |
SHA1: |
9dbae6fda19cb601729fc858be2852a0 |
User & Date: | bjbarcla on 2017-05-30 10:33:49 |
Other Links: | branch diff | manifest | tags |
Context
2017-05-31
| ||
23:05 | Improved messages in couple noisy cases. Add flag for turning off touching of server logs when max api calls situation occurs check-in: bc2a1779bc user: matt tags: v1.64 | |
16:04 | Partial attempt at deferred run dir creation. Closed-Leaf check-in: c09c44aab3 user: matt tags: v1.64-deferred-rundir | |
2017-05-30
| ||
10:33 | bumped version check-in: 9dbae6fda1 user: bjbarcla tags: v1.64, v1.6416 | |
01:12 | Added support for triggers in megatest.config. Updated docs with new variables on the command line for trigger scripts. Triggers are now run via nbfake. check-in: ad27863571 user: matt tags: v1.64 | |
Changes
Modified megatest-version.scm from [c786bc79cb] to [132e4528f7].
1 2 3 4 5 | ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00.. (declare (unit megatest-version)) | | | 1 2 3 4 5 6 7 | ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00.. (declare (unit megatest-version)) (define megatest-version 1.6416) |