From 08ce5441dbad8754205717a20d6273c0a099777a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 14 Dec 2016 12:27:47 -0500 Subject: [PATCH] Revert "tasks/workunit.py: depth 1 clone" This reverts commit 12a707cb0f7b162e15c31915eb677bbd49b5e2cf. --- tasks/workunit.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/workunit.py b/tasks/workunit.py index 2c5f36517a0e8..833d81df217cf 100644 --- a/tasks/workunit.py +++ b/tasks/workunit.py @@ -296,8 +296,6 @@ def _run_tests(ctx, refspec, role, tests, env, subdir=None, timeout=None): args=[ 'git', 'clone', - '--depth', - '1', git_url, clonedir, run.Raw(';'), -- 2.39.5