diff options
author | Jun Wang <junbill.wang@samsung.com> | 2016-01-28 04:32:24 +0800 |
---|---|---|
committer | Jun Wang <junbill.wang@samsung.com> | 2016-01-28 04:34:48 +0800 |
commit | 745a0eca470a22efa96ed2cf762daa583cb172ed (patch) | |
tree | a9f661706118bf6a5828a3aeaaa27d7d53c14175 /.gitmodules | |
parent | 84c67ab58e4bb5e7d9dae77cf8251ed0a45ff017 (diff) | |
download | git-buildpackage-745a0eca470a22efa96ed2cf762daa583cb172ed.tar.gz git-buildpackage-745a0eca470a22efa96ed2cf762daa583cb172ed.tar.bz2 git-buildpackage-745a0eca470a22efa96ed2cf762daa583cb172ed.zip |
Fix some errors of merging
Change-Id: I4441fb369aa88598f238c41710edeba01cd537b6
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 29b4c390..6e177397 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "tests/component/deb/data"] path = tests/component/deb/data url = ssh://fushuai1985@review.tizen.org:29418/tools/git-buildpackage-deb-testdata +[submodule "tests/component/rpm/data"] + path = tests/component/rpm/data + url = ssh://fushuai1985@review.tizen.org:29418/tools/git-buildpackage-rpm-testdata |