diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2012-01-12 15:37:49 +0200 |
---|---|---|
committer | Jun Wang <junbill.wang@samsung.com> | 2016-01-26 22:35:31 +0800 |
commit | d444a992893fb800b5532b0ecd2cc4e13a4ec45f (patch) | |
tree | ec77c126063f909e19b32687bd3d2e8d58e15206 /.gitmodules | |
parent | ee7b4a9fb1905c59b495f126c8708802a1077003 (diff) | |
download | git-buildpackage-d444a992893fb800b5532b0ecd2cc4e13a4ec45f.tar.gz git-buildpackage-d444a992893fb800b5532b0ecd2cc4e13a4ec45f.tar.bz2 git-buildpackage-d444a992893fb800b5532b0ecd2cc4e13a4ec45f.zip |
Introduce git-import-srpm tool
Initial version of the git-import-srpm: a tool for importing source
rpms.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Conflicts:
.gitmodules
gbp/config.py
gbp/scripts/import_srpm.py
tests/01_test_help.py
tests/component/rpm/__init__.py
tests/component/rpm/data
tests/component/rpm/test_import_srpm.py
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 6e177397..29b4c390 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [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 |