diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-11-09 10:16:54 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-11-09 10:18:45 +0100 |
commit | f3c18118b0f822aafe90b4fc71434c2dbf2f408d (patch) | |
tree | 011a138cd97413cac5862e394f7a2bf2e1ec771b /.gitmodules | |
parent | 0d95108c3bcebe516ac328c1c2a5cd8f0ed61b3a (diff) |
use gerrit repo for git submodule
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 0d9d20c..8ae8001 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://gerrit.automotivelinux.org/gerrit/apps/app-templates [submodule "afb-utilities"] path = afb-utilities - url = https://github.com/iotbzh/afb-utilities.git + url = https://gerrit.automotivelinux.org/gerrit/apps/app-afb-helpers-submodule [submodule "hal-utilities-4a"] path = hal-utilities-4a - url = https://github.com/fulup-bzh/hal-utilities-4a.git + url = https://gerrit.automotivelinux.org/gerrit/src/4a-hal-utilities |