13594: Remove table lock.
[arvados.git] / build / libcloud-pin.sh
index f9a0b551e9215f891f02740ed8572f38c8ebc5ed..cfbba404504e3b7c60d553040fb64c97e3698f77 100644 (file)
@@ -2,4 +2,11 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-LIBCLOUD_PIN=2.2.2.dev2
+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