This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:edge1:development:android:download-android-source-code [2022/09/28 09:39] nick |
products:sbc:edge1:development:android:download-android-source-code [2024/07/05 06:32] (current) william |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{indexmenu_n> | + | {{indexmenu_n> |
| Line 32: | Line 32: | ||
| ```shell | ```shell | ||
| - | $ repo sync -j4 | + | $ repo sync -c -j4 |
| ``` | ``` | ||
| Line 41: | Line 41: | ||
| ```bash sync_helper.sh | ```bash sync_helper.sh | ||
| #!/bin/bash | #!/bin/bash | ||
| - | repo sync -j4 | + | repo sync -c -j4 |
| while [ $? = 1 ]; do | while [ $? = 1 ]; do | ||
| echo "Sync failed, repeat again:" | echo "Sync failed, repeat again:" | ||
| - | repo sync -j4 | + | repo sync -c -j4 |
| done | done | ||
| ``` | ``` | ||