Overview
Comment: | changed to -sync-to and added sqlite3 as target |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64 |
Files: | files | file ages | folders |
SHA1: |
19de5493ad6663f2efbcbd1668e833d6 |
User & Date: | matt on 2017-02-27 02:34:34 |
Other Links: | branch diff | manifest | tags |
Context
2017-02-27
| ||
09:39 | Updated megatest version for 1.6402 check-in: 03c5160677 user: jmoon18 tags: v1.64, v1.6402 | |
02:34 | changed to -sync-to and added sqlite3 as target check-in: 19de5493ad user: matt tags: v1.64 | |
2017-02-26
| ||
22:07 | Added more illustration for cgi check-in: a624813a5a user: matt tags: v1.64 | |
Changes
Modified megatest.scm from [f52a260837] to [9b1a041082].
︙ | |||
144 145 146 147 148 149 150 | 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 | - + | Misc -start-dir path : switch to this directory before running megatest -contour cname : add a level of hierarcy to the linktree and run paths -rebuild-db : bring the database schema up to date -cleanup-db : remove any orphan records, vacuum the db -import-megatest.db : push data from megatest.db to cache db files in /tmp/$USER -sync-to-megatest.db : pull data from cache files in /tmp/$USER to megatest.db |
︙ | |||
285 286 287 288 289 290 291 292 293 294 295 296 297 298 | 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 | + | "-sort" "-target-db" "-source-db" "-src-target" "-src-runname" "-diff-email" "-sync-to" "-diff-html" ) (list "-h" "-help" "--help" "-manual" "-version" "-force" "-xterm" |
︙ | |||
341 342 343 344 345 346 347 | 342 343 344 345 346 347 348 349 350 351 352 353 354 355 | - | "-create-megatest-area" "-mark-incompletes" "-convert-to-norm" "-convert-to-old" "-import-megatest.db" "-sync-to-megatest.db" |
︙ | |||
2014 2015 2016 2017 2018 2019 2020 | 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 | - + - + | (begin (db:multi-db-sync (db:setup) 'new2old ) (set! *didsomething* #t))) |
︙ |
Added mt-sqlite3.sql version [cedc7d700d].