65e9be568572ade6971105191033f4b45e7d0444
[arvados.git] / build / libcloud-pin.sh
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 LIBCLOUD_PIN=2.3.1.dev2
6
7 using_fork=true
8 if [[ $using_fork = true ]]; then
9     LIBCLOUD_PIN_SRC="https://github.com/curoverse/libcloud/archive/apache-libcloud-$LIBCLOUD_PIN.zip"
10 else
11     LIBCLOUD_PIN_SRC=""
12 fi