Diff
Not logged in

Differences From Artifact [8ca4ea040d]:

To Artifact [3446dcf7df]:


1252
1253
1254
1255
1256
1257
1258


1259
1260
1261
1262
1263
1252
1253
1254
1255
1256


1257
1258
1259
1260
1261
1262
1263





-
-
+
+





    # 
    set fileName [file join $language $version $platform $fileName] 
    set uri [subst $downloadUri] 
 
    # 
    # NOTE: Download the file from the package file server, based on the 
    #       final URI. 
    # NOTE: Then, in one step, download the file from the package file 
    #       server and write it to the specified local file. 
    # 
    downloadOneUriToFile $localFileName $uri $usePgp 
  } 
 
  #