aboutsummaryrefslogtreecommitdiff
path: root/build-scripts
diff options
context:
space:
mode:
authorVishal Bhoj <vishalbhoj@gmail.com>2013-09-20 10:32:21 +0530
committerVishal Bhoj <vishalbhoj@gmail.com>2013-09-20 10:32:21 +0530
commit6b1077b31af3eba8a51657863080f372c7d60f93 (patch)
tree31e662b3818b82079e482371491f0c4730a362e1 /build-scripts
parent0337444c5ad64bee31e3caecf8b68b2c2c1d956b (diff)
recover from git failures from servers
Diffstat (limited to 'build-scripts')
-rw-r--r--build-scripts/helpers4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-scripts/helpers b/build-scripts/helpers
index 9a4c7a2..5a9a26b 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -39,7 +39,7 @@ repo-sync-from-mirror () {
cp processed-manifest.xml .repo/manifest.xml
echo ----------------------------
- time repo sync $REPO_QUIET -j$SYNC_JOBS
+ time repo sync $REPO_QUIET -j$SYNC_JOBS -f
# Restore source manifest temporarily to create pinned manifest
cp out/source-manifest.xml .repo/manifest.xml
repo manifest -r -o out/pinned-manifest.xml
@@ -72,7 +72,7 @@ repo-sync-from-seed () {
cp processed-manifest.xml .repo/manifest.xml
export TIMEFORMAT="TIME: Repo sync (using seed as reference): %lR"
- time repo sync $REPO_QUIET -j$SYNC_JOBS
+ time repo sync $REPO_QUIET -j$SYNC_JOBS -f
unset TIMEFORMAT
# Restore source manifest temporarily to create pinned manifest