Differences From Artifact [6d048578b4]:
- File appfs.tcl — part of check-in [d64cb6e110] at 2014-09-08 02:50:11 on branch trunk — Updated with support for not redownloading manifest if it's already present (user: rkeene, size: 5270) [annotate] [blame] [check-ins using]
To Artifact [604641f8e6]:
- File appfs.tcl — part of check-in [f66a795908] at 2014-09-09 06:01:49 on branch trunk — Updated with basic functionality (user: rkeene, size: 5214) [annotate] [blame] [check-ins using]
︙ | |||
161 162 163 164 165 166 167 | 161 162 163 164 165 166 167 168 169 170 171 172 173 174 | - - - - | set fd [open $file] set pkgdata [read $fd] close $fd foreach line [split $pkgdata "\n"] { set line [string trim $line] |
︙ |