diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-07-25 14:37:53 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-07-25 14:40:49 +0200 |
commit | 51bfa23d7a1a8d30237a5c31429bb39eb1aab4fa (patch) | |
tree | 05d51f8de96c0538fda6e891188547513a68d340 | |
parent | 021ca1a5f19d6cad49427f16a67423fb8791fc8b (diff) |
Change repo manifests to use halibut branch
Change-Id: I7863569c7437ec0910a41cb8d129e046f80dfc7e
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-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 --> |