aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2015-08-23 12:21:42 +0200
committerRyan Arnold <ryan.arnold@linaro.org>2015-08-31 17:55:19 +0000
commit2b01ef3f557d51c9027992e2ab60bee047edc7d3 (patch)
tree54faf126018b93ed85a914569c085ab844cf868e
parent4e958d890e2a897bcf438dd37bdb5d2fc929a887 (diff)
Remove workaround for "--checkout all" bug
I verified that "--checkout all" works as expected with source update enabled and disabled. Change-Id: I2c4016db4ba51b3ec1f03ece6d26223334cbb998
-rwxr-xr-xjenkins.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/jenkins.sh b/jenkins.sh
index 486d922d..3a409664 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -332,11 +332,6 @@ fi
(
flock -s 9
$CONFIG_SHELL ${abe_dir}/abe.sh ${platform} ${change} --checkout all
- # Workaround "--checkout all" bug.
- # See https://bugs.linaro.org/show_bug.cgi?id=1338 .
- if ! [ -d $user_snapshots/gcc.git ]; then
- git clone --reference $git_reference/gcc.git http://git.linaro.org/toolchain/gcc.git $user_snapshots/gcc.git
- fi
) 9>${git_reference}.lock
# Also fetch changes from gerrit