13594: Remove table lock.
[arvados.git] / build / libcloud-pin.sh
index 974a23d13edb377ddddddbe81a1d9e01357a2cc7..cfbba404504e3b7c60d553040fb64c97e3698f77 100644 (file)
@@ -2,4 +2,11 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-LIBCLOUD_PIN=2.2.1.dev1
+LIBCLOUD_PIN=2.3.0
+
+using_fork=false
+if [[ $using_fork = true ]]; then
+    LIBCLOUD_PIN_SRC="https://github.com/curoverse/libcloud/archive/apache-libcloud-$LIBCLOUD_PIN.zip"
+else
+    LIBCLOUD_PIN_SRC=""
+fi