]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
workunit: allow parallel git clone
authorLoic Dachary <ldachary@redhat.com>
Thu, 25 Aug 2016 09:34:46 +0000 (11:34 +0200)
committerNathan Cutler <ncutler@suse.com>
Thu, 25 Aug 2016 15:16:26 +0000 (17:16 +0200)
commitac285280f41cb5052aabd915d5510476cd871b73
treefc6b14ae5e06a0a739007f7c1b853a254ca7951a
parent02e321fb146de9f6099ce8ab3769c1af06c43899
workunit: allow parallel git clone

When multiple client run in parallel on the same machine and they
try to get workunits from a repository that is not github, they must
git clone in a directory that is suffixed as srcdir. Otherwise they
will conflict with each other.

Fixes: http://tracker.ceph.com/issues/17116
Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit b9813e490ec8a5bb59e177612f047899397c342e)
tasks/workunit.py