Overview
| Comment: | Updated to define a path to Tclkit |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
99ac6273b20e62d93a2248b3446bce0e |
| User & Date: | rkeene on 2014-07-23 01:34:16 |
| Other Links: | manifest | tags |
Context
|
2014-07-23
| ||
| 04:38 | Updated to incldue a description once building has started check-in: 0b8d107e14 user: rkeene tags: trunk | |
| 01:34 | Updated to define a path to Tclkit check-in: 99ac6273b2 user: rkeene tags: trunk | |
| 01:27 | Updated to correctly format libtcl libraries check-in: feac557f80 user: rkeene tags: trunk | |
Changes
Modified build/web/process_queue from [78920355a8] to [ad31dc7738].
| ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | + + |
file rename "$queue" "${queue}.old"
}
set queue "${queue}.old"
set fd [open $queue r]
set data [read $fd]
close $fd
set ::env(TCLKIT) "/home/rkeene/bin/tclkit"
foreach line [split $data "\n"] {
if {$line == ""} {
continue
}
unset -nocomplain buildinfo
|
| ︙ |