Differences From Artifact [78920355a8]:
- Executable file build/web/process_queue — part of check-in [592e72598f] at 2014-07-23 01:17:34 on branch trunk — Updated to output environment variables set (user: rkeene, size: 2801) [annotate] [blame] [check-ins using]
To Artifact [ad31dc7738]:
- Executable file build/web/process_queue — part of check-in [99ac6273b2] at 2014-07-23 01:34:16 on branch trunk — Updated to define a path to Tclkit (user: rkeene, size: 2846) [annotate] [blame] [check-ins using] [more...]
︙ | |||
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 |
︙ |