]> 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)
committerLoic Dachary <ldachary@redhat.com>
Thu, 25 Aug 2016 09:34:46 +0000 (11:34 +0200)
commitb9813e490ec8a5bb59e177612f047899397c342e
treece9d5f2f23c5f7a47eab6e5ffb1daee8d95b144e
parentda94b0da58b533dc0049fc64499606f4f5d15ee8
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>
tasks/workunit.py