Merge branch 'master' into 14075-uploadfiles
[arvados.git] / build / libcloud-pin.sh
index 974a23d13edb377ddddddbe81a1d9e01357a2cc7..bb66c6b218c020c5d038c1e5e7b51f8681043db9 100644 (file)
@@ -2,4 +2,11 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-LIBCLOUD_PIN=2.2.1.dev1
+LIBCLOUD_PIN=2.3.1.dev1
+
+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