mirror of
https://github.com/ceph/ceph
synced 2024-12-25 21:03:31 +00:00
Drop a "fix" for a bug that probably never existed
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
This commit is contained in:
parent
a4c3a02547
commit
25a40677cc
@ -8,13 +8,6 @@ log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def checkout_repo(repo_url, dest_path, branch):
|
||||
# if os.path.isdir(path):
|
||||
# p = subprocess.Popen('git status', shell=True, cwd=path)
|
||||
# if p.wait() == 128:
|
||||
# log.info("Repo at %s appears corrupt; removing",
|
||||
# branch)
|
||||
# shutil.rmtree(path)
|
||||
|
||||
if not os.path.isdir(dest_path):
|
||||
log.info("Cloning %s %s from upstream", repo_url, branch)
|
||||
proc = subprocess.Popen(
|
||||
|
Loading…
Reference in New Issue
Block a user