X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/060d38d627bd1e51dd2b3c6e7de9af6aa7d7b6f3..366a2efdd0ac4630f4381f3b47d70ef155ed2df4:/build/libcloud-pin.sh diff --git a/build/libcloud-pin.sh b/build/libcloud-pin.sh index 8d71097e13..65e9be5685 100644 --- a/build/libcloud-pin.sh +++ b/build/libcloud-pin.sh @@ -2,4 +2,11 @@ # # SPDX-License-Identifier: AGPL-3.0 -LIBCLOUD_PIN=0.20.2.dev3 \ No newline at end of file +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