| author | Helio Chissini de Castro <helio.chissini.de.castro@collabora.co.uk> | 2012-08-10 13:35:46 (GMT) |
|---|---|---|
| committer | Helio Chissini de Castro <helio.chissini.de.castro@collabora.co.uk> | 2012-08-10 13:35:46 (GMT) |
| commit | ee529d826e3a08952dced3662d5a7d8a994b0a86 (patch) (side-by-side diff) | |
| tree | 5d7b5a57a707cee08ed9e6d57dc718256f967efd | |
| parent | d7170eaf271e790739ff99a741a018ab972c3575 (diff) | |
| download | manifest-ee529d826e3a08952dced3662d5a7d8a994b0a86.tar.gz manifest-ee529d826e3a08952dced3662d5a7d8a994b0a86.tar.bz2 | |
Need make revision explicit on default
| -rw-r--r-- | default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml index 79f7d01..3f6758c 100644 --- a/default.xml +++ b/default.xml @@ -4,7 +4,7 @@ <remote name="aosp" fetch="https://android.googlesource.com/" /> <remote name="ccu" fetch="git://git.collabora.co.uk/git/android/" /> <remote name="cyanogen" fetch="https://github.com/CyanogenMod/" /> - <default remote="ccu" sync-j="4" /> + <default revision="master" remote="ccu" sync-j="4" /> <!-- Collabora own entries on defaults --> <project path="external/collabora/config" name="platform/external/collabora/config" /> |
