Differences From Artifact [69c8b1f2d8]:
- File megatest-version.scm — part of check-in [36196086c3] at 2021-01-23 16:08:49 on branch v1.6569-refactor-server-key-chk — Updated megatest version to 1.6581 (user: mmgraham, size: 922) [annotate] [blame] [check-ins using] [more...]
To Artifact [ffc179ede7]:
- File attic/megatest-version.scm — part of check-in [101ee7c52b] at 2021-03-06 04:39:46 on branch v1.65-real-chicken-5 — Try a grounds-up switch to chicken-5 (user: matt, size: 922) [annotate] [blame] [check-ins using]
- File attic_modular/megatest-version.scm — part of check-in [5d8e30ec14] at 2021-03-06 04:45:53 on branch v1.65-real-chicken-5 — wip (user: matt, size: 922) [annotate] [blame] [check-ins using]
- File megatest-version.scm — part of check-in [6ff4310a7a] at 2021-02-05 15:36:34 on branch v1.65-real — merged in changes for wildcard target in remove runs, support for dashboard in sles12, and archival of rerun data. (user: mmgraham, size: 922) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
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.6583) |