Check-in [b48e2da571]
Overview
Comment:Added link to other release builds
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: b48e2da5715af91e9affc96a0dbf00bb8fd855dd
User & Date: rkeene on 2011-03-03 11:56:12
Other Links: manifest | tags
Context
2011-03-03
12:00
Updated to create symlink named "nightly" to point to the nightly test check-in: 82d42d8faf user: rkeene tags: trunk
11:56
Added link to other release builds check-in: b48e2da571 user: rkeene tags: trunk
11:50
Updated link to tests to point to online Fossil repo

Unified link to home page check-in: d5fb66316b user: rkeene tags: trunk

Changes

Modified build/test/publish-tests from [703dc23136] to [80597b0681].

207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
}

puts $fd "<html>"
puts $fd "  <head>"
puts $fd "    <title>KitCreator Build and Test Status</title>"
puts $fd "  </head>"
puts $fd "  <body>"
puts $fd "    <h1><a href=\"http://kitcreator.rkeene.org/\">KitCreator</a> Build and Test Status</h1>"
puts $fd "    <p>The following table represents the status of the test results from the KitCreator test suite.</p>"
puts $fd "    <table cellpadding=\"2\" border=\"1\">"
foreach key [lsort -dictionary [array names allkitinfo]] {
	puts $fd "      <tr>"
	puts $fd "        <th colspan=\"5\"><u>Tclkit for [pretty_print_key $key]</u></th>"
	puts $fd "      </tr>"
	puts $fd "      <tr>"







|







207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
}

puts $fd "<html>"
puts $fd "  <head>"
puts $fd "    <title>KitCreator Build and Test Status</title>"
puts $fd "  </head>"
puts $fd "  <body>"
puts $fd "    <h1><a href=\"http://kitcreator.rkeene.org/\">KitCreator</a> <a href=\"../\">Build and Test Status</a></h1>"
puts $fd "    <p>The following table represents the status of the test results from the KitCreator test suite.</p>"
puts $fd "    <table cellpadding=\"2\" border=\"1\">"
foreach key [lsort -dictionary [array names allkitinfo]] {
	puts $fd "      <tr>"
	puts $fd "        <th colspan=\"5\"><u>Tclkit for [pretty_print_key $key]</u></th>"
	puts $fd "      </tr>"
	puts $fd "      <tr>"