Fix clone_gitproject invocation in job_policycheck.py
authorLingchaox Xin <lingchaox.xin@intel.com>
Thu, 23 May 2013 08:57:25 +0000 (16:57 +0800)
committerLingchaox Xin <lingchaox.xin@intel.com>
Thu, 23 May 2013 09:02:59 +0000 (17:02 +0800)
commite12c5488b630c2afa022007840daadf5d877ecbf
tree5dbc3985c6fa6c2e51298203b8c0f2c4ef92f384
parent2939c64d2e96f55b9a8efbd5fc880e4f4037d70b
Fix clone_gitproject invocation in job_policycheck.py

Since we try to clone git project for 3 times in clone_gitproject method,
no need using retry method here.

Change-Id: I07d0c72440e260d3f0e425805f06bcce13c3f545
job_policycheck.py