• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No 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

Revisioncf70ea74812d2c4167145879eefd0f2cd63f21e0 (tree)
Time2009-04-22 11:32:23
AuthorShawn O. Pearce <sop@goog...>
CommiterShawn O. Pearce

Log Message

Always use FQDN for android-git

Using the FQDN matches what we tell people to use when they invoke
'repo init -u ...', so individual projects will use the same URL
as the manifest uses. This means that repo can reuse the same
SSH connection for both the manifest and the projects, slightly
improving our sync times.

Change Summary

Incremental Difference

--- a/default.xml
+++ b/default.xml
@@ -1,7 +1,7 @@
11 <?xml version="1.0" encoding="UTF-8"?>
22 <manifest>
33 <remote name="goog"
4- fetch="ssh://android-git:29418/"
4+ fetch="ssh://android-git.corp.google.com:29418/"
55 review="https://android-git.corp.google.com/g/Gerrit" />
66 <default revision="master"
77 remote="goog" />