-
Notifications
You must be signed in to change notification settings - Fork 67
Description
I'm using latest gitaggregator 1.8.1.
I'm running gitaggregate --expand-env --config repos.yaml --jobs 4 aggregate
I have this in my config file:
ICTSTUDIO/odoo-extra-addons:
defaults:
depth: 100
remotes:
origin: https://github.com/ICTSTUDIO/odoo-extra-addons.git
target: origin 10.0
merges:
- origin 6105fb108c2fa27fee68bab7a5fb9af95e4166e
fetch_all: true
I'm getting:
Traceback (most recent call last):
File "/data/buildout/freshfilter/.venv/lib/python2.7/site-packages/git_aggregator/main.py", line 219, in aggregate_repo
repo.aggregate()
File "/data/buildout/freshfilter/.venv/lib/python2.7/site-packages/git_aggregator/repo.py", line 191, in aggregate
self._merge(merge)
File "/data/buildout/freshfilter/.venv/lib/python2.7/site-packages/git_aggregator/repo.py", line 270, in _merge
self.log_call(cmd, cwd=self.cwd)
File "/data/buildout/freshfilter/.venv/lib/python2.7/site-packages/git_aggregator/repo.py", line 160, in log_call
ret = callwith(cmd, **kw)
File "/usr/lib/python2.7/subprocess.py", line 190, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '(u'git', u'pull', u'--no-edit', u'--quiet', u'--depth', '100', 'origin', '6105fb108c2fa27fee68bab7a5fb9af95e4166e')' returned non-zero exit status 1