Differences From Artifact [b9b96e7274]:
- File client/1.0/neutral/pkgd.eagle — part of check-in [6919e92033] at 2016-10-28 04:53:04 on branch trunk — Add support for automatically detecting the platform for a package to be downloaded. (user: mistachkin, size: 50558) [annotate] [blame] [check-ins using]
To Artifact [2454d82a5a]:
- File client/1.0/neutral/pkgd.eagle — part of check-in [1c31eb341e] at 2016-10-28 04:59:51 on branch trunk — Add temporary directory cleanup block missing from the previous check-in. (user: mistachkin, size: 50710) [annotate] [blame] [check-ins using]
︙ | |||
1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 | 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 | + + + + + + | lappend platforms $directory } } } } if {[isEagle]} then { file delete -recursive -- $temporaryDirectory } else { file delete -force -- $temporaryDirectory } return [lsort -unique $platforms] } # |
︙ |