Revert "Add --depth=1 to ostree sync"

This reverts commit 8ea9a3766c.
This commit is contained in:
Patrick Uiterwijk 2017-11-10 23:36:53 +00:00
parent 8ea9a3766c
commit bb7379e007

View file

@ -136,7 +136,7 @@ def sync_ostree(dst, ref):
else:
logger.info('Syncing OSTree to %s, ref %s: %s -> %s',
dst, ref, src_commit, dst_commit)
cmd = ['ostree', 'pull-local', '--verbose', '--depth=-1', '--repo',
cmd = ['ostree', 'pull-local', '--verbose', '--repo',
dst, ATOMICSOURCE, ref]
out = run_command(cmd)
cmd = ['ostree', 'summary', '--verbose', '--repo', dst, '--update']