• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Android-x86 manifest


Commit MetaInfo

Revision36029bb189c078676c9685d00c3cd02792e8c95f (tree)
Zeit2015-10-14 18:26:59
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Fix the fetch path of SourceForge hosting

Also allow parallel syncing.

Ändern Zusammenfassung

Diff

--- a/default.xml
+++ b/default.xml
@@ -4,10 +4,11 @@
44 <remote name="aosp"
55 fetch="https://android.googlesource.com/" />
66 <remote name="x86"
7- fetch=".." />
7+ fetch="." />
88 <default revision="refs/tags/android-4.0.4_r2.1"
99 remote="aosp"
10- sync-j="1" />
10+ sync-c="true"
11+ sync-j="4" />
1112
1213 <!-- from x86 port repositories -->
1314 <project path="build" name="platform/build" remote="x86" revision="ics-x86">