diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-11-29 11:12:00 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-11-29 11:12:00 +0100 |
commit | 3fc66fd88619c9553573cc2c111e8534ff1c8ba9 (patch) | |
tree | 0f61ac6bac7e318915fff6ae0b766b048ef1acfa | |
parent | 9c8d124291468afc142c63f895ea921f5d588902 (diff) |
Update eel branch defaults
This change updates the gitreview and default.xml for the
Electric Eel branch.
Change-Id: I4d5fd29d2addce4d7a2b99122e3ca0ee7ae68672
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | .gitreview | 2 | ||||
-rw-r--r-- | default-floating.xml | 2 | ||||
-rw-r--r-- | default.xml | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -2,4 +2,4 @@ host=gerrit.automotivelinux.org port=29418 project=AGL/AGL-repo -defaultbranch=master +defaultbranch=eel diff --git a/default-floating.xml b/default-floating.xml index 0499c3bf..3b7e129d 100644 --- a/default-floating.xml +++ b/default-floating.xml @@ -18,7 +18,7 @@ <!-- meta-qt5 --> <remote name="qt.io" fetch="git://code.qt.io/" /> - <default revision="master" + <default revision="eel" remote="agl" sync-j="4" /> diff --git a/default.xml b/default.xml index 7fbdaa59..6aac476f 100644 --- a/default.xml +++ b/default.xml @@ -18,7 +18,7 @@ <!-- meta-qt5 --> <remote name="qt.io" fetch="git://code.qt.io/" /> - <default revision="master" + <default revision="eel" remote="agl" sync-j="4" /> |