Differences From Artifact [bcfa64a652]:
- File rmt.scm — part of check-in [b665288f56] at 2017-06-01 22:08:31 on branch v1.64 — Fixed sync to megatest.db, it was not respecting last_update and thus syncing everything. Added hard storage of last update in a no-sync db on /tmp (user: matt, size: 41871) [annotate] [blame] [check-ins using]
To Artifact [10fd36eb20]:
- File rmt.scm — part of check-in [0279fc7474] at 2017-06-05 18:01:25 on branch v1.64 — Added first pass implementation of teamcity inteface wrapper (user: mrwellan, size: 41874) [annotate] [blame] [check-ins using]
︙ | |||
9 10 11 12 13 14 15 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | - + | ;; PURPOSE. ;;====================================================================== (use format typed-records) ;; RADT => purpose of json format?? (declare (unit rmt)) (declare (uses api)) |
︙ |