aboutsummaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-03-01 18:02:46 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-03-01 18:02:46 +0200
commitea5b009e4b5a3c7f722e12209ee8eabd08fadfad (patch)
tree89c42f5bd3c7b586318d422f7fe6485e7c118dee /node
parentfcaa0386daa3247c98abb464e8c9f176cec3f6b1 (diff)
Protect apt-get update with retries too.
Diffstat (limited to 'node')
-rwxr-xr-xnode/setup-build-android2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/setup-build-android b/node/setup-build-android
index a614308..06b47a3 100755
--- a/node/setup-build-android
+++ b/node/setup-build-android
@@ -36,7 +36,7 @@ chmod a+x /usr/local/bin/repo
adduser --system jenkins-build
sed -i.bk 's,^\(.*://[^.]*.ec2.archive.ubuntu.com\)/,\1.s3.amazonaws.com/,' /etc/apt/sources.list
-apt-get update
+apt-get-retry update
# We do update as part of early node init (to get this script actually)
#apt-get update