Overview
Comment: | Bumped version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 | v1.6562 |
Files: | files | file ages | folders |
SHA1: |
bdbca349cbf4d544bfae51a44da77702 |
User & Date: | mrwellan on 2020-08-18 17:06:31 |
Other Links: | branch diff | manifest | tags |
Context
2020-08-19
| ||
10:26 | Changed gzip logic in log rotation to not touch server logs unless they are old. Bumped version to v1.6563 check-in: c5adf1640d user: mrwellan tags: v1.65 | |
2020-08-18
| ||
17:06 | Bumped version check-in: bdbca349cb user: mrwellan tags: v1.65, v1.6562 | |
12:53 | Removed some unused code. Upped rest time from 12 seconds to 30 seconds for runners in parallel check-in: d25ec76b5c user: mrwellan tags: v1.65, v1.6562 | |
Changes
Modified megatest-version.scm from [9815d60fe5] to [7444fb7bcf].
︙ | ︙ | |||
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.6562) |