Differences From
Artifact [8f47d1a196]:
211 211 set work [split $kitcreator_vers _]
212 212
213 213 set kitcreator_fossil_vers [lindex $work 1]
214 214
215 215 set kitcreator_readable_vers "Fossil trunk check-in ${kitcreator_fossil_vers}"
216 216
217 217 set url "http://kitcreator.rkeene.org/fossil/tarball/kitcreator-${kitcreator_vers}.tar.gz?uuid=${kitcreator_fossil_vers}"
218 +} elseif {[string match "special_*" $kitcreator_vers]} {
219 + set kitcreator_readable_vers $kitcreator_vers
218 220 } else {
219 221 set kitcreator_readable_vers $kitcreator_vers
220 222
221 223 set url "http://www.rkeene.org/devel/kitcreator-${kitcreator_vers}.tar.gz"
222 224 }
223 225
224 226 puts $fd "<html>"
225 227 puts $fd " <head>"
226 228 puts $fd " <title>KitCreator Build and Test Status</title>"
227 229 puts $fd " </head>"
228 230 puts $fd " <body>"
229 231 puts $fd " <h1><a href=\"http://kitcreator.rkeene.org/\">KitCreator</a> <a href=\"../\">Build and Test Status</a></h1>"
230 -puts $fd " <p>The following table represents the status of the test results from the KitCreator test suite for <a href=\"${url}\">KitCreator ${kitcreator_readable_vers}</a>.</p>"
232 +if {[info exists url]} {
233 + puts $fd " <p>The following table represents the status of the test results from the KitCreator test suite for <a href=\"${url}\">KitCreator ${kitcreator_readable_vers}</a>.</p>"
234 +}
231 235 puts $fd " <table cellpadding=\"2\" border=\"1\">"
232 236 foreach key [lsort -dictionary [array names allkitinfo]] {
233 237 puts $fd " <tr>"
234 238 puts $fd " <th colspan=\"5\"><u>Tclkit for [pretty_print_key $key]</u></th>"
235 239 puts $fd " </tr>"
236 240 puts $fd " <tr>"
237 241 puts $fd " <th>Kit Features</th>"