• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

Android-x86 manifest


Commit MetaInfo

修訂eec13c0126d1b0a64ba84a5a8d1688d656f44c0d (tree)
時間2008-11-07 01:27:31
作者Shawn 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>

Change Summary

差異

--- 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" />