OSDN Git Service

Fix the fetch path of SourceForge hosting
authorChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 13 Oct 2015 08:36:45 +0000 (16:36 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 13 Oct 2015 08:42:59 +0000 (16:42 +0800)
Also allow parallel syncing.

default.xml

index 9cabb55..78ba021 100644 (file)
@@ -4,11 +4,11 @@
   <remote  name="aosp"
            fetch="https://android.googlesource.com/" />
   <remote  name="x86"
-           fetch=".." />
+           fetch="." />
   <default revision="refs/tags/android-4.4.4_r2.0.1"
            remote="aosp"
            sync-c="true"
-           sync-j="1" />
+           sync-j="4" />
 
   <!-- from x86 port repositories -->
   <project path="build" name="platform/build" groups="pdk" remote="x86" revision="kitkat-x86" >