]> xenbits.xensource.com Git - openstack/ci-loop-config.git/commitdiff
Revert e1b332001f4022581b884af3749092db5608593b
authorBob Ball <bob.ball@citrix.com>
Tue, 16 Feb 2016 15:57:31 +0000 (15:57 +0000)
committerBob Ball <bob.ball@citrix.com>
Tue, 16 Feb 2016 15:57:31 +0000 (15:57 +0000)
nodepool/scripts/cache_git_repos.py

index e316259b85b1edacf81842a9c2aa6797cf000141..bea36c932e6029425068c8611cc3e014d65bb8c5 100755 (executable)
@@ -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)