Lines Matching refs:unpack
353 def unpack(project, tmpDir, artifact, version):
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-solr-war-maven-checks.log' % tmpDir
687 print ' unpack Solr war...'
1036 unpack('lucene', tmpDir, artifact, version)
1037 unpack('lucene', tmpDir, 'lucene-%s-src.tgz' % version, version)
1043 unpack('solr', tmpDir, artifact, version)
1044 unpack('solr', tmpDir, 'apache-solr-%s-src.tgz' % version, version)