use dedicated release log in order to build lucene & es releases in parallel

This commit is contained in:
Simon Willnauer 2013-11-13 12:41:09 +01:00
parent 8e0291823a
commit 098cbef6d0
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Once it's done it will print all the remaining steps.
- S3 keys exported via ENV Variables (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
"""
LOG = '/tmp/release.log'
LOG = '/tmp/elasticsearch_release.log'
def log(msg):
log_plain('\n%s' % msg)