mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user