Searched refs:download (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/dev-tools/scripts/
H A DsmokeTestRelease.py114 def download(name, urlString, tmpDir, quiet=False): function
205 download('apache-rat-incubating-0.8-bin.tar.bz2',
214 download('%s.KEYS' % project, keysURL, tmpDir)
235 print ' download %s...' % artifact
236 download(artifact, urlString, tmpDir)
241 download(artifact + '.asc', urlString + '.asc', tmpDir)
635 print ' download artifacts',
675 print ' download %s...' % distribution,
676 download(distribution, distURL, tmpDir)
863 download('
[all...]

Completed in 12 milliseconds