From: Tom Hromatka Date: Mon, 17 May 2021 13:11:50 +0000 (+0000) Subject: bootstrap: Use release-2.0 branch X-Git-Tag: v2.0.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64fed7505b6cccdf02fe13c7b9f54cc3afa90a67;p=thirdparty%2Flibcgroup.git bootstrap: Use release-2.0 branch Checkout the libcgroup-tests release-2.0 branch. Signed-off-by: Tom Hromatka --- diff --git a/bootstrap.sh b/bootstrap.sh index 1da41e28..3954bcb5 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -13,7 +13,7 @@ git submodule update --init --recursive # configure libcgroup-tests pushd tests -git checkout main +git checkout release-2.0 popd # configure googletest