Overview
Comment: | Changed mt version to 1.8002. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.80 | v1.8002 |
Files: | files | file ages | folders |
SHA1: |
11609448157edd5432156a4bc99a1e2d |
User & Date: | mmgraham on 2022-12-08 20:57:30 |
Other Links: | branch diff | manifest | tags |
Context
2022-12-10
| ||
21:42 | Don't start servers if not on the host selected for home or there are more than 20 servers running check-in: c1bbcec340 user: matt tags: v1.80 | |
2022-12-08
| ||
20:57 | Changed mt version to 1.8002. check-in: 1160944815 user: mmgraham tags: v1.80, v1.8002 | |
17:47 | Added several checks for *toppath*, reduce frequeency of could not get lock messages, only emit message for server info extraction if the file exists. Increase number of servers allowed to run and increase number of serves to select from check-in: 3f67f5389d user: mrwellan tags: v1.80 | |
Changes
Modified megatest-version.scm from [ce27674739] to [87bf8d22a9].
︙ | ︙ | |||
16 17 18 19 20 21 22 | ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; 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)) | | | 16 17 18 19 20 21 22 23 | ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; 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.8002) |