• 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óneec13c0126d1b0a64ba84a5a8d1688d656f44c0d (tree)
Tiempo2008-11-07 01:27:31
AutorShawn O. Pearce <sop@goog...>
CommiterShawn O. Pearce

Log Message

Remove hardcoded branch constant

repo 1.1 and later do not use this attribute anymore,
and instead base their decision off the upstream branch
name that the manifest was cloned from.

Signed-off-by: Shawn O. Pearce <sop@google.com>

Cambiar Resumen

Diferencia incremental

--- a/default.xml
+++ b/default.xml
@@ -1,5 +1,5 @@
11 <?xml version="1.0" encoding="UTF-8"?>
2-<manifest branch="master">
2+<manifest>
33 <remote name="korg"
44 fetch="git://android.git.kernel.org/"
55 review="review.source.android.com" />