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

/lucene-3.6.0/dev-tools/scripts/
H A DsmokeTestRelease.py353 def unpack(project, tmpDir, artifact, version): function
354 destDir = '%s/unpack' % tmpDir
359 print ' unpack %s...' % artifact
360 unpackLogFile = '%s/%s-unpack-%s.log' % (tmpDir, project, artifact)
373 raise RuntimeError('unpack produced entries %s; expected only %s' % (l, expected))
677 destDir = '%s/unpack-%s-maven' % (tmpDir, project)
682 print ' unpack %s...' % distribution
683 unpackLogFile = '%s/unpack-%s-maven-checks.log' % (tmpDir, distribution)
685 if project == 'solr': # unpack the Solr war
686 unpackLogFile = '%s/unpack
[all...]

Completed in 13 milliseconds