diff options
-rw-r--r-- | .gitreview | 3 | ||||
-rw-r--r-- | default-floating.xml | 2 | ||||
-rw-r--r-- | default.xml | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -2,4 +2,5 @@ host=gerrit.automotivelinux.org port=29418 project=AGL/AGL-repo -defaultbranch=master +defaultbranch=halibut + diff --git a/default-floating.xml b/default-floating.xml index 2c29ade5..e404cd82 100644 --- a/default-floating.xml +++ b/default-floating.xml @@ -11,7 +11,7 @@ <remote name="github" fetch="https://github.com/" /> <!-- defaults --> - <default remote="agl" sync-j="4" revision="master"/> + <default remote="agl" sync-j="4" revision="halibut"/> <!-- CORE --> diff --git a/default.xml b/default.xml index e4fa85b9..4a0f9630 100644 --- a/default.xml +++ b/default.xml @@ -11,7 +11,7 @@ <remote name="github" fetch="https://github.com/" /> <!-- defaults --> - <default remote="agl" sync-j="4" revision="master"/> + <default remote="agl" sync-j="4" revision="halibut"/> <!-- CORE --> |