Android-x86 manifest
Revision | cf70ea74812d2c4167145879eefd0f2cd63f21e0 (tree) |
---|---|
Time | 2009-04-22 11:32:23 |
Author | Shawn O. Pearce <sop@goog...> |
Commiter | Shawn O. Pearce |
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.
@@ -1,7 +1,7 @@ | ||
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <manifest> |
3 | 3 | <remote name="goog" |
4 | - fetch="ssh://android-git:29418/" | |
4 | + fetch="ssh://android-git.corp.google.com:29418/" | |
5 | 5 | review="https://android-git.corp.google.com/g/Gerrit" /> |
6 | 6 | <default revision="master" |
7 | 7 | remote="goog" /> |