mirror of https://github.com/apache/lucene.git
LUCENE-4006: expect SYSTEM_REQUIREMENTS.txt in unpacked Lucene / Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1399188 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3634d6e8ae
commit
398d987b19
|
@ -576,7 +576,7 @@ def verifyUnpacked(project, artifact, unpackPath, version, tmpDir):
|
|||
os.chdir(unpackPath)
|
||||
isSrc = artifact.find('-src') != -1
|
||||
l = os.listdir(unpackPath)
|
||||
textFiles = ['LICENSE', 'NOTICE', 'README']
|
||||
textFiles = ['LICENSE', 'NOTICE', 'README', 'SYSTEM_REQUIREMENTS']
|
||||
if project == 'lucene':
|
||||
textFiles.extend(('JRE_VERSION_MIGRATION', 'CHANGES', 'MIGRATE'))
|
||||
if isSrc:
|
||||
|
|
Loading…
Reference in New Issue