From 6dfd985e70c0cf0549d6799835ceb57cde651edd Mon Sep 17 00:00:00 2001 From: SoonKyu Park Date: Wed, 10 May 2017 17:41:32 +0900 Subject: [PATCH] Change url of gitmodules to inside public gerrit Change-Id: Id9f39e2ea5c0a4f5b9e4a0f10e029f3ebdd434ba --- .gitmodules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 19d19953..3704c804 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,7 @@ [submodule "tests/component/deb/data"] path = tests/component/deb/data - url = git://honk.sigxcpu.org/git/gbp/deb-testdata + #url = git://honk.sigxcpu.org/git/gbp/deb-testdata + url = https://git.tizen.org/cgit/tools/git-buildpackage-deb-testdata [submodule "tests/component/rpm/data"] path = tests/component/rpm/data - url = git://github.com/marquiz/git-buildpackage-rpm-testdata.git + url = https://git.tizen.org/cgit/tools/git-buildpackage-rpm-testdata -- 2.34.1