X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/021d36f17fe0329e869324d3764eaaf15c3a0771..fd94dce94f7b2d43b0737bfa01f49f9bceece3bc:/build/libcloud-pin.sh diff --git a/build/libcloud-pin.sh b/build/libcloud-pin.sh index 3bacb0fcdf..65e9be5685 100644 --- a/build/libcloud-pin.sh +++ b/build/libcloud-pin.sh @@ -1 +1,12 @@ -LIBCLOUD_PIN=0.20.2.dev3 \ No newline at end of file +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +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