Overview
Comment: | Minor wording update on publish-tests |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a52f177157b69acbc02ea782d30ee41a |
User & Date: | rkeene on 2011-03-13 17:04:28 |
Other Links: | manifest | tags |
Context
2011-03-16
| ||
17:23 |
Updated to pull tarballs from Fossil rather than zip files, as these preserve executable permissions
Updated to pull Tcl and Tk from "core.tcl.tk" rather than from local mirror check-in: 84e5f3847a user: rkeene tags: trunk | |
2011-03-13
| ||
17:04 | Minor wording update on publish-tests check-in: a52f177157 user: rkeene tags: trunk | |
16:54 | Updated test page to include link to source code used for testing check-in: f9f7abf1ba user: rkeene tags: trunk | |
Changes
Modified build/test/publish-tests from [5e90e12104] to [8f47d1a196].
︙ | ︙ | |||
208 209 210 211 212 213 214 | # Determine human readable name, and URL if {[string match "fossil_*" $kitcreator_vers]} { set work [split $kitcreator_vers _] set kitcreator_fossil_vers [lindex $work 1] | | | 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 | # Determine human readable name, and URL if {[string match "fossil_*" $kitcreator_vers]} { set work [split $kitcreator_vers _] set kitcreator_fossil_vers [lindex $work 1] set kitcreator_readable_vers "Fossil trunk check-in ${kitcreator_fossil_vers}" set url "http://kitcreator.rkeene.org/fossil/tarball/kitcreator-${kitcreator_vers}.tar.gz?uuid=${kitcreator_fossil_vers}" } else { set kitcreator_readable_vers $kitcreator_vers set url "http://www.rkeene.org/devel/kitcreator-${kitcreator_vers}.tar.gz" } |
︙ | ︙ |