From 3d9a518b0573e349186e8cdeb096eaea2212e5ce Mon Sep 17 00:00:00 2001 From: Bob Ball Date: Tue, 16 Feb 2016 15:57:31 +0000 Subject: [PATCH] Revert e1b332001f4022581b884af3749092db5608593b --- nodepool/scripts/cache_git_repos.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/nodepool/scripts/cache_git_repos.py b/nodepool/scripts/cache_git_repos.py index e316259..bea36c9 100755 --- a/nodepool/scripts/cache_git_repos.py +++ b/nodepool/scripts/cache_git_repos.py @@ -61,8 +61,6 @@ def clone_repo(project): status=True, cwd=os.path.join('/opt/git', project)) out = '\n'.join((out, moreout)) - if status != 0 and project='openstack/solar-resources': - status = 0 # Status of 0 imples all the above worked, 1 means something failed. return (status, out) -- 2.39.5