Fix cpdb-libs provisioning script

New commits have been added to the cpdb-libs git repository. The commit
cannot be checked out anymore. Fixed by taking a full clone.

Change-Id: I69d5e77233a21c1e1c36b386e0dc25a26fadfce1
Reviewed-by: Matti Paaso <matti.paaso@qt.io>
This commit is contained in:
Jukka Jokiniva
2023-05-08 12:09:38 +00:00
parent 08ac268561
commit 0263bed848

View File

@@ -46,7 +46,7 @@ repDir="$tmpdir/$repName"
prefix="/usr"
rm -rf $repDir
cd $tmpdir
git clone --depth 1 $gitUrl >/dev/null
git clone $gitUrl >/dev/null
cd $repDir
# cpdb-libs v2.0b4 with build bug fixed
git checkout ce848f1571a82ec03881fce127ff28bec8da239e > /dev/null