102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
set options [list \
-persistent false -usePgp true -useAutoPath true]
::PackageDownloader::downloadFiles %language% %version% %platform% $fileNames $options
::PackageDownloader::logoutAndResetCookie
}]
}]]
return ""
}
#
# NOTE: Figure out the fully qualified path to the current script file.
# If necessary, add it to the auto-path for the interpreter. The
# necessary supporting packages (i.e. the Package Repository and
# other support packages) that are assumed to exist in the same
|
<
<
|
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
set options [list \
-persistent false -usePgp true -useAutoPath true]
::PackageDownloader::downloadFiles %language% %version% %platform% $fileNames $options
::PackageDownloader::logoutAndResetCookie
}]
}]]
}
#
# NOTE: Figure out the fully qualified path to the current script file.
# If necessary, add it to the auto-path for the interpreter. The
# necessary supporting packages (i.e. the Package Repository and
# other support packages) that are assumed to exist in the same
|