14988: Fixes bootstrap import issue
[arvados.git] / build / libcloud-pin.sh
index f9a3feda8a468ffb333bd9a54a9574c8f0dc414c..65e9be568572ade6971105191033f4b45e7d0444 100644 (file)
@@ -2,4 +2,11 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-LIBCLOUD_PIN=2.2.1.dev2
+LIBCLOUD_PIN=2.3.1.dev2
+
+using_fork=true
+if [[ $using_fork = true ]]; then
+    LIBCLOUD_PIN_SRC="https://github.com/curoverse/libcloud/archive/apache-libcloud-$LIBCLOUD_PIN.zip"
+else
+    LIBCLOUD_PIN_SRC=""
+fi