Differences From Artifact [f88672550b]:
- File spublish.scm — part of check-in [c45b0ca87c] at 2018-10-17 13:04:24 on branch v1.65 — updated to print permssion error to std out (user: pjhatwal, size: 33745) [annotate] [blame] [check-ins using] [more...]
To Artifact [25c7e98c82]:
- File spublish.scm — part of check-in [6a50f08af8] at 2018-12-20 18:04:13 on branch v2.01-local-mtfiles — adjusted mtconfig module calls to properly reflect namespace (user: bjbarcla, size: 33778) [annotate] [blame] [check-ins using]
︙ | |||
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - + | (use defstruct) (use scsh-process) (use refdb) (use srfi-18) (use srfi-19) (use format) (use sql-de-lite srfi-1 posix regex regex-case srfi-69) |
︙ |