Fix Jenkins test failure

Add build_shar.sh to list of files permitted to be u+x in the git
repo.
This commit is contained in:
Mike Place 2014-03-05 10:59:54 -07:00
parent eec7b9bff5
commit 697f4bf1ce

View File

@ -50,7 +50,8 @@ EXEMPT_FILES = ['setup.py',
'post-update.sample',
'prepare-commit-msg.sample',
'applypatch-msg.sample',
'master.py']
'master.py',
'build_shar.sh']
EXEMPT_DIRS = ['tests', '.git', 'doc']