diff options
-rw-r--r-- | .gitreview | 1 | ||||
-rw-r--r-- | default-floating.xml | 2 | ||||
-rw-r--r-- | default.xml | 2 |
3 files changed, 2 insertions, 3 deletions
@@ -2,5 +2,4 @@ host=gerrit.automotivelinux.org port=29418 project=AGL/AGL-repo - defaultbranch=flounder diff --git a/default-floating.xml b/default-floating.xml index f9652a22..7d83a616 100644 --- a/default-floating.xml +++ b/default-floating.xml @@ -16,7 +16,7 @@ <!-- meta-qt5 --> <remote name="qt.io" fetch="git://code.qt.io/" /> - <default remote="agl" sync-j="4" revision="master"/> + <default remote="agl" sync-j="4" revision="flounder"/> <!-- AGL things. --> <project name="AGL/meta-agl" path="meta-agl" /> diff --git a/default.xml b/default.xml index f2e7806a..417b813c 100644 --- a/default.xml +++ b/default.xml @@ -16,7 +16,7 @@ <!-- meta-qt5 --> <remote name="qt.io" fetch="git://code.qt.io/" /> - <default remote="agl" sync-j="4" revision="master"/> + <default remote="agl" sync-j="4" revision="flounder"/> <!-- AGL things. --> <project name="AGL/meta-agl" path="meta-agl" /> |