summaryrefslogtreecommitdiff
path: root/scripts-common/sync-common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts-common/sync-common.sh')
-rwxr-xr-xscripts-common/sync-common.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts-common/sync-common.sh b/scripts-common/sync-common.sh
index 268085a..b30e915 100755
--- a/scripts-common/sync-common.sh
+++ b/scripts-common/sync-common.sh
@@ -55,7 +55,8 @@ function parseArgs(){
sync_init(){
#while ! repo init -u $MIRROR -m ${base_manifest} -b ${branch} --no-repo-verify --repo-url=${repo_url} -g "default,-device,-non-default,hikey,flounder,-darwin,-mips,-x86" --depth=1 -p linux; do
- while ! repo init -u $MIRROR -m ${base_manifest} -b ${branch} --no-repo-verify --repo-url=${repo_url} --depth=1 -g "default,device,-notdefault,-darwin,-mips,-x86,-juno" -p linux; do
+ #while ! repo init -u $MIRROR -m ${base_manifest} -b ${branch} --no-repo-verify --repo-url=${repo_url} --depth=1 -g "default,device,-notdefault,-darwin,-mips,-x86,-juno" -p linux; do
+ while ! repo init -u $MIRROR -m ${base_manifest} -b ${branch} --no-repo-verify --repo-url=${repo_url} --depth=1 -g "default,device,-notdefault,-darwin,-mips,-x86,-juno"; do
sleep 30
done
}