Overview
Comment: | Fixed issue with ".sha1" files |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2b5eb7b7843270f0c6f6633deee74ac5 |
User & Date: | rkeene on 2014-10-31 16:31:20 |
Other Links: | manifest | tags |
Context
2014-11-13
| ||
18:03 | Updated 8.6 builds to 8.6.3 check-in: 02c667ab97 user: rkeene tags: trunk | |
2014-10-31
| ||
16:31 | Fixed issue with ".sha1" files check-in: 2b5eb7b784 user: rkeene tags: trunk | |
2014-10-29
| ||
18:28 | Updated to clean all packages prior to startup, even if they are not known packages check-in: 3bf152ce99 user: rkeene tags: trunk | |
Changes
Modified build/test/publish-tests from [1af19dd257] to [a4cad57203].
︙ | ︙ | |||
156 157 158 159 160 161 162 | set shortfile $file set file [file join $WEBDIR $file] if {[file isdirectory $file]} { continue } switch -glob -- $file { | | | 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 | set shortfile $file set file [file join $WEBDIR $file] if {[file isdirectory $file]} { continue } switch -glob -- $file { "*.log" - "*.ttml" - "*.html" - "*.desc" - "*-origname" - "*-tclsh" - "*-sdk.tar.gz" - "*.new" - "*.sha1" { continue } } # Derive what we can from the filename set buildfile "${shortfile}-build.log" set sdkshortfile "${shortfile}-sdk.tar.gz" |
︙ | ︙ |