--- a/checker.py Fri Jul 22 22:03:25 2016 +0800
+++ b/checker.py Sun Jul 24 09:08:17 2016 +0800
print('# C&O task: clone')
print('# C&O project URL: {}'.format(config['url']))
- if config['scm'] == 'git':
- os.environ['LC_ALL'] = 'en_US.UTF-8'
- elif config['scm'] == 'hg':
+ if config['scm'] == 'hg':
os.environ['HGPLAIN'] = '1'
if config['scm'] == 'git':
def wrapper(config, args):
print('# C&O job started: {}'.format(timestamp()))
+ os.environ.update({'LC_ALL': 'en_US.UTF-8'})
tmp = mkdtemp(prefix='candolint.')
if not execute(tmp, config, args):