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]
︙ | |||
1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 | 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 | + + + + + + | if {[string length $directory] > 0} then { lappend platforms $directory } } } } if {[isEagle]} then { file delete -recursive -- $temporaryDirectory } else { file delete -force -- $temporaryDirectory } return [lsort -unique $platforms] } # # NOTE: This procedure downloads a single file from the package file server, # writing its contents to the specified local file name. It can also |
︙ |