From f1aa219ed3f1a625119e7cbc00aa00ee4dc71561 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Mar 2020 17:19:30 +0800 Subject: [PATCH] unknown changes on server --- aosp.sh | 2 +- weave.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aosp.sh b/aosp.sh index b737242..91813e5 100755 --- a/aosp.sh +++ b/aosp.sh @@ -13,7 +13,7 @@ function repo_init() { function repo_sync() { cd $TUNASYNC_WORKING_DIR - $REPO sync -f + $REPO sync -f -j1 || echo "WARNING: repo-sync may fail, but we just ignore it." } function git_repack() { diff --git a/weave.sh b/weave.sh index 731f58f..f0647f1 100755 --- a/weave.sh +++ b/weave.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -x set -e USE_BITMAP_INDEX=${USE_BITMAP_INDEX:-"0"}