Overview
Comment: | Bumped version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | v1.5202 |
Files: | files | file ages | folders |
SHA1: |
06080e4779733e9388a0cdd7eb46cb5f |
User & Date: | mrwellan on 2012-11-26 10:24:06 |
Other Links: | manifest | tags |
Context
2012-12-03
| ||
10:27 | Partial implementation of new filtering. Changed launch logic on finding script to execute for test check-in: 4856f788ea user: mrwellan tags: trunk | |
2012-11-29
| ||
13:51 | Added trailing slash to a -e. It seems to behave differently on Sles10 from Ubuntu check-in: eb97146d39 user: abashmak tags: trunk | |
2012-11-28
| ||
15:41 | Added .blahrc Closed-Leaf check-in: b298071c09 user: mrwellan tags: junk-test | |
2012-11-26
| ||
10:24 | Bumped version check-in: 06080e4779 user: mrwellan tags: trunk, v1.5202 | |
07:16 | Removed check for age on monitor.db, changed no-use run time on server to 45 minutes check-in: 65d946ec7f user: matt tags: trunk | |
Changes
Modified megatest-version.scm from [22702e12f8] to [bf796efb0c].
1 2 3 4 5 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) | | | 1 2 3 4 5 6 7 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) (define megatest-version 1.5202) |