From: Bob Ball Date: Tue, 16 Feb 2016 15:57:31 +0000 (+0000) Subject: Revert e1b332001f4022581b884af3749092db5608593b X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3d9a518b0573e349186e8cdeb096eaea2212e5ce;p=openstack%2Fci-loop-config.git Revert e1b332001f4022581b884af3749092db5608593b --- 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)