• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

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

Android-x86 manifest


Commit MetaInfo

Revisión507ad7895cf4b49cf1822d828f3768eed8d6a6c4 (tree)
Tiempo2015-10-15 01:27:28
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Fix the fetch path for SourceForge and AOSP

Cambiar Resumen

Diferencia incremental

--- a/default.xml
+++ b/default.xml
@@ -2,11 +2,12 @@
22 <manifest>
33
44 <remote name="aosp"
5- fetch="git://android-x86.git.sf.net/gitroot/android-x86/korg/" />
5+ fetch="https://android.googlesource.com/" />
66 <remote name="x86"
7- fetch=".." />
7+ fetch="." />
88 <default revision="gingerbread-mr4-release"
99 remote="aosp"
10+ sync-c="true"
1011 sync-j="4" />
1112
1213 <!-- from x86 port repositories -->