aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-10-07 21:26:06 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2015-10-07 21:26:06 +0530
commit0a15ba2f64fa2e3acbcdb0e54138e41f8c69ceae (patch)
tree13d807ebdee23c8eaa883b7a0de02889378ece49
parent2ad9d30ddc876e3944d2d242e393863c25dd279a (diff)
enable force sync
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--build-scripts/helpers4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-scripts/helpers b/build-scripts/helpers
index 2511051..c8488a7 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -29,9 +29,9 @@ setup-repo-vars () {
repo-sync-stubborn () {
for i in 1 2; do
- time repo sync $REPO_QUIET -j$SYNC_JOBS -f || true
+ time repo sync --force-sync $REPO_QUIET -j$SYNC_JOBS -f || true
done
- time repo sync $REPO_QUIET -j$SYNC_JOBS
+ time repo sync --force-sync $REPO_QUIET -j$SYNC_JOBS
}
repo-sync-from-mirror () {