17495: Merge branch 'master' into 17495-document-dedup-report
[arvados.git] / build / libcloud-pin.sh
index 63f65ada8b19382e3940199bc9ce7841fc2a14b2..9cc2924e1bc47a71ccbb70f25c12fbd13473a5e1 100644 (file)
@@ -2,4 +2,11 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-LIBCLOUD_PIN=2.3.0
+LIBCLOUD_PIN=2.3.1.dev2
+
+using_fork=true
+if [[ $using_fork = true ]]; then
+    LIBCLOUD_PIN_SRC="https://github.com/arvados/libcloud/archive/apache-libcloud-$LIBCLOUD_PIN.zip"
+else
+    LIBCLOUD_PIN_SRC=""
+fi