Overview
Comment: | Delete incomplete files |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0bc476af1b20d93500ec9082569ce805 |
User & Date: | rkeene on 2020-01-22 18:44:39 |
Other Links: | manifest | tags |
Context
2020-01-22
| ||
18:45 | KitCreator 0.12.0 check-in: b97ca4d43f user: rkeene tags: trunk, 0.12.0 | |
18:44 | Delete incomplete files check-in: 0bc476af1b user: rkeene tags: trunk | |
18:44 | Upgrade to Tcl/Tk 8.6.10 check-in: e6fc8fa373 user: rkeene tags: trunk | |
Changes
Modified build/utils/download-api-client from [ca3758bbcf] to [c2c2f1c92f].
︙ | |||
171 172 173 174 175 176 177 | 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 | - + + + + - + + + + | ;; esac kit_filename_platform="$(jq -crM .platform <<<"${info}")" kit_filename_tcl_version="$(jq -crM .tcl_version <<<"${info}")" kit_filename="${kit_filename_base}-${kit_filename_platform}-${kit_filename_tcl_version}${kit_filename_ext}" fi |