From: Tom Hromatka Date: Fri, 16 Sep 2022 17:17:14 +0000 (-0600) Subject: submodules: Delete the tests/ git submodule X-Git-Tag: v2.0.3~11^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08613248c53ad0df410d9f7f286bd9c084b34ee1;p=thirdparty%2Flibcgroup.git submodules: Delete the tests/ git submodule Delete the tests/ git submodule. The entire libcgroup-tests git repo will be merged back into the libcgroup git repo in a subsequent commit. Signed-off-by: Tom Hromatka --- diff --git a/.gitmodules b/.gitmodules index 136e80c7..bfb1b5aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,6 +2,3 @@ path = googletest url = https://github.com/google/googletest.git fetchRecurseSubmodules = true -[submodule "tests"] - path = tests - url = https://github.com/libcgroup/libcgroup-tests.git diff --git a/bootstrap.sh b/bootstrap.sh index 3954bcb5..e3563626 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -11,11 +11,6 @@ fi # update the git submodules - libcgroup-tests and googletest git submodule update --init --recursive -# configure libcgroup-tests -pushd tests -git checkout release-2.0 -popd - # configure googletest pushd googletest/googletest git checkout release-1.8.0 diff --git a/tests b/tests deleted file mode 160000 index 45659c84..00000000 --- a/tests +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 45659c840b69e53b379163e6af9f7c3ee706b3b9