diff options
author | biao716.wang <biao716.wang@samsung.com> | 2019-11-07 19:21:05 +0800 |
---|---|---|
committer | biao716.wang <biao716.wang@samsung.com> | 2019-11-07 19:32:59 +0800 |
commit | f0a26b109d267557c949c5fe1012936a3f4d85a7 (patch) | |
tree | 14dbc4b78fc5cf5a84303a753672633995e56054 | |
parent | 6f384cf8a99cbc0cbec0d8c242a0785d4545a7c8 (diff) | |
download | git-buildpackage-submit/trunk/20200108.202702.tar.gz git-buildpackage-submit/trunk/20200108.202702.tar.bz2 git-buildpackage-submit/trunk/20200108.202702.zip |
Fix case not run because of submodule import errorsubmit/trunk/20200108.202702
Change-Id: I21b5a2c04b8427bad804ea97fbc0b2812dc1e032
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
-rw-r--r-- | .gitmodules | 5 | ||||
-rwxr-xr-x | debian/control | 4 | ||||
m--------- | tests/component/rpm/data | 0 | ||||
-rw-r--r-- | tests/component/rpm/data/.keep | 0 |
4 files changed, 5 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 3704c804..0cfddf4d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,6 @@ [submodule "tests/component/deb/data"] path = tests/component/deb/data - #url = git://honk.sigxcpu.org/git/gbp/deb-testdata - url = https://git.tizen.org/cgit/tools/git-buildpackage-deb-testdata + url = https://git.tizen.org/cgit/tools/git-buildpackage-deb-testdata [submodule "tests/component/rpm/data"] path = tests/component/rpm/data - url = https://git.tizen.org/cgit/tools/git-buildpackage-rpm-testdata + url = https://git.tizen.org/cgit/tools/git-buildpackage-rpm-testdata diff --git a/debian/control b/debian/control index a2b27ca2..ed9a1675 100755 --- a/debian/control +++ b/debian/control @@ -33,7 +33,9 @@ Depends: ${python:Depends}, ${misc:Depends}, git (>= 1:1.7.9.1-1~), man-db, - python-pkg-resources + python-pkg-resources, +#unittest need + zipmerge Recommends: pristine-tar (>= 0.5) Suggests: python-notify, unzip, zipmerge Description: Suite to help with packaging in Git repositories diff --git a/tests/component/rpm/data b/tests/component/rpm/data new file mode 160000 +Subproject 03eefbe8e09d0bf0bafd817f896c7998048b55e diff --git a/tests/component/rpm/data/.keep b/tests/component/rpm/data/.keep deleted file mode 100644 index e69de29b..00000000 --- a/tests/component/rpm/data/.keep +++ /dev/null |