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: | 2b5eb7b7843270f0c6f6633deee74ac59f50b472 |
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 156 set shortfile $file 157 157 set file [file join $WEBDIR $file] 158 158 if {[file isdirectory $file]} { 159 159 continue 160 160 } 161 161 162 162 switch -glob -- $file { 163 - "*.log" - "*.ttml" - "*.html" - "*.desc" - "*-origname" - "*-tclsh" - "*-sdk.tar.gz" - "*.new" { 163 + "*.log" - "*.ttml" - "*.html" - "*.desc" - "*-origname" - "*-tclsh" - "*-sdk.tar.gz" - "*.new" - "*.sha1" { 164 164 continue 165 165 } 166 166 } 167 167 168 168 # Derive what we can from the filename 169 169 set buildfile "${shortfile}-build.log" 170 170 set sdkshortfile "${shortfile}-sdk.tar.gz"