Overview
Comment: | Updated link to tests to point to online Fossil repo
Unified link to home page |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | d5fb66316b3b9eca1d50e108de4b1eee8591b5a9 |
User & Date: | rkeene on 2011-03-03 11:50:42 |
Other Links: | manifest | tags |
Context
2011-03-03
| ||
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 | |
11:30 | Updated to remove "pkgs" directory from Tcl when doing a minimal build check-in: b29659c9d1 user: rkeene tags: trunk | |
Changes
Modified build/test/index.ttml from [32e3b3a01b] to [6b17de7829].
1 1 <html> 2 2 <head> 3 3 <title>KitCreator Build and Test Status</title> 4 4 </head> 5 5 <body> 6 - <h1>KitCreator Build and Test Status</h1> 6 + <h1><a href="http://kitcreator.rkeene.org/">KitCreator</a> Build and Test Status</h1> 7 7 <p>The follow versions of KitCreator have test suite results:</p> 8 8 <ul> 9 9 <? 10 10 set haveTests 0 11 11 foreach subdir [lsort -dictionary [glob -type d *]] { 12 12 file lstat $subdir subdirinfo 13 13 if {$subdirinfo(type) == "link"} { ................................................................................ 23 23 puts " <li><a href=\"${subdir}/\">$subdir</a></li>" 24 24 } 25 25 ?> 26 26 </ul> 27 27 <? 28 28 if {$haveTests} { 29 29 ?> 30 - <p>The actual tests can be found in <a href="tests/?listing=long">the "tests" directory</a></p> 30 + <p>The actual tests can be found in <a href="http://kitcreator.rkeene.org/fossil/dir?name=build/test/tests&ci=trunk">the "tests" directory</a></p> 31 31 <? 32 32 } 33 33 ?> 34 34 </body> 35 35 </html>